Skip to content

Commit 3d5941c

Browse files
keaton-sublimeCI Bot
andauthored
Create attachment_pdf_view_doc.yml (#3889)
Co-authored-by: CI Bot <hello@sublimesecurity.com>
1 parent e76aaa7 commit 3d5941c

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: "Attachment: PDF with suspicious view document characteristics"
2+
description: "PDF attachment contains suspicious characteristics commonly associated with document viewing lures, as detected by YARA pattern matching."
3+
type: "rule"
4+
severity: "medium"
5+
source: |
6+
type.inbound
7+
and any(filter(attachments, .file_type == "pdf"),
8+
any(file.explode(.),
9+
any(.scan.yara.matches,
10+
.name == "view_document_pdf_characteristics"
11+
)
12+
)
13+
)
14+
attack_types:
15+
- "Credential Phishing"
16+
- "Malware/Ransomware"
17+
tactics_and_techniques:
18+
- "PDF"
19+
- "Social engineering"
20+
- "Evasion"
21+
detection_methods:
22+
- "File analysis"
23+
- "YARA"
24+
id: "8b2ec902-929b-56d2-82ff-869767bb3eff"

0 commit comments

Comments
 (0)