Skip to content

Commit

Permalink
Update impersonation_human_resources.yml (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Nov 16, 2023
1 parent 419819f commit db8f6f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions detection-rules/impersonation_human_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ source: |
and regex.icontains(sender.display_name,
'(\bh\W?r\W?\b|human resources|hr depart(ment)?|employee relations)'
)
// Negate common marketing mailers
and not regex.icontains(sender.display_name, 'HR (Events|Expert)')
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")
Expand Down Expand Up @@ -36,6 +40,7 @@ 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 db8f6f1

Please sign in to comment.