Skip to content

Commit 2044a59

Browse files
authored
Update attachment_qr_with_recipient_targeting_and_special_characters.yml (#3981)
1 parent f620c8a commit 2044a59

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

detection-rules/attachment_qr_with_recipient_targeting_and_special_characters.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ source: |
99
and any(attachments,
1010
(
1111
// Office documents
12-
.file_extension in $file_extensions_macros
12+
(
13+
.file_extension in $file_extensions_macros
14+
// Email Attachments
15+
or .file_extension == "eml"
16+
)
1317
and any(file.explode(.),
1418
.scan.qr.type == "url"
1519
// QR code URL contains recipient's email (targeting indicator)
@@ -123,6 +127,7 @@ source: |
123127
)
124128
)
125129
)
130+
126131
attack_types:
127132
- "Credential Phishing"
128133
tactics_and_techniques:

0 commit comments

Comments
 (0)