Skip to content

Commit 5062b55

Browse files
markmsublimeID Generatoralex-herold
authored
Create headers_outlook_express.yml (#3329)
Co-authored-by: ID Generator <hello@sublimesecurity.com> Co-authored-by: Alex Herold <alex.herold@sublimesecurity.com>
1 parent 97d4829 commit 5062b55

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Headers: Outlook Express mailer"
2+
description: "Detects emails claiming to be sent from Outlook Express, which is a legacy email client that is no longer supported or commonly used."
3+
type: "rule"
4+
severity: "medium"
5+
source: |
6+
strings.icontains(headers.mailer, 'Outlook Express')
7+
and not profile.by_sender_email().any_messages_benign
8+
tags:
9+
- "Attack surface reduction"
10+
attack_types:
11+
- "BEC/Fraud"
12+
- "Credential Phishing"
13+
- "Malware/Ransomware"
14+
tactics_and_techniques:
15+
- "Evasion"
16+
- "Spoofing"
17+
detection_methods:
18+
- "Header analysis"
19+
id: "b7a698de-08c0-5f1a-8172-896438e632ea"

0 commit comments

Comments
 (0)