diff --git a/lib/GLPI/Agent/Task/Inventory/Win32/AntiVirus.pm b/lib/GLPI/Agent/Task/Inventory/Win32/AntiVirus.pm index 723ec9bb5..7ce7f92d0 100644 --- a/lib/GLPI/Agent/Task/Inventory/Win32/AntiVirus.pm +++ b/lib/GLPI/Agent/Task/Inventory/Win32/AntiVirus.pm @@ -526,7 +526,7 @@ sub _setCortexInfos { my ($antivirus, $logger, $command) = @_; $antivirus = { - NAME => "Cortex XDRT Advanced Endpoint Protection", + NAME => "Cortex XDR", } unless $antivirus; $antivirus->{COMPANY} = "Palo Alto Networks";