Skip to content

Commit 554dae4

Browse files
[PR #3326] modified rule: Brand impersonation: Aquent
1 parent 3b39241 commit 554dae4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

detection-rules/3326_brand_impersonation_aquent.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ source: |
77
and (
88
strings.icontains(sender.display_name, 'Aquent')
99
// look for Aquent address from footer, or current address being used by actors
10-
or 3 of (
11-
strings.icontains(sender.display_name, "Aquent"),
10+
or 2 of (
1211
strings.icontains(body.current_thread.text, 'Aquent'),
1312
strings.icontains(body.current_thread.text, '2884 Sand Hill Road'),
1413
strings.icontains(body.current_thread.text, 'Menlo Park, CA 94025'),
@@ -47,4 +46,4 @@ detection_methods:
4746
id: "a23b8a50-bfad-5c49-8f53-13ba8c1402ae"
4847
og_id: "5074459c-d48e-5ff6-9a08-3da38c2963d9"
4948
testing_pr: 3326
50-
testing_sha: aebbc93aed56ac591439120d72a87bbe28b140fd
49+
testing_sha: 4d31db559a98883eede59b7e8189dbb164458008

0 commit comments

Comments
 (0)