Skip to content

Commit

Permalink
Update impersonation_human_resources.yml (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Oct 31, 2023
1 parent d708c1d commit 37b59d7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions detection-rules/impersonation_human_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ source: |
and regex.icontains(sender.display_name,
'(\bh\W?r\W?\b|human resources|hr depart(ment)?|employee relations)'
)
and (length(body.links) > 0 or length(attachments) > 0)
// Request and Urgency
and (0 < length(body.links) < 10 or length(attachments) > 0)
// Request and Urgency
and any(ml.nlu_classifier(body.current_thread.text).entities, .name == "request")
and any(ml.nlu_classifier(body.current_thread.text).entities, .name == "urgency")
and (
Expand All @@ -24,7 +23,6 @@ source: |
and not profile.by_sender().any_false_positives
)
)
// negate highly trusted sender domains unless they fail DMARC authentication
and
(
Expand All @@ -38,7 +36,6 @@ source: |
)
or sender.email.domain.root_domain not in $high_trust_sender_root_domains
)
attack_types:
- "BEC/Fraud"
- "Credential Phishing"
Expand Down

0 comments on commit 37b59d7

Please sign in to comment.