meltedinhex

60 mods across 1 repository, 22 stars between them.

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes position-independent code and shellcode by identifying GetPC/PEB-walk techniques, API-hash resolution loops, and relocation-free addressing so the payload can be disassembled at the right base. Activates for requests to analyze position-independent code, identify PIC techniques, or understand how shellcode…

22 1mo ago A 72 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes how a ransomware sample encrypts files: identifying the crypto scheme (symmetric/asymmetric/hybrid), key handling, file targeting and extension/marker changes, shadow-copy deletion, and ransom-note artifacts. Activates for requests to analyze ransomware encryption, assess decryptability, or study ransomware…

22 1mo ago A 72 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes remote access trojan command-and-control by mapping the RAT command set, identifying the C2 transport and beacon parameters, and cataloging operator capabilities from static strings and config. Activates for requests to analyze RAT C2, map a trojan command handler, or identify remote-access capabilities and…

22 1mo ago A 72 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes the PE Rich header and related compiler artifacts to fingerprint the build toolchain, cluster related samples, and detect inconsistencies that suggest tampering. Activates for requests to analyze a Rich header, fingerprint the compiler/linker, or cluster samples by build toolchain.

22 1mo ago A 65 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes Rust-compiled malware by detecting the Rust toolchain signature, demangling Rust v0/legacy symbol names, and identifying crate dependencies from embedded paths. Activates for requests to analyze Rust malware, demangle Rust symbols, or identify a Rust binary build and its crates.

22 1mo ago A 67 tokens original Apache-2.0

analyzing-webshells

30

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes suspected webshells (PHP, ASPX/ASP, JSP) by detecting dynamic-execution sinks, input-to-sink data flow, and common encoder/obfuscation chains, then decoding obvious layers to reveal the command interface. Activates for requests to analyze a webshell, identify a PHP/ASPX/JSP backdoor, or deobfuscate…

22 1mo ago A 87 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes malicious and vulnerable Windows kernel drivers (.sys) by parsing the PE for the native subsystem, identifying DriverEntry/IRP dispatch and IOCTL handlers, and flagging BYOVD and kernel-callback abuse. Activates for requests to analyze a Windows driver, examine a .sys sample, or assess a BYOVD/kernel driver…

22 1mo ago A 79 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes destructive wiper malware by identifying raw-disk and MBR/VBR overwrite primitives, boot-record tampering, mass-deletion and backup-destruction behavior, and distinguishing wipers from ransomware. Activates for requests to analyze a wiper, identify destructive disk-overwrite behavior, or tell a wiper apart…

22 1mo ago A 75 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Automates radare2/rizin analysis through r2pipe to script function enumeration, string and import extraction, and cross-reference queries across samples programmatically. Activates for requests to automate radare2 with r2pipe, script rizin analysis, or batch-extract functions and xrefs from binaries.

22 1mo ago A 69 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Establishes a disciplined malware sample repository: content-addressed storage by hash, encrypted/password-protected archiving, consistent metadata records, and chain-of-custody tracking so samples are reproducible and safe to handle. Activates for requests to organize a malware repository, manage samples, or track…

22 1mo ago A 72 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Frames a structured, testable threat-hunting hypothesis: grounding it in adversary behavior and available telemetry, defining the data sources and detection logic, and setting success criteria and outcomes. Activates for requests to start a threat hunt, write a hunt hypothesis, or plan a hypothesis-driven hunt.

22 1mo ago A 67 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Builds reusable malware configuration extractors by applying a declarative JSON spec (offsets, decode layers, field definitions) to a sample to produce structured, defanged config. Activates for requests to build a config extractor, write a reusable family config parser, or run a spec-driven configuration extraction.

22 1mo ago A 66 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Builds Zeek-based network hunting analytics by writing scripts and analyzing Zeek logs (conn, dns, http, ssl, files) to surface long connections, rare JA3s, suspicious downloads, and beaconing. Activates for requests to build Zeek analytics, write a Zeek hunting script, or analyze Zeek logs for threats.

22 1mo ago A 78 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Bypasses anti-VM and sandbox checks during analysis by locating the specific detection routines (artifact strings, timing, CPUID/hypervisor bit) and planning patches or environment hardening so the sample detonates. Activates for requests to bypass anti-VM checks, defeat sandbox detection, or make an evasive sample…

22 1mo ago A 80 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Captures and analyzes malware network traffic from a detonation: extracting C2 endpoints, HTTP/DNS patterns, TLS metadata (JA3/SNI), and beaconing from a PCAP to build network IOCs and detection. Activates for requests to analyze malware PCAP, extract C2 from traffic, or study network behavior.

22 1mo ago A 78 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Collects volatile evidence from a potentially compromised host in correct order of volatility: memory, network state, running processes, logged-on users, and open handles, while preserving integrity and minimizing footprint. Activates for requests to collect volatile evidence, perform live response, or capture host…

22 1mo ago A 71 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Uses x64dbg to dynamically debug Windows malware: setting strategic breakpoints on APIs, stepping through unpacking and decryption, dumping memory at the right moment, and manipulating execution to reach hidden code. Activates for requests to debug malware with x64dbg, set API breakpoints, or step through unpacking in…

22 1mo ago A 75 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Decrypts statically embedded malware configuration blobs by trying common schemes (single-byte and multi-byte XOR, RC4, base64 layers) and scoring decoded output for config-like content. Activates for requests to decrypt an embedded config, recover hardcoded settings from a blob, or brute-force a configuration…

22 1mo ago A 69 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Prepares indicators of compromise for safe sharing: defanging URLs, domains, IPs, and emails so they cannot be accidentally clicked or resolved, and formatting them into STIX/CSV/MISP-friendly output. Activates for requests to defang IOCs, sanitize indicators for a report, or export indicators for sharing.

22 1mo ago A 71 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Defeats control-flow-flattening obfuscation by identifying the dispatcher/state- variable structure and reconstructing the original control flow so the logic becomes readable. Activates for requests to defeat control-flow flattening, deobfuscate an OLLVM-flattened function, or recover original control flow from a…

22 1mo ago A 74 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Recovers obfuscated strings and resolves dynamically loaded APIs in malware: reversing XOR/stack-string/encoding schemes and mapping API-hash lookups back to function names. Activates for requests to deobfuscate strings, decode stack strings, or resolve API hashing in a binary.

22 1mo ago A 66 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Deobfuscates malicious JavaScript from droppers, web pages, and HTA/scriptlets: unrolling string-array and char-code encodings, resolving eval/Function chains, and statically recovering payloads and URLs without executing untrusted code. Activates for requests to deobfuscate JavaScript, decode obfuscated JS, or…

22 1mo ago A 84 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Deobfuscates malicious PowerShell by decoding -EncodedCommand, reversing string and format obfuscation, resolving base64/gzip/IEX layers, and recovering the final payload and IOCs. Activates for requests to deobfuscate, decode, or analyze obfuscated PowerShell commands or scripts.

22 1mo ago A 71 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Detects process injection in a memory image by identifying private executable regions with no file backing, RWX protections, and modified entry points using Volatility 3 malfind-style analysis. Activates for requests to detect process injection, find injected code in memory, or triage suspicious executable regions in…

22 1mo ago A 70 tokens original Apache-2.0