Skip to content

Commit 836b7d0

Browse files
Merge pull request #4424 from MicrosoftDocs/main
[AutoPublish] main to live - 07/04 10:30 PDT | 07/04 23:00 IST
2 parents 49347be + 4f0f0bd commit 836b7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-office-365/step-by-step-guides/add-advanced-hunting-community-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ If it isn't, select the active branch name in the bottom left corner, and then s
177177
- T1566
178178
query: |
179179
EmailEvents
180-
| where Threat Types has "Phish" and EmailDirection == "Inbound"
180+
| where ThreatTypes has "Phish" and EmailDirection == "Inbound"
181181
| summarize count() by RecipientEmailAddress
182182
| sort by count_
183183
| top 15 by count_

0 commit comments

Comments
 (0)