Skip to content

Commit 3234f5e

Browse files
authored
Update impersonation_paypal.yml (#3076)
1 parent 677a2cc commit 3234f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

detection-rules/impersonation_paypal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source: |
1111
strings.replace_confusables(sender.display_name) =~ "paypal"
1212
or strings.ilevenshtein(strings.replace_confusables(sender.display_name), 'paypal') <= 1
1313
or strings.ilike(strings.replace_confusables(sender.display_name), '*paypal*')
14+
or strings.icontains(body.current_thread.text, "paypal billing team")
1415
or any(attachments,
1516
(.file_type in $file_types_images or .file_type == "pdf")
1617
and any(ml.logo_detect(.).brands, .name == "PayPal")

0 commit comments

Comments
 (0)