All authors
meltedinhex avatar

Claude Skills by meltedinhex

github.com/meltedinhex
119 skillsA× 117B× 1D× 10 installs40 views
Analyzing Android Dex MalwareA

'Reverses Android malware: unpacking APKs, decompiling DEX bytecode to readable

securitypythonrust
0
22
Analyzing Api Call TracesA

'Analyzes API call traces from a sandbox or API monitor (JSON) to group calls by

securitypythongo
0
22
Analyzing Authenticode SignaturesA

'Analyzes Windows Authenticode signatures on PE files: checking for a signature,

securitypythonrust
0
22
Analyzing Banking Trojan WebinjectsA

'Analyzes banking trojan webinject configurations to extract targeted institutions,

securityjavascriptpython
0
22
Analyzing Compiled Python MalwareA

'Analyzes Python-based malware packaged as PyInstaller/py2exe executables by detecting

securitypythonbash
0
22
Analyzing Cryptominer MalwareA

'Analyzes cryptojacking/coinminer malware by extracting mining pool endpoints

securitypythongo
0
22
Analyzing Dotnet Malware InternalsA

'Reverses .NET/managed malware: decompiling MSIL back to C#, defeating common

securitypythonc#
0
22
Analyzing Elf Binaries On LinuxA

'Statically analyzes Linux ELF malware: ELF header and sections, dynamic symbols

securitypythonrust
0
22
Analyzing Excel 4 Macro MalwareA

'Analyzes legacy Excel 4.0 (XLM) macro malware by parsing extracted macro-sheet

securitypythonbash
0
22
Analyzing Golang Malware InternalsA

'Analyzes Go-compiled malware by recovering function names from the pclntab, detecting

securitypythonrust
0
22
Analyzing Infostealer Credential TheftA

'Analyzes infostealer samples by mapping the browser, credential store, wallet, and

securitypythongo
0
22
Analyzing Java Jar MalwareA

'Analyzes Java/JAR malware (such as Adwind/jRAT-class cross-platform RATs) by

securitypythonjava
0
22
Analyzing Loaders And DroppersA

'Analyzes loader and dropper samples by identifying staging behavior — embedded or

securitypythonshell
0
22
Analyzing Mach O Binaries On MacosA

'Statically analyzes macOS Mach-O malware: parsing the header and load commands,

securitypythonrust
0
22
Analyzing Malicious Iso And Container FilesA

'Analyzes malicious ISO, IMG, VHD, and similar container files used to smuggle payloads

securitypythonbash
0
22
Analyzing Malicious Lnk FilesA

'Analyzes weaponized Windows shortcut (.lnk) files: parsing the shell link structure

securitypythonshell
0
22
Analyzing Malicious Office MacrosA

'Analyzes malicious Office documents by extracting and reviewing VBA macros and

securitypythonshell
0
22
Analyzing Malicious Onenote And Html SmugglingA

'Analyzes two modern delivery techniques: malicious OneNote (.one) attachments with

securitypythonbash
0
22
Analyzing Malicious PdfsA

'Analyzes malicious PDF documents: parsing the object structure for JavaScript,

securityjavascriptpython
0
22
Analyzing Malicious Vbscript And WsfA

'Analyzes malicious VBScript, WSF, and HTA scripts: parsing WSF/HTA containers,

securitypythonshell
0
22
Analyzing Malware In Memory With Volatility3A

'Analyzes a memory image with Volatility 3 to find malware: rogue processes,

securitypythonshell
0
22
Analyzing Pe Imports And ExportsA

'Analyzes a PE file''s import and export tables to infer capability: mapping imported

securitypythonrust
0
22
Analyzing Position Independent CodeA

'Analyzes position-independent code and shellcode by identifying GetPC/PEB-walk

securitypythongo
0
22
Analyzing Ransomware Encryption BehaviorA

'Analyzes how a ransomware sample encrypts files: identifying the crypto scheme

securitypythongo
0
22
Analyzing Rat Command And ControlA

