Skip to content

Commit 8a8f2be

Browse files
[Test Rules] [PR #3984] modified rule: Brand impersonation: DocuSign
1 parent b14a413 commit 8a8f2be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

detection-rules/3984_impersonation_docusign.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ source: |
309309
and (
310310
any(
311311
// filter links that match docusign wording
312-
filter(body.links,
312+
filter(body.current_thread.links,
313313
// we've observed invisible characters in the display name
314314
// such as U+034F: "Revi\x{034F}ew Now"
315315
(
@@ -337,7 +337,7 @@ source: |
337337
or strings.icontains(.display_text, "Review on Docusign")
338338
or (
339339
strings.icontains(.display_text, "Sign")
340-
and regex.icontains(.display_text, '(?:in|now)')
340+
and regex.icontains(.display_text, '(?:in\b|now)')
341341
)
342342
)
343343
),
@@ -430,4 +430,4 @@ detection_methods:
430430
id: "d4941591-f1a3-58d5-be61-2a093f9b7453"
431431
og_id: "4d29235c-08b9-5f9b-950e-60b05c4691fb"
432432
testing_pr: 3984
433-
testing_sha: d2ed2963f768b67d7e8bbf01eb9b2555259e890b
433+
testing_sha: ab20ddde3269908639206e170aab3b4842f09ce6

0 commit comments

Comments
 (0)