0
(0)

Automating security procedures is a standard requirement for every modern Security Operations Center. The lack of professional cyber defenders forces SOC to work in the most efficient way and automation is a must. Microsoft Power Automate supports different connectors that were built exactly for that. You can build an end-to-end procedure automation within a few minutes.

Microsoft Defender API has an official Power Automate Connector with many capabilities.

Image of edit credentials1.

 Note

For more details about premium connectors licensing prerequisites, see Licensing for premium connectors.

Usage example

The following example demonstrates how to create a Flow that is triggered any time a new Alert occurs on your tenant.

  1. Log in to Microsoft Power Automate.
  2. Go to My flows > New > Automated-from blank.

    Image of edit credentials2.

  3. Choose a name for your Flow, search for “Microsoft Defender ATP Triggers” as the trigger, and then select the new Alerts trigger.

    Image of edit credentials3.

Now you have a Flow that is triggered every time a new Alert occurs.

Image of edit credentials4.

All you need to do now is choose your next steps. For example, you can isolate the device if the Severity of the Alert is High and send an email about it. The Alert trigger provides only the Alert ID and the Machine ID. You can use the connector to expand these entities.

Get the Alert entity using the connector

  1. Choose Microsoft Defender ATP for the new step.
  2. Choose Alerts – Get single alert API.
  3. Set the Alert ID from the last step as Input.

    Image of edit credentials5.

Isolate the device if the Alert’s severity is High

  1. Add Condition as a new step.
  2. Check if the Alert severity is equal to High.

    If yes, add the Microsoft Defender ATP – Isolate machine action with the Machine ID and a comment.

    Image of edit credentials6.

  3. Add a new step for emailing about the Alert and the Isolation. There are multiple email connectors that are very easy to use, such as Outlook or Gmail.
  4. Save your flow.

You can also create a scheduled flow that runs Advanced Hunting queries and much more!

Source : Official Microsoft Brand
Editor by : BEST Antivirus KBS Team

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

(Visited 10 times, 1 visits today)