if
(
exists running service whose
(
service name of it = "MsMpSvc"
)
)
then "MS.System Endpoint Protection" else if
(
exists running service whose
(
service name of it = "WinDefend"
)
)
then "Windows Defender" else if
(
exists running service whose
(
service name of it = "SepMasterService"
)
)
then "Symantec" else if
(
exists running service whose
(
service name of it = "Symantec AntiVirus"
)
)
then "Symantec" else if
(
exist running service whose
(
service name of it = "avast! Antivirus"
)
)
then "Avast" else if
(
exists running service whose
(
service name of it = "CmdAgent"
)
)
then "Comodo" else if
(
exists running service whose
(
service name of it contains "klnagent"
)
)
then "Kaspersky" else if
(
exists running service whose
(
service name of it starts with "Avg" as lowercase
)
)
then "AVG" else if
(
exists running service whose
(
service name of it starts with "ekrn"
)
)
then "Eset" else if
(
exists running service whose
(
service name of it starts with "Avira" as lowercase
)
)
then "Avira" else if
(
exists running service whose
(
service name of it starts with "norton antivirus client" as lowercase
)
)
then "Norton" else if
(
exists running service whose
(
service name of it starts with "mcshield" as lowercase
)
)
then "McAfee" else if
(
exists running service whose
(
service name of it starts with "InoRT" as lowercase
)
)
then "Trend" else if
(
exists running service whose
(
service name of it contains "MBAMService" as lowercase
)
)
then "MalwareBytes but may not be realtime " else "Investigate"
if (exists running service whose (service name of it = "MsMpSvc")) then "MS.System Endpoint Protection" else if (exists running service whose (service name of it = "WinDefend")) then "Windows Defender" else if (exists running service whose (service name of it = "SepMasterService")) then "Symantec" else if (exists running service whose (service name of it = "Symantec AntiVirus")) then "Symantec" else if (exist running service whose (service name of it = "avast! Antivirus")) then "Avast" else if (exists running service whose (service name of it = "CmdAgent"))then "Comodo" else if (exists running service whose (service name of it contains "klnagent"))then "Kaspersky" else if (exists running service whose (service name of it starts with "Avg" as lowercase))then "AVG" else if (exists running service whose (service name of it starts with "ekrn"))then "Eset" else if (exists running service whose (service name of it starts with "Avira" as lowercase))then "Avira" else if (exists running service whose (service name of it starts with "norton antivirus client" as lowercase))then "Norton" else if (exists running service whose (service name of it starts with "mcshield" as lowercase))then "McAfee" else if (exists running service whose (service name of it starts with "InoRT" as lowercase))then "Trend" else if (exists running service whose (service name of it contains "MBAMService" as lowercase))then "MalwareBytes but may not be realtime " else "Investigate"