Skip to content

Commit 176b101

Browse files
Merge branch 'main' into wi-502580-copilot-batch-1-image-reorg
2 parents d915190 + a7b970e commit 176b101

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

defender-for-identity/whats-new.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ For more information, see also:
2323

2424
For updates about versions and features released six months ago or earlier, see the [What's new archive for Microsoft Defender for Identity](whats-new-archive.md).
2525

26+
## December 2025
27+
|Version number |Updates |
28+
|---------|---------|
29+
|2.252|Includes bug fixes and stability improvements for the Microsoft Defender for Identity sensor.|
30+
2631
## November 2025
2732

2833
|Version number |Updates |

defender-office-365/step-by-step-guides/review-allow-entries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This query looks for emails that were overridden by IP, without any detection th
6666

6767
```kusto
6868
EmailEvents
69-
| where OrgLevelAction == "Allow" and ThreatTypes != ""
69+
| where OrgLevelAction == "Allow" and ThreatTypes == ""
7070
|summarize count() by SenderIPv4
7171
| top 10 by count_
7272
```
@@ -77,7 +77,7 @@ This query looks for emails that were overridden by sending domain without any d
7777

7878
```kusto
7979
EmailEvents
80-
| where OrgLevelAction == "Allow" and ThreatTypes != ""
80+
| where OrgLevelAction == "Allow" and ThreatTypes == ""
8181
|summarize count() by SenderFromDomain
8282
| top 10 by count_
8383
```
@@ -88,7 +88,7 @@ This query looks for emails that were overridden by sending address without any
8888

8989
```kusto
9090
EmailEvents
91-
| where OrgLevelAction == "Allow" and ThreatTypes != ""
91+
| where OrgLevelAction == "Allow" and ThreatTypes == ""
9292
|summarize count() by SenderFromAddress
9393
| top 10 by count_
9494
```

0 commit comments

Comments
 (0)