Phish and Malware received by user vs total amount of email
Description
How much phish and malware emails vs good emails received the user in the given timeframe.
Query · kql
let UserToAnalyze="john.doe@contoso.com"; EmailEvents | where RecipientEmailAddress==UserToAnalyze | project RecipientEmailAddress, ThreatTypes | evaluate pivot(ThreatTypes) | sort by RecipientEmailAddress asc