Forum Discussion

mclaes's avatar
mclaes
Brass Contributor
Mar 10, 2020
Solved

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

6 Replies

  • giladkeidar's avatar
    giladkeidar
    Brass Contributor

    mclaes 

    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).

  • StephenMcc's avatar
    StephenMcc
    Brass 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

    • mclaes's avatar
      mclaes
      Brass 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 !

      • mattcoons's avatar
        mattcoons
        Copper Contributor
        I'm not seeing that this API shows Live Response session commands, is there another API to get that information?

Resources