web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Power automating " A u...
Power Automate
Unanswered

Power automating " A user clicked through to a potentially malicious URL​ "

(1) ShareShare
ReportReport
Posted on by 1

Hi Everyone,

 

I'm trying to use Power Automate to retrieve the Office 365 alert titled "A user clicked through to a potentially malicious URL", and send a notification, but I can't find the correct action to use to grab that alert.

 

I attempted to use the Graph Security action, but it doesn't seem to retrieve this type of alert.

 

Could you guide me on how to achieve this?

 

Thank you in advance for your help!

Categories:
I have the same question (0)
  • SaiRT14 Profile Picture
    1,990 Super User 2025 Season 1 on at
     
    To retrieve the specific alert, use the Microsoft 365 Defender Alerts APIhttps://api.security.microsoft.com/api/alerts

    Trigger: Use a schedule-based trigger or any relevant trigger (e.g., recurrence every hour).

    Action: HTTP Request: Add an HTTP action to call the Defender API. Configure it as follows: Method: GET URI: https://api.security.microsoft.com/api/alerts?$filter=title eq 'A user clicked through to a potentially malicious URL' Headers: Authorization: Bearer {Access_Token} Content-Type: application/json

    Parse the Response: Use the Parse JSON action to extract relevant details from the API response. Paste the JSON schema (obtained from a sample response) into the Parse JSON step.

    Condition: Add a condition to check if any alerts are returned. Example: @greater(length(body('Parse_JSON')), 0)

    send Notification: If alerts exist, use actions such as Send an email (V2) or Post a message in Teams to notify the appropriate recipients.

    thanks

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 77 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 68

#3
Expiscornovus Profile Picture

Expiscornovus 56 Most Valuable Professional

Last 30 days Overall leaderboard