Skip to content

Commit

Permalink
FP Tune: Update impersonation_microsoft.yml (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Sep 13, 2023
1 parent d970f36 commit dec1558
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions detection-rules/impersonation_microsoft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ source: |
'Microsoft Azure'
)
)
and sender.email.domain.root_domain not in~ ('microsoft.com', 'microsoftsupport.com', 'office.com')
and sender.email.domain.root_domain not in~ (
'microsoft.com',
'microsoftsupport.com',
'office.com',
'teams-events.com'
)
// first-time sender
and (
(
Expand All @@ -49,6 +54,7 @@ source: |
and sender.email.domain.domain not in $sender_domains
)
)
attack_types:
- "Credential Phishing"
tactics_and_techniques:
Expand Down

0 comments on commit dec1558

Please sign in to comment.