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 869b818 commit 5f2b026Copy full SHA for 5f2b026
detection-rules/abuse_wix_mass_mailer.yml
@@ -4,6 +4,9 @@ type: "rule"
4
severity: "low"
5
source: |
6
type.inbound
7
+ and not any(ml.nlu_classifier(body.current_thread.text).topics,
8
+ .name == 'Advertising and Promotions' and .confidence == 'high'
9
+ )
10
and any(filter(body.links, 'wix' in .href_url.rewrite.encoders),
11
.href_url.domain.root_domain in $bulk_mailer_url_root_domains
12
)
0 commit comments