Skip to content

Commit

Permalink
Update impersonation_microsoft_credential_theft.yml (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Dec 19, 2024
1 parent 93cbe2f commit 9615ee3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions detection-rules/impersonation_microsoft_credential_theft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ source: |
and headers.auth_summary.dmarc.details.from.domain == "planner.office365.com"
)
// message is not from sharepoint actual (additional check in case DMARC check above fails to bail out)
and not (
strings.ilike(headers.message_id, '<Share-*', '<MassDelete-*')
and strings.ends_with(headers.message_id, '@odspnotify>')
)
// negate highly trusted sender domains unless they fail DMARC authentication
and (
(
Expand Down

0 comments on commit 9615ee3

Please sign in to comment.