Static Malware Analysis For Claude Code banner
Pavornoc Pavornoc

Static Malware Analysis For Claude Code

Development community

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.

![Static Analysis Only](https://img.shields.io/badge/Analysis-Static%20Only-critical) ![MITRE ATT&CK Mapped](https://img.shields.io/badge/MITRE-ATT%26CK-blue) ![Output](https://img.shields.io/badge/Output-Structured%20Report-success) ![Detection Content](https://img.shields.io/badge/Includes-YARA%20%2B%20Sigma-orange)

Table of Contents

Installing the Skill to Claude Code

  1. Clone or copy this folder to your local machine.
  2. Place the skill in your Claude Code commands directory as:
    • ~/.claude/commands/open-static-malware-analysis/
  3. Ensure the main skill file is available at:
    • ~/.claude/commands/open-static-malware-analysis/open-static-malware-analysis.md
  4. 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-analysis
    • Run static malware triage on /path/to/file
    • Is 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