We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd0283 commit 4b6b3c3Copy full SHA for 4b6b3c3
detection-rules/3_test_phishing_link.yml
@@ -0,0 +1,19 @@
1
+name: "PR# 3 - Test Rule - Phishing Link Detection"
2
+description: "A second test rule for workflow validation"
3
+type: rule
4
+severity: high
5
+source: |
6
+ type.inbound
7
+ and any(body.links,
8
+ .href_url.domain.root_domain in ("bit.ly", "tinyurl.com")
9
+ and .href_url.domain.domain != sender.email.domain.domain
10
+ )
11
+tags:
12
+ - "test"
13
+ - "phishing"
14
+ - pr_author_aidenmitchell
15
+ - created_from_open_prs
16
+ - rule_status_added
17
+id: "4ba8b0a2-253b-50f2-bebb-899d421fe0c1"
18
+references:
19
+ - https://github.com/aidenmitchell/sublime-rules/pull/3
0 commit comments