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
19 changes: 19 additions & 0 deletions detection-rules/headers_outlook_express.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Headers: Outlook Express mailer"
description: "Detects emails claiming to be sent from Outlook Express, which is a legacy email client that is no longer supported or commonly used."
type: "rule"
severity: "medium"
source: |
strings.icontains(headers.mailer, 'Outlook Express')
and not profile.by_sender_email().any_messages_benign
tags:
- "Attack surface reduction"
attack_types:
- "BEC/Fraud"
- "Credential Phishing"
- "Malware/Ransomware"
tactics_and_techniques:
- "Evasion"
- "Spoofing"
detection_methods:
- "Header analysis"
id: "b7a698de-08c0-5f1a-8172-896438e632ea"
Loading