#fleet
How can I check the antivirus and firewall is enabled in host (Linux or Mac) ?
I found the query for windows which works perfectly i.e (select * from windows_security_center)
I'll add a bit of context to those queries. Mac and Linux don't have a central config location like the Windows registry so while the Mac one for example looks for Xprotect, If you are looking for monitoring a third party EDR/AV like Crowdstrike, SentinelOne, etc you will probably want to look for those processed like the Linux query does
Keith Swagler
07/31/2023, 2:55 PM
and of course, just because the process is running, doesn't mean it's necessarily "healthy", if you want to be really sure you should check to make sure logs are coming in from the agents you expect
w
waleed
07/31/2023, 3:01 PM
Alright! and thanks for your guidance
@Zay Hanlon@Keith Swagler