McAfee epa policy AAC Netscaler 7000
Today I created a custom policy for checking endpoint analisys on an Windows XP laptop.
For authentication to sucseed the laptops need to have windows XP SP 3, McAfee Antvirus Mcshield service should be running, and the antivirus *.dat file cannot be older then 30 days. Get rid off the the () around the & wordpress didn’t like it.
Tested it and it worked perfectly.
(CLIENT.OS(winxp).SP == 3) (&&)
(CLIENT.FILE(‘C:\\\\Program\\ Files\\\\Common\\ Files\\\\McAfee\\\\Engine\\\\avvscan.dat’).TIMESTAMP == 30dy -frequency 5) (&&)
(CLIENT.SVC(McShield) EXISTS -frequency 1)
