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 0117d9f commit 7793228Copy full SHA for 7793228
detection-rules/3443_service_abuse_meta_business.yml
@@ -3,7 +3,8 @@ description: "Detects messages from the Facebook business domain containing 'act
3
type: "rule"
4
severity: "medium"
5
source: |
6
- strings.icontains(subject.subject, "action required")
+ type.inbound
7
+ and strings.icontains(subject.subject, "action required")
8
and sender.email.email == "noreply@business.facebook.com"
9
tags:
10
- "Attack surface reduction"
@@ -18,4 +19,4 @@ detection_methods:
18
19
id: "eda7e455-3904-5c92-b7ee-907783230093"
20
og_id: "64297d2f-a5bd-5336-8db7-ec00df59411f"
21
testing_pr: 3443
-testing_sha: 3ed229ec0380d9a6703c10455b5a15c045ad7aa5
22
+testing_sha: ff48e10c093edfd7dcb261bd6686551d52d940e9
0 commit comments