Forum Discussion
PJR_CDF
Mar 07, 2023Iron Contributor
Audit/Alerting on the use of Live Response
Wondering if/how people are auditing/monitoring the use of Live Response in their environments? From what I've seen so far, all actions are logged in the Action Center which is great but ideally ...
jbmartin6
Mar 08, 2023Iron Contributor
Check in the DeviceEvents table, I know there are events in there for entering/leaving troubleshooting mode, there might be same kind of events for live response actions.
- AndrePKIJun 26, 2024Iron Contributor
jbmartin6 Most notably
| where InitiatingProcessFileName == "SenseIR.exe"
But better look in Defender XDR Action Center, History tab
I did not find a way to automate this yet, perhaps need to query the defender API.
- AndrePKIJul 29, 2024Iron Contributor
Nope, cannot be queried from Defender API.
We would like to be able to stream this data to Sentinel/Defender XDR, so we can alert on it.
I will put in a feature request for that. - jbmartin6Jun 26, 2024Iron ContributorThis query returns hundreds of results even over the last hour. Maybe related to automated investigations?
- PJR_CDFMar 09, 2023Iron ContributorThanks for your reply.
I've pulled the content of the DeviceEvents table for a machine I ran Live Response on and can see entries for the script I ran via Live Response. Looking at the events either side of these shows some interesting RemoteWMI events which contain the word "connection" in the additional fields but nothing unique to Live Response - ie I queried across my tenant for those same events and got thousands of results from thousands of machines which didnt have Live Response sessions on.
The search continues........