Back to list
NLx64

pdf-triage-plus

by NLx64

contains a couple of skills created by me to help infosec community

0🍴 0📅 Jan 20, 2026

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

  1. PDF structure parsing
  2. Object stream decompression
  3. JavaScript deobfuscation
  4. Suspicious pattern detection
  5. 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!

Score

Total Score

55/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon