← スキル一覧に戻る

pdf-triage-plus
by NLx64
contains a couple of skills created by me to help infosec community
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
name: pdf-triage-plus description: Structural analysis of suspicious PDF documents to detect evasion techniques missed by traditional AV version: 0.1.0 author: NLx64 tags: [document-analysis, pdf, malware-detection, triage] status: coming-soon
PDF Triage Plus
🚧 Coming Soon - This skill is under development
Overview
This skill performs structural analysis of suspicious PDF documents to detect evasion techniques that traditional antivirus solutions often miss.
Why This Matters
Traditional signature-based detection frequently fails against:
- Obfuscated JavaScript payloads
- Layered object streams
- Evasion techniques targeting sandbox environments
Case Study: Documents scoring 0/63 on VirusTotal have been identified as malicious with 95/100 risk scores using structural analysis.
Planned Features
- Stream Extraction: Decompress and analyze all PDF streams
- Payload Layering Detection: Identify nested malicious content
- Code Semantic Analysis: Understand JavaScript/ActionScript behavior
- Risk Scoring: Quantified threat assessment
- IOC Extraction: Automatic indicator identification
Analysis Methods
- PDF structure parsing
- Object stream decompression
- JavaScript deobfuscation
- Suspicious pattern detection
- Risk score calculation
Outputs
- Risk score with reasoning
- Extracted IOCs (URLs, IPs, domains)
- Suspicious code snippets
- Recommended actions
Check back soon for the full implementation!
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です