Skip to content

Commit 25e575e

Browse files
[PR #3950] modified rule: PR# 3950 - Link: Unsolicited email contains shortened or file sharing service redirecting to blob URL
1 parent 3bcd9cd commit 25e575e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

detection-rules/3950_link_shortened_or_file_sharing_service_redirecting_to_blob_url.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: "PR# 3950 - Link: Shortened or file sharing service redirecting to blob URL"
1+
name: "PR# 3950 - Link: Unsolicited email contains shortened or file sharing service redirecting to blob URL"
22
description: "Detects messages containing links from URL shorteners, file hosts, or self-service platforms that redirect to blob URLs, indicating potential malware delivery or credential harvesting from unsolicited senders."
33
type: "rule"
44
severity: "medium"
55
source: |
66
type.inbound
77
and 0 < length(body.links) < 10
8-
and not profile.by_sender().solicited
98
and length(recipients.to) == 1
109
and recipients.to[0].email.domain.valid
1110
and any(body.links,
@@ -20,6 +19,7 @@ source: |
2019
// the url redirects to a blob url
2120
and strings.icontains(ml.link_analysis(.).effective_url.url, 'blob:')
2221
)
22+
and not profile.by_sender().solicited
2323

2424
attack_types:
2525
- "Credential Phishing"

0 commit comments

Comments
 (0)