Skip to content
2 changes: 1 addition & 1 deletion detection-rules/impersonation_docusign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ source: |
or strings.icontains(.display_text, "Review on Docusign")
or (
strings.icontains(.display_text, "Sign")
and strings.icontains(.display_text, "Now")
and regex.icontains(.display_text, '(?:in\b|now)')
)
)
),
Expand Down
Loading