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 37de118 commit f722aa7Copy full SHA for f722aa7
detection-rules/link_fake_fax_low_reputation.yml
@@ -31,6 +31,7 @@ source: |
31
strings.icontains(., "New Fax Received")
32
or strings.icontains(., "e-Fax Document")
33
or strings.icontains(., "Fax Status")
34
+ or strings.icontains(., "Fax ID")
35
or strings.icontains(., "New Fax Document")
36
or regex.icontains(., "(?:received|have) a (?:new )?fax")
37
or regex.icontains(., "to view (th(?:e|is) )?(?:fax|message)")
0 commit comments