Forum Discussion
moderndesktop
Jul 29, 2020Copper Contributor
Custom rule detection in Advance hunting ATP
Hi guys , I am trying to achieve below goal We want to detect if CIRT tools l ( like universal forwarder for splunk , Nessus , umbrella roaming client etc ) is installed on win 10 machine o...
blankachu
Jul 29, 2020Copper Contributor
You can do something similar to what was done here: https://techcommunity.microsoft.com/t5/microsoft-defender-atp/automated-machine-tagging-in-just-a-few-simple-steps/ba-p/309377.
You can simply run a scheduled query to produce a list of systems which are missing the tool and run an isolation action through Microsoft flow or Logic apps. Isolating a system might be a nuclear option since you won't be able to reach it and deploy the app to make it compliant. From what I know, only Defender ATP can reach out to the system after isolation so you can look at installing the application through ATP Live response or creating something like a service now ticket through Logic apps to get someone to deploy the software.
moderndesktop
Aug 04, 2020Copper Contributor
blankachu Thanks buddy