Skip to content

Commit

Permalink
Update impersonation_human_resources.yml (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Dec 21, 2023
1 parent 37751a7 commit 4143b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion detection-rules/impersonation_human_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ source: |
or not any(headers.hops, any(.fields, strings.ilike(.name, "In-Reply-To")))
)
// Negate common marketing mailers
and not regex.icontains(sender.display_name, 'HR (Events|Expert)')
and not regex.icontains(sender.display_name, 'HR (Events|Expert|Support Center)|HR and People Operations')
and (
(0 < length(body.links) < 10 or length(attachments) > 0)
// mass-mailer infra abuse results in an inflated link count due to mailer templates that include links for unsubbing, changing preferences, etc.
Expand Down

0 comments on commit 4143b79

Please sign in to comment.