Mikaru0Mystic

61 mods across 2 repositories, 15 stars between them.

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Detect and analyze heap spray attacks in memory dumps using Volatility3 plugins to identify NOP sled patterns, shellcode landing zones, and suspicious large allocations in process virtual address space.

11 2mo ago A 46 tokens copy · 98% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Analyzes indicators of compromise (IOCs) including IP addresses, domains, file hashes, URLs, and email artifacts to determine maliciousness confidence, campaign attribution, and blocking priority. Use when triaging IOCs from phishing emails, security alerts, or external threat feeds; enriching raw IOCs with…

11 2mo ago A 106 tokens copy · 84% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Runtime iOS app security testing with Objection (Frida): inspect keychain and filesystem data, explore app internals at runtime, and validate/bypass client-side protections during authorized mobile assessments.

11 2mo ago A 49 tokens copy · 92% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod, secret access, RBAC modifications, privileged pod creation, and anonymous API access. Builds threat detection rules from audit event patterns. Use when investigating Kubernetes cluster compromise or building k8s-specific SIEM detection rules.

11 2mo ago A 71 tokens copy · 88% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Uses the Linux Audit framework (auditd) with ausearch and aureport utilities to detect intrusion attempts, unauthorized access, privilege escalation, and suspicious system activity. Covers audit rule configuration, log querying, timeline reconstruction, and integration with SIEM platforms. Activates for requests…

11 2mo ago B 93 tokens copy · 92% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Analyzes malicious Linux ELF (Executable and Linkable Format) binaries including botnets, cryptominers, ransomware, and rootkits targeting Linux servers, containers, and cloud infrastructure. Covers static analysis, dynamic tracing, and reverse engineering of x8664 and ARM ELF samples. Activates for requests involving…

11 2mo ago B 88 tokens copy · 86% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Detect kernel-level rootkits in Linux memory dumps using Volatility3 linux plugins (checksyscall, lsmod, hiddenmodules), rkhunter system scanning, and /proc vs /sys discrepancy analysis to identify hooked syscalls, hidden kernel modules, and tampered system structures.

11 2mo ago B 65 tokens copy · 98% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Examine Linux system artifacts including auth logs, cron jobs, shell history, and system configuration to uncover evidence of compromise or unauthorized activity.

11 2mo ago E 35 tokens copy · 91% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Analyze Windows LNK shortcut files and Jump List artifacts to establish evidence of file access, program execution, and user activity using LECmd, JLECmd, and manual binary parsing of the Shell Link Binary format.

11 2mo ago A 56 tokens copy · 89% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA deobfuscation to extract the attack chain. Activates for requests involving Office macro…

11 2mo ago A 90 tokens copy · 97% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Perform static analysis of malicious PDF documents using peepdf, pdfid, and pdf-parser to extract embedded JavaScript, shellcode, and suspicious objects.

11 2mo ago A 43 tokens copy · 91% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

URLScan.io is a free service for scanning and analyzing suspicious URLs. It captures screenshots, DOM content, HTTP transactions, JavaScript behavior, and network connections of web pages in an isolat.

11 2mo ago A 48 tokens copy · 95% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Executes malware samples in Cuckoo Sandbox to observe runtime behavior including process creation, file system modifications, registry changes, network communications, and API calls. Generates comprehensive behavioral reports for malware classification and IOC extraction. Activates for requests involving dynamic…

11 2mo ago A 78 tokens copy · 94% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Use Sysinternals Autoruns to systematically identify and analyze malware persistence mechanisms across registry keys, scheduled tasks, services, drivers, and startup locations on Windows systems.

11 2mo ago A 44 tokens copy · 95% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Detect sandbox evasion techniques in malware samples by analyzing timing checks, VM artifact queries, user interaction detection, and sleep inflation patterns from Cuckoo/AnyRun behavioral reports.

11 2mo ago A 46 tokens copy · 83% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Analyzes RAM memory dumps from compromised systems using the Volatility framework to identify malicious processes, injected code, network connections, loaded modules, and extracted credentials. Supports Windows, Linux, and macOS memory forensics. Activates for requests involving memory forensics, RAM analysis…

11 2mo ago C 80 tokens copy · 100% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Performs Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysis with Volatility 3 framework. Extracts process lists, network connections, bash history, loaded kernel modules, and injected code from Linux memory images. Use when performing incident response on compromised Linux systems.

11 2mo ago A 71 tokens copy · 94% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Analyze the NTFS Master File Table ($MFT) to recover metadata and content of deleted files by examining MFT record entries, $LogFile, $UsnJrnl, and MFT slack space using MFTECmd, analyzeMFT, and X-Ways Forensics.

11 2mo ago A 70 tokens copy · 94% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Detect and analyze covert communication channels used by malware including DNS tunneling, ICMP exfiltration, steganographic HTTP, and protocol abuse for C2 and data exfiltration.

11 2mo ago A 49 tokens copy · 88% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Parse NetFlow v9 and IPFIX records to detect volumetric anomalies, port scanning, data exfiltration, and C2 beaconing patterns. Uses the Python netflow library to decode flow records, builds traffic baselines, and applies statistical analysis to identify flows with abnormal byte counts, connection durations, and…

11 2mo ago A 76 tokens copy · 94% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Craft, send, sniff, and dissect network packets using Scapy for protocol analysis, network reconnaissance, and traffic anomaly detection in authorized security testing.

11 2mo ago A 39 tokens copy · 86% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Analyzes network traffic captures and flow data to identify adversary activity during security incidents, including command-and-control communications, lateral movement, data exfiltration, and exploitation attempts. Uses Wireshark, Zeek, and NetFlow analysis techniques. Activates for requests involving network traffic…

11 2mo ago A 91 tokens copy · 100% Apache-2.0

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Analyzes network traffic generated by malware during sandbox execution or live incident response to identify C2 protocols, data exfiltration channels, payload downloads, and lateral movement patterns using Wireshark, Zeek, and Suricata. Activates for requests involving malware network analysis, C2 traffic decoding…

11 2mo ago A 81 tokens copy · 94% Apache-2.0