Skip to content

Commit 4434a4e

Browse files
[Shared Samples] [PR #4378] modified rule: PR# 4378 - Link: Single character path with credential theft body and self sender behavior or invalid recipient
1 parent 1886696 commit 4434a4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

detection-rules/4378_self_sender_cred_theft_short_path_link.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: "PR# 4378 - Link: Self-sent credential theft with single character path"
2-
description: "Detects messages sent to oneself containing links with single character paths and credential theft language, commonly used to bypass security filters and deliver malicious content."
1+
name: "PR# 4378 - Link: Single character path with credential theft body and self sender behavior or invalid recipient"
2+
description: "Message where the sender and recipient are the same or the recipient domain is invalid, contains a link with a single character path and no query parameters or fragments, and includes credential theft language."
33
type: "rule"
44
severity: "medium"
55
source: |
66
type.inbound
7-
// self sender
7+
// self sender or invaild recipent domain
88
and length(recipients.to) == 1
99
and (
1010
sender.email.email == recipients.to[0].email.email

0 commit comments

Comments
 (0)