Are there any recommended methods, best practices or tools to check Advanced Threat Protection (ATP) is working?
Edited TAGs
[edited by: emmosophos at 6:23 PM (GMT -7) on 7 Jun 2021]
Hi
ATP collects data from different sources like DNS etc.
You can try to find a C&C Server and resolve his DNS server.
Should work, but tbh ATP is not hard to configure :)
__________________________________________________________________________________________________________________
Hi
ATP collects data from different sources like DNS etc.
You can try to find a C&C Server and resolve his DNS server.
Should work, but tbh ATP is not hard to configure :)
__________________________________________________________________________________________________________________
What about running in a PS command prompt:
(Invoke-WebRequest "http://sophostest.com/callhome").Content
Note:
http://sophostest.com has a sample link to a number of Sophos Labs classified files and categories. I guess you want the C2 link:
http://sophostest.com/callhome/index.html
Regards,
Jak