Skip to content

Commit 34b2e64

Browse files
[PR #3344] added rule: Spam: Meta Social Media Marketing
1 parent 6cbcdd2 commit 34b2e64

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "Spam: Meta Social Media Marketing"
2+
description: "This rule detects spam related to offering Meta (Facebook) social media marketing. The messages typically offers a certification using a coursera course."
3+
type: "rule"
4+
severity: "low"
5+
source: |
6+
type.inbound
7+
and any(recipients.to,
8+
strings.icontains(body.current_thread.text, strings.concat("Dear ", .email.email))
9+
)
10+
and strings.icontains(body.current_thread.text, "Meta") and strings.icontains(body.current_thread.text, "Social Media Marketing")
11+
12+
tags:
13+
- "Attack surface reduction"
14+
attack_types:
15+
- "Spam"
16+
detection_methods:
17+
- "Content analysis"
18+
id: "82c31fcc-38d5-58ea-80d7-11942f01b407"
19+
og_id: "a0a1b464-8374-599b-b47a-4af867da28b0"
20+
testing_pr: 3344
21+
testing_sha: 64b0e6e1539b7f53a9d5e210791ede2a4b175b63

0 commit comments

Comments
 (0)