Skip to content

Commit 7793228

Browse files
[PR #3443] modified rule: Service abuse: Facebook business with action required subject
1 parent 0117d9f commit 7793228

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

detection-rules/3443_service_abuse_meta_business.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ description: "Detects messages from the Facebook business domain containing 'act
33
type: "rule"
44
severity: "medium"
55
source: |
6-
strings.icontains(subject.subject, "action required")
6+
type.inbound
7+
and strings.icontains(subject.subject, "action required")
78
and sender.email.email == "noreply@business.facebook.com"
89
tags:
910
- "Attack surface reduction"
@@ -18,4 +19,4 @@ detection_methods:
1819
id: "eda7e455-3904-5c92-b7ee-907783230093"
1920
og_id: "64297d2f-a5bd-5336-8db7-ec00df59411f"
2021
testing_pr: 3443
21-
testing_sha: 3ed229ec0380d9a6703c10455b5a15c045ad7aa5
22+
testing_sha: ff48e10c093edfd7dcb261bd6686551d52d940e9

0 commit comments

Comments
 (0)