Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
meltedinhex
/
analyst-ai-pack
home
/
skills
/
meltedinhex
/
analyst-ai-pack
meltedinhex/analyst-ai-pack
60 skills
View on GitHub
$
npx skills add meltedinhex/analyst-ai-pack
Skill
Installs
analyzing-android-dex-malware
Reverses Android malware: unpacking APKs, decompiling DEX bytecode to readable
—
analyzing-api-call-traces
Analyzes API call traces from a sandbox or API monitor (JSON) to group calls by
—
analyzing-authenticode-signatures
Analyzes Windows Authenticode signatures on PE files: checking for a signature,
—
analyzing-banking-trojan-webinjects
Analyzes banking trojan webinject configurations to extract targeted institutions,
—
analyzing-compiled-python-malware
Analyzes Python-based malware packaged as PyInstaller/py2exe executables by detecting
—
analyzing-cryptominer-malware
Analyzes cryptojacking/coinminer malware by extracting mining pool endpoints
—
analyzing-dotnet-malware-internals
Reverses .NET/managed malware: decompiling MSIL back to C#, defeating common
—
analyzing-elf-binaries-on-linux
Statically analyzes Linux ELF malware: ELF header and sections, dynamic symbols
—
analyzing-excel-4-macro-malware
Analyzes legacy Excel 4.0 (XLM) macro malware by parsing extracted macro-sheet
—
analyzing-golang-malware-internals
Analyzes Go-compiled malware by recovering function names from the pclntab, detecting
—
analyzing-infostealer-credential-theft
Analyzes infostealer samples by mapping the browser, credential store, wallet, and
—
analyzing-java-jar-malware
Analyzes Java/JAR malware (such as Adwind/jRAT-class cross-platform RATs) by
—
analyzing-loaders-and-droppers
Analyzes loader and dropper samples by identifying staging behavior — embedded or
—
analyzing-mach-o-binaries-on-macos
Statically analyzes macOS Mach-O malware: parsing the header and load commands,
—
analyzing-malicious-iso-and-container-files
Analyzes malicious ISO, IMG, VHD, and similar container files used to smuggle payloads
—
analyzing-malicious-lnk-files
Analyzes weaponized Windows shortcut (.lnk) files: parsing the shell link structure
—
analyzing-malicious-office-macros
Analyzes malicious Office documents by extracting and reviewing VBA macros and
—
analyzing-malicious-onenote-and-html-smuggling
Analyzes two modern delivery techniques: malicious OneNote (.one) attachments with
—
analyzing-malicious-pdfs
Analyzes malicious PDF documents: parsing the object structure for JavaScript,
—
analyzing-malicious-vbscript-and-wsf
Analyzes malicious VBScript, WSF, and HTA scripts: parsing WSF/HTA containers,
—
analyzing-malware-in-memory-with-volatility3
Analyzes a memory image with Volatility 3 to find malware: rogue processes,
—
analyzing-pe-imports-and-exports
Analyzes a PE file''s import and export tables to infer capability: mapping imported
—
analyzing-position-independent-code
Analyzes position-independent code and shellcode by identifying GetPC/PEB-walk
—
analyzing-ransomware-encryption-behavior
Analyzes how a ransomware sample encrypts files: identifying the crypto scheme
—
analyzing-rat-command-and-control
Analyzes remote access trojan command-and-control by mapping the RAT command set,
—
analyzing-rich-header-and-compiler-artifacts
Analyzes the PE Rich header and related compiler artifacts to fingerprint the build
—
analyzing-rust-malware-internals
Analyzes Rust-compiled malware by detecting the Rust toolchain signature, demangling
—
analyzing-webshells
Analyzes suspected webshells (PHP, ASPX/ASP, JSP) by detecting dynamic-execution
—
analyzing-windows-driver-malware
Analyzes malicious and vulnerable Windows kernel drivers (.sys) by parsing the PE for
—
analyzing-wiper-malware
Analyzes destructive wiper malware by identifying raw-disk and MBR/VBR overwrite
—
automating-analysis-with-r2pipe
Automates radare2/rizin analysis through r2pipe to script function enumeration, string
—
building-a-sample-management-workflow
Establishes a disciplined malware sample repository: content-addressed storage by
—
building-a-threat-hunt-hypothesis
Frames a structured, testable threat-hunting hypothesis: grounding it in adversary
—
building-config-extractors
Builds reusable malware configuration extractors by applying a declarative JSON spec
—
building-zeek-analytics-for-hunting
Builds Zeek-based network hunting analytics by writing scripts and analyzing Zeek logs
—
bypassing-anti-vm-and-sandbox-checks
Bypasses anti-VM and sandbox checks during analysis by locating the specific detection
—
capturing-and-analyzing-malware-network-traffic
Captures and analyzes malware network traffic from a detonation: extracting C2
—
collecting-volatile-evidence-from-a-suspect-host
Collects volatile evidence from a potentially compromised host in correct order of
—
debugging-malware-with-x64dbg
Uses x64dbg to dynamically debug Windows malware: setting strategic breakpoints
—
decrypting-embedded-configuration
Decrypts statically embedded malware configuration blobs by trying common schemes
—
defanging-and-sharing-iocs
Prepares indicators of compromise for safe sharing: defanging URLs, domains, IPs,
—
defeating-control-flow-flattening
Defeats control-flow-flattening obfuscation by identifying the dispatcher/state-
—
defeating-string-and-api-obfuscation
Recovers obfuscated strings and resolves dynamically loaded APIs in malware:
—
deobfuscating-malicious-javascript
Deobfuscates malicious JavaScript from droppers, web pages, and HTA/scriptlets:
—
deobfuscating-malicious-powershell
Deobfuscates malicious PowerShell by decoding -EncodedCommand, reversing string
—
detecting-process-injection-in-memory
Detects process injection in a memory image by identifying private executable regions
—
detecting-sandbox-evasion-behavior
Detects sandbox and analysis evasion techniques in a sample by scanning static
—
diffing-malware-samples-to-find-changes
Compares two related malware samples to surface what changed between variants using
—
dissecting-boot-and-kernel-rootkits
Analyzes bootkit and rootkit samples by identifying boot-process tampering (MBR/VBR/
—
dumping-and-rebuilding-a-pe-from-memory
Rebuilds a usable PE file from a memory dump by fixing the section alignment
—
emulating-shellcode-with-unicorn
Emulates position-independent shellcode in a controlled CPU emulator (Unicorn) to
—
enriching-iocs-with-threat-intel-sources
Enriches indicators with context from threat-intel sources: planning lookups against
—
establishing-telemetry-baselines
Establishes behavioral baselines from historical telemetry (process, network, or
—
extracting-and-classifying-strings
Extracts ASCII and Unicode strings from a binary and classifies them into
—
extracting-cobalt-strike-beacon-config
Extracts and interprets a Cobalt Strike Beacon configuration: decoding the
—
extracting-config-from-a-running-sample
Extracts an embedded malware configuration (C2 hosts, ports, campaign IDs, keys) from
—
extracting-encryption-keys-from-binaries
Locates candidate encryption keys in a binary by finding high-entropy fixed-size
—
extracting-iocs-from-analysis-output
Extracts indicators of compromise from raw analysis artifacts: parsing strings
—
generating-capability-reports-with-capa
Uses capa to identify malware capabilities from a binary: running rule-based
—
handling-malware-samples-safely
Establishes safe practices for acquiring, storing, transferring, and disposing
—