Skip to content

Commit

Permalink
Sync from PR#765
Browse files Browse the repository at this point in the history
Updating Rule: headers_voicemail_sendgrid.yml by @aidenmitchell
#765
Source SHA 5e3e9a5
Triggered by @cameron-dunn-sublime
  • Loading branch information
Sublime Rule Testing Bot committed Oct 2, 2023
1 parent fff7f05 commit 6eed50e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions detection-rules/headers_voicemail_sendgrid.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "Sendgrid voicemail phish"
description: |
The message may contain a fake voicemail notification being sent via Sendgrid.
reference:
- "https://krebsonsecurity.com/2020/08/sendgrid-under-siege-from-hacked-accounts/comment-page-1/"
type: "rule"
severity: "high"
source: |
type.inbound
and headers.return_path.domain.domain == 'sendgrid.net'
and strings.ilike(subject.subject, '*voicemail*', '*voice message*')
and any(ml.nlu_classifier(body.current_thread.text).intents, .name not in ("benign", "unknown"))
attack_types:
- "Credential Phishing"
tactics_and_techniques:
- "Social engineering"
detection_methods:
- "Content analysis"
- "Header analysis"
id: "21cad89c-55e0-5cf1-8677-bf0242633a82"
testing_pr: 765
testing_sha: 5e3e9a5022bf388b9b0259d8dd013e9fd493527f

0 comments on commit 6eed50e

Please sign in to comment.