Skip to content

Commit 6516adb

Browse files
[Shared Samples] [PR #3984] modified rule: PR# 3984 - Brand impersonation: DocuSign
1 parent 98a3ec3 commit 6516adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

detection-rules/3984_impersonation_docusign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ source: |
310310
and (
311311
any(
312312
// filter links that match docusign wording
313-
filter(body.links,
313+
filter(body.current_thread.links,
314314
// we've observed invisible characters in the display name
315315
// such as U+034F: "Revi\x{034F}ew Now"
316316
(
@@ -338,7 +338,7 @@ source: |
338338
or strings.icontains(.display_text, "Review on Docusign")
339339
or (
340340
strings.icontains(.display_text, "Sign")
341-
and regex.icontains(.display_text, '(?:in|now)')
341+
and regex.icontains(.display_text, '(?:in\b|now)')
342342
)
343343
)
344344
),

0 commit comments

Comments
 (0)