How to know who changed the status in Defender for cloud Security alert

Rakesh Kumar 15 Reputation points
2024-09-03T11:56:54.66+00:00

My team members are changing the status of security alerts in Defender for cloud. How can i check who worked on which alert ?

Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-09-06T19:58:48.07+00:00

    Hi @Rakesh Kumar , you should be able to use Azure Activity Log. You can filter the Activity Log to find entries related to security alerts and see who made the changes.

    If you have connected Microsoft Defender for Cloud to a Log Analytics workspace, you can query the SecurityAlert table to find details about the alerts and the actions taken. You can use the following query to get information about the alerts:

       SecurityAlert
    | where ProductName == "Azure Security Center"
    | project TimeGenerated, AlertName, AlertSeverity, Status, ChangedBy
    
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.