We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6b3c3 commit 6c5dab5Copy full SHA for 6c5dab5
detection-rules/5_test_link_analysis_rule.yml
@@ -0,0 +1,25 @@
1
+name: "PR# 5 - Test Link Analysis Rule - Credential Phishing"
2
+description: "Test rule that uses ml.link_analysis to detect credential phishing pages"
3
+type: "rule"
4
+severity: "high"
5
+authors:
6
+ - github.com/aidenmitchell
7
+source: |
8
+ type.inbound
9
+ and any(body.links,
10
+ ml.link_analysis(.).credentialed_phish.disposition == "phishing"
11
+ )
12
+tags:
13
+ - "Credential Phishing"
14
+ - pr_author_aidenmitchell
15
+ - created_from_open_prs
16
+ - rule_status_added
17
+attack_types:
18
19
+tactics_and_techniques:
20
+ - "T1566"
21
+detection_methods:
22
+ - "URL analysis"
23
+id: "cbf3b50f-6a9c-59c8-846d-b74f5efcb4d0"
24
+references:
25
+ - https://github.com/aidenmitchell/sublime-rules/pull/5
0 commit comments