Top targeted users


Description

This query helps reviewing top targeted users with malware or phishing emails in an organization in last 30 days

Query · kql

EmailEvents 
| where Timestamp > ago(30d) 
| where ThreatTypes has "Malware" or ThreatTypes has "Phish" 
| summarize count() by RecipientEmailAddress 
| sort by count_
Raw source Top targeted users · KQL
Esc
Published by Azure/Azure-Sentinel ↗, licensed under MIT ↗. Reproduced here unmodified.
id: a1664330-810a-473b-b354-acbaa751a294
name: Top targeted users
description: |
  This query helps reviewing top targeted users with malware or phishing emails in an organization in last 30 days
description-detailed: |
  This query helps reviewing top targeted users with malware or phishing emails in an organization in last 30 days using Defender for Office 365 data.
requiredDataConnectors:
  - connectorId: MicrosoftThreatProtection
    dataTypes:
      - EmailEvents
tactics:
  - InitialAccess
relevantTechniques:
  - T1566
query: |
  EmailEvents 
  | where Timestamp > ago(30d) 
  | where ThreatTypes has "Malware" or ThreatTypes has "Phish" 
  | summarize count() by RecipientEmailAddress 
  | sort by count_
version: 1.0.0

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.