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

Notifications

Announcements

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 2 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard