Static Malware Analysis For Claude Code
Description
A Skill for Claude Code to perform static malware analysis on a suspicious file.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Open Static Malware Analysis (Claude Skill)
A Claude Code skill for fast, structured static malware analysis without executing suspicious files. I'm sure there are plenty out there already, or you can build your own, but I've found this one quite useful.
   
Table of Contents
- Installing the Skill to Claude Code
- Basic Usage
- Example Prompt
- Example Output Sections
- Features
- Disclaimer
- Contributing
- Thank You
- License
Installing the Skill to Claude Code
- Clone or copy this folder to your local machine.
- Place the skill in your Claude Code commands directory as:
~/.claude/commands/open-static-malware-analysis/
- Ensure the main skill file is available at:
~/.claude/commands/open-static-malware-analysis/open-static-malware-analysis.md
- Keep any supporting reference files in the same skill directory structure if your setup uses them.
Basic Usage
- In Claude Code, provide or reference a suspicious file and ask for static analysis.
- Example prompts:
Analyze this sample with open-static-malware-analysisRun static malware triage on /path/to/fileIs this binary malicious? Perform static analysis only
- The skill guides analysis through:
- file type verification by magic bytes
- hashing and metadata collection
- structural analysis by file format
- string and IOC extraction
- entropy and obfuscation checks
- MITRE ATT&CK mapping and risk scoring
- report generation with YARA and Sigma opportunities
Example
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11