Skip to content

Commit 8e2aa0b

Browse files
committed
Learn Editor: Update add-advanced-hunting-community-queries.md
1 parent b39b00a commit 8e2aa0b

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)