Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion detection-rules/headers_outlook_express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ description: "Detects emails claiming to be sent from Outlook Express, which is
type: "rule"
severity: "medium"
source: |
strings.icontains(headers.mailer, 'Outlook Express')
type.inbound
and strings.icontains(headers.mailer, 'Outlook Express')
and not profile.by_sender_email().any_messages_benign
tags:
- "Attack surface reduction"
Expand Down
Loading