We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5062b55 commit b06dd79Copy full SHA for b06dd79
detection-rules/headers_outlook_express.yml
@@ -3,7 +3,8 @@ description: "Detects emails claiming to be sent from Outlook Express, which is
3
type: "rule"
4
severity: "medium"
5
source: |
6
- strings.icontains(headers.mailer, 'Outlook Express')
+ type.inbound
7
+ and strings.icontains(headers.mailer, 'Outlook Express')
8
and not profile.by_sender_email().any_messages_benign
9
tags:
10
- "Attack surface reduction"
0 commit comments