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 97d4829 commit 5062b55Copy full SHA for 5062b55
detection-rules/headers_outlook_express.yml
@@ -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