Skip to content

Commit 6c5dab5

Browse files
[PR #5] added rule: PR# 5 - Test Link Analysis Rule - Credential Phishing
1 parent 4b6b3c3 commit 6c5dab5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- "Credential Phishing"
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

Comments
 (0)