Skip to content

Commit 4b6b3c3

Browse files
[PR #3] added rule: PR# 3 - Test Rule - Phishing Link Detection
1 parent ebd0283 commit 4b6b3c3

File tree

1 file changed

+19
-0
lines changed

1 file changed

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

Comments
 (0)