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 a088f69 commit 5a8abe3Copy full SHA for 5a8abe3
1 file changed
detection-rules/4505_link_fake_storage_alert.yml
@@ -75,7 +75,7 @@ source: |
75
or strings.icontains(subject.subject, "action required")
76
or strings.icontains(subject.subject, "undelivered messages")
77
or strings.icontains(subject.subject, "review storage")
78
- or regex.icontains(subject.subject, "(?:upgrade|act) (?:today|now)")
+ or regex.icontains(subject.subject, '(?:upgrade|\bact\b) (?:today|now)')
79
or strings.icontains(subject.subject, "subscription terminated")
80
or regex.icontains(subject.subject,
81
'at (?:100|9[0-9](?:\.\d+)?|one[\s-]?hundred) ?(?:percent|%)'
0 commit comments