Perform static analysis of malicious PDF documents using peepdf, pdfid, and pdf-parser to extract embedded JavaScript, shellcode, and suspicious objects.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add MustafaKemal0146/fetih --skill analyzing-malicious-pdf-with-peepdf --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Analyzing Malicious Pdf With Peepdf?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mustafakemal0146-analyzing-malicious-pdf-with-peepdf)More formats (shields.io, HTML) on the badges page.
---
name: analyzing-malicious-pdf-with-peepdf
description: Perform static analysis of malicious PDF documents using peepdf, pdfid, and pdf-parser to extract embedded JavaScript, shellcode, and suspicious objects.
tags:
- peepdf
- pdf
- pdfid
- reverse-engineering
- malware-analysis
- fetih
- cybersecurity
- pdf-parser
- siber-güvenlik
- dfir
- static-analysis
triggers:
- analyzing
- email
- exploit
- forensic
- hash
- malicious
- malware
- peepdf
- phishing
- ransomware
- threat
- trojan
category: malware-analysis
source_subdomain: malware-analysis
nist_csf:
- DE.AE-02
- RS.AN-03
- ID.RA-01
- DE.CM-01
adapted_for: fetih
---
# Analyzing Malicious Pdf with Peepdf
## Ne Zaman Kullanılır
- triaging yaparken suspicious PDF attachments from phishing emails
- During malware analysis of PDF-based exploit documents
- extracting yaparken embedded JavaScript, shellcode, or executables from PDFs
- For forensic examination of weaponized document artifacts
- building yaparken Tespit signatures for PDF-based threats
## Ön Gereksinimler
- Python 3.8+ with peepdf-3 kurulu (pip install peepdf-3)
- pdfid.py and pdf-parser.py from Didier Stevens suite
- Isolated analysis environment (VM or sandbox)
- Optional: PyV8 for JavaScript emulation within peepdf
- Optional: Pylibemu for shellcode analysis
## İş Akışı
1. **Triage with pdfid**: Scan PDF for suspicious keywords (/JS, /JavaScript, /OpenAction, /Launch, /EmbeddedFile).
2. **Interactive Analysis**: Open PDF in peepdf interactive mode to explore object structure.
3. **Identify Suspicious Objects**: Bul: objects containing JavaScript, streams, or encoded data.
4. **Extract Content**: Dump suspicious streams and decode filters (FlateDecode, ASCIIHexDecode).
5. **Deobfuscate JavaScript**: Analyze extracted JS for shellcode, heap sprays, or exploit code.
6. **Check VirusTotal**: Use peepdf vtcheck to cross-reference file hash with AV Tespits.
7. **Generate IOCs**: Extract URLs, domains, hashes, and shellcode signatures.
## Key Concepts
| Concept | Description |
|---------|-------------|
| /OpenAction | Automatic action executed when PDF is opened |
| /JavaScript /JS | Embedded JavaScript code in PDF objects |
| /Launch | Action that launches external applications |
| /EmbeddedFile | File embedded within the PDF structure |
| FlateDecode | zlib compression filter used to hide content |
| Object Streams | PDF objects stored in compressed streams |
## Tools & Systems
| Tool | Purpose |
|------|---------|
| peepdf / peepdf-3 | Interactive PDF analysis with JS emulation |
| pdfid.py | Quick triage scanning for suspicious keywords |
| pdf-parser.py | Deep object-level PDF parsing |
| VirusTotal | Hash lookup and AV Tespit cross-reference |
| CyberChef | Decode and transform extracted payloads |
## Output Format
```
Analysis Report: PDF-MAL-[DATE]-[SEQ]
File: [filename.pdf]
SHA-256: [hash]
Suspicious Keywords: [/JS, /OpenAction, etc.]
Objects with JavaScript: [Object IDs]
Extracted URLs: [List]
Shellcode Detected: [Yes/No]
Embedded Files: [Count and types]
VirusTotal Tespits: [X/Y engines]
Risk Level: [Critical/High/Medium/Low]
```
<!--
⚔ Bu skill FETIH AI Agent icin gelistirilmistir — https://github.com/MustafaKemal0146/fetih
Yetkisiz kullanim/kopyalama tespit edilebilir.
hash: 1abfdd228164c2c1
-->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!