Forum Discussion
mclaes
Mar 10, 2020Brass Contributor
MDATP audit logs
Where can we see audit logs of what users in the securitycenter portal are doing? More specifically, if we select a W10 machine and go to 'Action Center', we see, per action, a summary of the last command was performed. In this case, App Restriction. But how can we see all previous App Restriction commands sent to that machine? I only see the latest command which is the "app restriction removal removed" but I also want to see who performed the previous commands.
Kr!
Maarten.
mclaes , you can achieve this programmatically using the List MachineActions API (action history for all machines): https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/get-machineactions-collection
- giladkeidarBrass Contributor
Another place is the audit node under https://security.microsoft.com/auditlogsearch
Under "Activities" start typing "defender" and you'll see all supported audit activities for MDE
it still not in the same level as with Intune or AAD audit logs (btw: you might find there some of the activities you are looking for).
- StephenMccBrass Contributor
mclaes , you can achieve this programmatically using the List MachineActions API (action history for all machines): https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/get-machineactions-collection
- mclaesBrass Contributor
StephenMcc Thanks! So easy, the solution and although i've been using the graph explorer api alot, i neglected to look at the MDATP api explorer !
- mattcoonsCopper ContributorI'm not seeing that this API shows Live Response session commands, is there another API to get that information?
- Todd WilkinsonCopper Contributor