Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Rule: Brand Spoof: UPS #480

Closed
wants to merge 9 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions detection-rules/spoof_ups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Brand spoof: UPS"
description: |
Impersonation of United Parcel Service (UPS) a multinational package delivery and supply chain management company, a file sharing service; specifically spoofs the UPS sender domain.
type: "rule"
severity: "medium"
source: |
type.inbound
and sender.email.domain.root_domain == 'ups.com'
and any(distinct(headers.hops, .authentication_results.dmarc is not null), strings.ilike(.authentication_results.dmarc, "*fail"))
tags:
- "Brand impersonation"
- "Suspicious sender"
id: "17d8bce8-be2b-5c3a-8480-1e5013086654"