We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677a2cc commit 3234f5eCopy full SHA for 3234f5e
detection-rules/impersonation_paypal.yml
@@ -11,6 +11,7 @@ source: |
11
strings.replace_confusables(sender.display_name) =~ "paypal"
12
or strings.ilevenshtein(strings.replace_confusables(sender.display_name), 'paypal') <= 1
13
or strings.ilike(strings.replace_confusables(sender.display_name), '*paypal*')
14
+ or strings.icontains(body.current_thread.text, "paypal billing team")
15
or any(attachments,
16
(.file_type in $file_types_images or .file_type == "pdf")
17
and any(ml.logo_detect(.).brands, .name == "PayPal")
0 commit comments