Skip to content

Commit

Permalink
Hunting Malicious Copilot Agent.kql
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimKQL authored Nov 23, 2024
1 parent 365f99b commit c8bf2e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sentinel/Hunting Malicious Copilot Agent.kql
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ PowerPlatformAdminActivity
| where EventOriginalType in ("BotCreate", "BotComponentCreate", "BotUpdateOperation-BotPublish")
| where ActorName has_any(HighRiskUsers)




// MITRE ATT&CK

0 comments on commit c8bf2e5

Please sign in to comment.