'Analyzes remote access trojan command-and-control by mapping the RAT command set,

securitypythonshell
0
22
Analyzing Rich Header And Compiler ArtifactsA

'Analyzes the PE Rich header and related compiler artifacts to fingerprint the build

securitypythonbash
0
22
Analyzing Rust Malware InternalsA

'Analyzes Rust-compiled malware by detecting the Rust toolchain signature, demangling

securitypythonrust
0
22
Analyzing WebshellsA

'Analyzes suspected webshells (PHP, ASPX/ASP, JSP) by detecting dynamic-execution

securitypythonphp
0
22
Analyzing Windows Driver MalwareA

'Analyzes malicious and vulnerable Windows kernel drivers (.sys) by parsing the PE for

securitypythonbash
0
22
Analyzing Wiper MalwareA

'Analyzes destructive wiper malware by identifying raw-disk and MBR/VBR overwrite

securitypythonbash
0
22
Automating Analysis With R2pipeA

'Automates radare2/rizin analysis through r2pipe to script function enumeration, string

securitypythonbash
0
22
Building A Sample Management WorkflowA

'Establishes a disciplined malware sample repository: content-addressed storage by

securitypythongo
0
22
Building A Threat Hunt HypothesisA

'Frames a structured, testable threat-hunting hypothesis: grounding it in adversary

securitypythonbash
0
22
Building Config ExtractorsA

'Builds reusable malware configuration extractors by applying a declarative JSON spec

securitypythonbash
0
22
Building Zeek Analytics For HuntingA

'Builds Zeek-based network hunting analytics by writing scripts and analyzing Zeek logs

securitypythonbash
0
22
Bypassing Anti Vm And Sandbox ChecksA

'Bypasses anti-VM and sandbox checks during analysis by locating the specific detection

securitypythonbash
0
22
Capturing And Analyzing Malware Network TrafficA

'Captures and analyzes malware network traffic from a detonation: extracting C2

securitypythonbash
0
22
Collecting Volatile Evidence From A Suspect HostA

'Collects volatile evidence from a potentially compromised host in correct order of

securitypythonrust
0
22
Debugging Malware With X64dbgA

'Uses x64dbg to dynamically debug Windows malware: setting strategic breakpoints

securitypythonbash
0
22
Decrypting Embedded ConfigurationA

'Decrypts statically embedded malware configuration blobs by trying common schemes

securitypythongo
0
22
Defanging And Sharing IocsA

'Prepares indicators of compromise for safe sharing: defanging URLs, domains, IPs,

securitypythonbash
0
22
Defeating Control Flow FlatteningA

'Defeats control-flow-flattening obfuscation by identifying the dispatcher/state-

securitypythonbash
0
22
Defeating String And Api ObfuscationA

'Recovers obfuscated strings and resolves dynamically loaded APIs in malware:

securitypythongo
0
22
Deobfuscating Malicious JavascriptA

'Deobfuscates malicious JavaScript from droppers, web pages, and HTA/scriptlets:

securityjavascriptpython
0
22
Deobfuscating Malicious PowershellA

'Deobfuscates malicious PowerShell by decoding -EncodedCommand, reversing string

securitypythonshell
0
22
Detecting Process Injection In MemoryA

'Detects process injection in a memory image by identifying private executable regions

securitypythonjava
0
22
Detecting Sandbox Evasion BehaviorA

'Detects sandbox and analysis evasion techniques in a sample by scanning static

securitypythongo
0
22
Diffing Malware Samples To Find ChangesA

'Compares two related malware samples to surface what changed between variants using

securitypythonbash
0
22
Dissecting Boot And Kernel RootkitsA

'Analyzes bootkit and rootkit samples by identifying boot-process tampering (MBR/VBR/

securitypythonbash
0
22
Dumping And Rebuilding A Pe From MemoryA

'Rebuilds a usable PE file from a memory dump by fixing the section alignment

securitypythonbash
0
22