You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| where ConfidenceLevel != @"{""Spam"":""Not spam""}"
//Filter internal routing domain email out
| where SenderFromDomain != "vtechnologies.onmicrosoft.com"
//These fields should show if there is an Mail Rule or Safelist entry for the message - for some reason - the kql does not filter if they are NullValues
|where isnotnull(EmailActionPolicy) or isnotnull(EmailAction) or isnotnull (EmailActionPolicyGuid) or isnotnull (OrgLevelAction) or isnotnull (OrgLevelPolicy)