All authors
nuroctane avatar

Claude Skills by nuroctane

github.com/nuroctane
1,173 skillsA× 1,031B× 97C× 20D× 16F× 90 installs219 views
Analyzing Docker Container ForensicsD

Investigate compromised Docker containers by analyzing images, layers,

ai-agentspythongo
0
3
Analyzing Email Headers For Phishing InvestigationB

Parse and analyze email headers (Received chain, Return-Path, Message-ID)

ai-agentsjavascriptpython
0
3
Analyzing Golang Malware With GhidraA

Reverse engineer Go-compiled malware in Ghidra by parsing Go buildinfo

ai-agentspythongo
0
3
Analyzing Indicators Of CompromiseA

'Analyzes indicators of compromise (IOCs) including IP addresses, domains,

ai-agentspythonrust
0
3
Analyzing Kubernetes Audit LogsA

Parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod, secret access, RBAC modifications, privileged pod creation, and anonymous API access, and builds SIEM detection rules from the event patterns. Use when investigating a suspected cluster compromise, reconstructing what an attacker did through the API server, or writing Kubernetes-specific detection content. Keywords: audit policy, audit log, kube-apiserver, exec into pod, RBAC change, anonymous access, detection rule...

ai-agentspythonshell
0
3
Analyzing Linux Elf MalwareC

'Analyze malicious Linux ELF binaries — botnets, cryptominers, ransomware,

ai-agentspythongo
0
3
Analyzing Linux Kernel RootkitsA

Detect kernel-level rootkits in Linux memory dumps using Volatility3

ai-agentspythongo
0
3
Analyzing Linux System ArtifactsD

