Skip to content

Commit

Permalink
Negate FP's and FN's: impersonation_github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Aug 30, 2023
1 parent ec61fe7 commit e6f8509
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions detection-rules/impersonation_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ source: |
'githubnext.com',
'lithub.com'
)
and (
beta.whois(sender.email.domain).days_old < 45
or (
any(body.links,
.href_url.domain.tld not in ("com", "net", "org", "co", "ms")
and .href_url.domain.valid == true
)
)
)
and (
(
sender.email.domain.root_domain in $free_email_providers
Expand All @@ -42,4 +51,5 @@ tactics_and_techniques:
detection_methods:
- "Header analysis"
- "Sender analysis"
- "Whois"
id: "9402f92b-f2b1-5452-8124-fdad4a88feb4"

0 comments on commit e6f8509

Please sign in to comment.