Skip to content

Commit bcced87

Browse files
committed
update (41035) - refactored code based on updated spec
1 parent 741ef23 commit bcced87

3 files changed

Lines changed: 83 additions & 97 deletions

File tree

src/powershell/public/Get-ZtGraphScope.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
'SecurityIdentitiesSensors.Read.All'
5252
'SecurityIncident.Read.All'
5353
'ThreatHunting.Read.All'
54+
'ThreatSubmission.Read.All'
5455
'UserAuthenticationMethod.Read.All'
5556
)
5657

src/powershell/tests/Test-Assessment.41035.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Account-takeover threat actors regularly succeed against email filters — credential phishing, business-email-compromise lures, and AI-generated spear phishing reach inboxes after every automated control has decided the message is clean. The last line of detection in those cases is the user, but only if they have a one-click way to report the message and only if those reports actually reach somewhere a human responder can act on them. When user reporting is turned off, points to a mailbox no one watches, or skips Microsoft entirely, a successful phish reaches credential capture, the threat actor moves on to mailbox persistence and lateral campaigns against colleagues, and the SOC never learns the original message slipped through — so it cannot pull the same campaign out of other mailboxes before the attack progresses. Routing reports to Microsoft also feeds the global anti-phishing model so every customer benefits from every reported message. The recommended baseline turns on the built-in Outlook Report button, routes user-reported messages to both Microsoft (for re-evaluation and model training) and to a monitored SOC mailbox (so analysts can hunt the campaign), and exposes the submission queue programmatically through the Microsoft Graph email threat submission API so SOC tooling can ingest them automatically.
1+
Account-takeover threat actors regularly succeed against email filters — credential phishing, business-email-compromise lures, and AI-generated spear phishing reach inboxes after every automated control has decided the message is clean. The last line of detection in those cases is the user, but only if they have a one-click way to report the message and only if those reports actually reach somewhere a human responder can act on them. When user reporting is turned off, points to a mailbox no one watches, or skips Microsoft entirely, a successful phish reaches credential capture, the threat actor moves on to mailbox persistence and lateral campaigns against colleagues, and the SOC never learns the original message slipped through — so it cannot pull the same campaign out of other mailboxes before the attack progresses. Routing reports to Microsoft also feeds the global anti-phishing model so every customer benefits from every reported message. The recommended baseline turns on the built-in Outlook Report button, routes user-reported messages to both Microsoft (for re-evaluation and model training) and to a monitored SOC mailbox (so analysts can hunt the campaign), and exposes the submission queue programmatically through the Microsoft Graph email threat submission API so SOC tooling can ingest them automatically. A check that fails means the customer has a Report button that goes nowhere actionable — a known false-sense-of-security pattern.
22

33
**Remediation action**
44

0 commit comments

Comments
 (0)