Examine Linux system artifacts (auth logs, cron/systemd persistence,

ai-agentspythongo
0
3
Analyzing Lnk File And Jump List ArtifactsA

Analyze Windows LNK shortcut files and Jump List artifacts with LECmd,

ai-agentspythonshell
0
3
Analyzing Malicious Pdf With PeepdfA

Perform static analysis of malicious PDF documents using peepdf, pdfid,

ai-agentsjavascriptpython
0
3
Analyzing Malware Behavior With Cuckoo SandboxA

'Detonate malware samples in Cuckoo Sandbox to observe runtime behavior

ai-agentspythonphp
0
3
Analyzing Malware Family Relationships With MalpediaA

Query the Malpedia API to look up malware family aliases and naming

ai-agentspythongit
0
3
Analyzing Malware Persistence With AutorunsA

Use Sysinternals Autoruns to systematically enumerate and analyze malware

ai-agentspythonrust
0
3
Analyzing Malware Sandbox Evasion TechniquesA

Detect sandbox and VM evasion techniques in malware samples by analyzing

ai-agentspythongo
0
3
Analyzing Mft For Deleted File RecoveryA

Analyze the NTFS Master File Table ($MFT) with MFTECmd, analyzeMFT,

ai-agentspythonshell
0
3
Analyzing Network Covert Channels In MalwareA

Detect and analyze covert communication channels used by malware, including

ai-agentspythongit
0
3
Analyzing Network Packets With ScapyA

Use Scapy to craft, send, sniff, and dissect TCP/UDP/ICMP/DNS packets, analyze pcap files, implement SYN scans, and detect anomalous traffic such as fragmented or malformed packets. Use when performing authorized network reconnaissance, protocol-level forensic analysis, or building traffic anomaly detection during security testing.

ai-agentspythontesting
0
3
Analyzing Outlook Pst For Email ForensicsA

Parse Microsoft Outlook PST and OST files using libpff and pst-utils to extract message content, headers, attachments, deleted items, and MAPI metadata, including recovery of items from the Recoverable Items folder. Use when conducting email forensic investigations, legal e-discovery, or incident response that requires reconstructing communication patterns or tracing message routing from Outlook archives.

ai-agentspythonbash
0
3
Analyzing Packed Malware With Upx UnpackerA

'Identifies and unpacks UPX-packed malware samples, including binaries with modified UPX magic bytes or headers that block automated decompression, to recover the original executable for static analysis. Use when a sample shows high entropy, minimal imports, or only LoadLibrary/GetProcAddress in its import table, or when preparing a packed binary for disassembly in Ghidra or IDA.

ai-agentspythonrust
0
3
Analyzing Persistence Mechanisms In LinuxC

Scan Linux systems for persistence mechanisms including crontab/systemd entries, LD_PRELOAD injection, shell profile modifications (.bashrc, .profile), and SSH authorized_keys backdoors, then correlate findings with auditd logs into an installation timeline. Use during incident response or threat hunting to detect or confirm how an adversary maintained access to a compromised Linux host.

ai-agentspythonshell
0
3
Analyzing Powershell Empire ArtifactsA

Detect PowerShell Empire post-exploitation framework artifacts in Windows Script Block Logging (Event ID 4104) and Module Logging (Event ID 4103), including the default launcher string, Base64-encoded WebClient/FromBase64String payloads, known module invocations (Invoke-Mimikatz, Invoke-Kerberoast), and staging URL patterns. Use when hunting for or confirming Empire C2 activity in Windows event logs.

ai-agentspythongo
0
3
Analyzing Prefetch Files For Execution HistoryA

Parse Windows Prefetch files (versions 17, 23, 26, 30) with tools like PECmd, WinPrefetchView, or python-prefetch to determine program execution history, including run counts, execution timestamps, and referenced files/DLLs. Use when building a timeline of program execution on a Windows system, confirming whether a suspicious binary ran, or correlating execution evidence with other forensic artifacts during an investigation.

ai-agentspythonshell
0
3
Analyzing Ransomware Encryption MechanismsA

'Analyzes encryption algorithms, key management, and file encryption

ai-agentspythongo
0
3
Analyzing Ransomware Leak Site IntelligenceA

Safely monitor ransomware group Tor-hosted data leak sites (DLS) to collect and extract structured victim posting data, track group activity trends over time, and produce sector- and geography-specific ransomware risk assessments. Use when performing threat intelligence gathering on active ransomware groups or building proactive defense reporting from double-extortion leak-site activity.

ai-agentspythongit
0
3
Analyzing Ransomware Network IndicatorsA

Identify ransomware-related network indicators, including C2 beaconing patterns, TOR exit node connections, data exfiltration flows, and encryption key exchange, by analyzing Zeek conn.log and NetFlow data. Use when threat hunting for active ransomware network activity or investigating suspected pre-encryption exfiltration during incident response.

ai-agentspythonnode
0
3
Analyzing Ransomware Payment WalletsA

'Traces ransomware cryptocurrency payment flows using blockchain analysis tools such as Chainalysis Reactor, WalletExplorer, and blockchain.com APIs, identifying wallet clusters and tracking fund movement through mixers and exchanges to support law enforcement attribution. Use when tracing ransomware bitcoin payments, performing cryptocurrency wallet forensics, or gathering blockchain threat intelligence on extortion payments.

ai-agentspythonreact
0
3
Analyzing Sbom For Supply Chain VulnerabilitiesA

'Parses Software Bill of Materials (SBOM) in CycloneDX and SPDX JSON

ai-agentspythongo
0
3
Analyzing Slack Space And File System ArtifactsA

Examine NTFS slack space, MFT entries, the USN Change Journal, and Alternate Data Streams (ADS) to recover hidden or residual data, reconstruct deleted-file metadata, and reconstruct available file-system change activity from USN records. Use during deep forensic analysis of an NTFS image when standard file recovery is insufficient, such as hunting for data hidden in ADS.

ai-agentspythonbash
0
3
Analyzing Supply Chain Malware ArtifactsA

Investigate supply chain attack artifacts including trojanized software

ai-agentspythonrust
0
3
Analyzing Threat Actor Ttps With Mitre AttackA

Systematically map threat actor behavior and observed IOCs to the MITRE ATT&CK framework, build technique coverage heatmaps with the ATT&CK Navigator, identify detection gaps, and produce actionable threat intelligence reports across the Enterprise, Mobile, and ICS matrices. Use when analyzing threat actor TTPs, correlating IOCs to specific ATT&CK techniques, or assessing defensive detection coverage against adversary behavior.

ai-agentspythongit
0
3
Analyzing Threat Actor Ttps With Mitre NavigatorA

'Map advanced persistent threat (APT) group TTPs to the MITRE ATT&CK framework using the attackcti Python library to query STIX/TAXII data for group-technique associations, then generate ATT&CK Navigator layer files to visualize and compare defensive coverage against adversary profiles. Use when profiling an APT group''s techniques, building Navigator coverage heatmaps, or assessing technique coverage gaps against a specific threat actor.

ai-agentspythonshell
0
3
Analyzing Threat Landscape With MispA

Query a MISP (Malware Information Sharing Platform) instance via PyMISP

ai-agentspythonbash
0
3
Analyzing Tls Certificate Transparency LogsA

'Queries Certificate Transparency logs via crt.sh and pycrtsh to detect

ai-agentspythontesting
0
3
Analyzing Typosquatting Domains With DnstwistA

Generate domain permutations with dnstwist and check DNS resolution

ai-agentspythongo
0
3
Analyzing Uefi Bootkit PersistenceA

'Analyzes UEFI bootkit persistence (SPI flash implants, ESP modifications,

ai-agentspythonrust
0
3
Analyzing Usb Device Connection HistoryA

Correlate Windows registry keys (USBSTOR, MountedDevices), Event Logs,

ai-agentspythonbash
0
3
Analyzing Windows Amcache ArtifactsA

'Parses the Windows Amcache.hve registry hive with Eric Zimmerman''s

ai-agentsrustgo
0
3
Analyzing Windows Lnk Files For ArtifactsA

Parse Windows LNK shortcut files to extract target paths, MAC timestamps,

ai-agentspythonshell
0
3
Analyzing Windows Prefetch With PythonA

Parse Windows Prefetch (.pf) files with the windowsprefetch Python

ai-agentspythonshell
0
3
Analyzing Windows Registry For ArtifactsA

Extract and analyze Windows Registry hives with tools like RegRipper

ai-agentspythonshell
0
3
Analyzing Windows Shellbag ArtifactsA

Analyze Windows Shellbag (BagMRU) registry artifacts with SBECmd and

ai-agentspythonshell
0
3
Assessing Vector And Embedding WeaknessesA

Test RAG vector stores (Pinecone, Qdrant, Weaviate, Chroma, pgvector,

ai-agentspythongo
0
3
Attacking Entra Id With RoadtoolsA

Enumerate Microsoft Entra ID (Azure AD) tenants with ROADrecon and

ai-agentspythonbash
0
3
Attacking Oauth With Device Code PhishingB

Run OAuth 2.0 device-code and illicit-consent phishing attacks against

ai-agentspythonrust
0
3
Auditing Cloud With Cis BenchmarksA

Audit AWS, Azure, and GCP environments against the CIS Foundations Benchmarks by running automated scans with tools like Prowler and ScoutSuite, interpreting failed controls, and tracking remediation for continuous compliance. Use when conducting a cloud security audit, validating CIS benchmark compliance (CIS v5 AWS, v4 Azure, v4 GCP), or setting up continuous cloud compliance monitoring.

ai-agentsrustgo
0
3
Auditing Entra Id With AadinternalsA

Drive the AADInternals PowerShell toolkit to perform Microsoft Entra ID tenant reconnaissance, access-token acquisition across Microsoft APIs, and federation/AD FS backdoor testing (Golden SAML, T1606.002) for defensive validation. Use during an authorized Entra ID/Microsoft 365 red-team assessment to map external attack surface or verify AD FS signing certs resist Golden SAML.

ai-agentsrustgo
0
3
Auditing Foundry Smart Contract SecurityF

Pre-deployment security audit of Solidity smart contracts in a Foundry project. Combines static analysis (Slither, Aderyn), symbolic execution (Mythril), and property-based testing (forge fuzz + invariant tests with handlers) to catch reentrancy, access-control, oracle/price manipulation, and arithmetic bugs BEFORE deploying to an EVM chain. Also enforces key hygiene (no plaintext private keys, encrypted cast keystore) and a secure deploy workflow. Use when writing, reviewing, testing, or dep...

ai-agentspythonrust
0
3
Auditing Kubernetes Cluster RbacB

'Auditing Kubernetes cluster RBAC configurations to identify overly permissive

ai-agentspythonbash
0
3
Auditing Kubernetes Rbac Privilege EscalationC

Finds over-permissive RBAC roles and service-account token abuse paths in a Kubernetes cluster using kubectl auth can-i, rbac-police, kubectl-who-can, and rakkess, tracing which subjects can escalate toward cluster-admin. Use when reviewing who can escalate privileges in a cluster, hunting exploitable RoleBindings during an authorized review, or validating least privilege after an RBAC change. Keywords: RBAC, ClusterRoleBinding, service account token, auth can-i, rbac-police, escalate, bind, ...

ai-agentsgobash
0
3
Auditing Mcp Servers For Tool PoisoningF

Audit MCP servers for tool poisoning, tool shadowing, rug pulls, SSRF, and unauthenticated exposure using Invariant Labs' mcp-scan for static/runtime scanning plus manual SSRF/auth checks and description pinning. Use before adding a new MCP server to an agent stack, when reviewing an internal MCP server, detecting rug pulls, or investigating an agent's unexpected tool-driven behavior.

ai-agentspythonrust
0
3