Skip to content

Commit b06dd79

Browse files
authored
Update headers_outlook_express.yml (#3485)
1 parent 5062b55 commit b06dd79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

detection-rules/headers_outlook_express.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ description: "Detects emails claiming to be sent from Outlook Express, which is
33
type: "rule"
44
severity: "medium"
55
source: |
6-
strings.icontains(headers.mailer, 'Outlook Express')
6+
type.inbound
7+
and strings.icontains(headers.mailer, 'Outlook Express')
78
and not profile.by_sender_email().any_messages_benign
89
tags:
910
- "Attack surface reduction"

0 commit comments

Comments
 (0)