All authors
nuroctane avatar

Claude Skills by nuroctane

github.com/nuroctane
1,166 skillsA× 1,024B× 97C× 20D× 16F× 90 installs218 views
Detecting Evasion Techniques In Endpoint LogsA

'Detects defense evasion techniques used by adversaries in endpoint logs

ai-agentsjavascriptrust
0
3
Detecting Exfiltration Over Dns With ZeekA

Detect DNS-based data exfiltration by analyzing Zeek dns.log for high-entropy

ai-agentspythongit
0
3
Detecting Fileless Attacks On EndpointsA

'Detects fileless malware and in-memory attacks that execute entirely

ai-agentsshellexpress
0
3
Detecting Golden Ticket Attacks In Kerberos LogsA

Detect Golden Ticket attacks in Active Directory using Splunk and KQL queries

ai-agentsgosecurity
0
3
Detecting Golden Ticket ForgeryA

Detect Kerberos Golden Ticket forgery (e.g. Mimikatz-forged tickets) by analyzing

ai-agentspythongo
0
3
Detecting Indirect Prompt InjectionB

Detect and defend against indirect prompt injection hidden in web pages, documents,

ai-agentspythonrust
0
3
Detecting Insider Data Exfiltration Via DlpA

'Detects insider data exfiltration by analyzing DLP policy violations,

ai-agentspythontesting
0
3
Detecting Insider Threat BehaviorsA

Detect insider threat behavioral indicators including unusual data access,

ai-agentssecurity
0
3
Detecting Insider Threat With UebaA

Implement User and Entity Behavior Analytics (UEBA) using Elasticsearch/OpenSearch

ai-agentspythonbackend
0
3
Detecting Kerberoasting AttacksA

Detect Kerberoasting attacks by monitoring for anomalous Kerberos TGS

ai-agentsgosecurity
0
3
Detecting Lateral Movement In NetworkA

'Identifies lateral movement techniques in enterprise networks by analyzing

ai-agentsgoshell
0
3
Detecting Lateral Movement With SplunkA

Detect adversary lateral movement across networks using Splunk SPL queries

ai-agentsgoshell
0
3
Detecting Lateral Movement With ZeekA

'Detect lateral movement in network traffic using Zeek (formerly Bro)

ai-agentspythonbash
0
3
Detecting Living Off The Land AttacksA

'Detect abuse of legitimate Windows binaries (LOLBins) used for living

ai-agentsjavascriptpython
0
3
Detecting Living Off The Land With LolbasA

Detect Living Off the Land Binaries (LOLBins/LOLBAS) abuse including

ai-agentspythongit
0
3
Detecting Malicious Npm PackagesB

Triage npm packages and lockfiles for install-script malware, credential exfiltration, and worming behavior using GuardDog, manual tarball inspection, and dynamic detonation with network/filesystem monitoring. Use when vetting a new dependency, reviewing a package.json/package-lock.json during code review, checking lockfiles against a supply-chain advisory's known-bad versions, or investigating a host suspected of installing a trojanized package.

ai-agentsjavascriptpython
0
3
Detecting Malicious Scheduled Tasks With SysmonA

'Detect malicious scheduled task creation and modification using Sysmon

ai-agentsswiftshell
0
3
Detecting Mimikatz Execution PatternsA

Detect Mimikatz credential-dumping activity via command-line pattern matching, LSASS access signatures, binary/hash indicators, and in-memory detection of known Mimikatz modules. Use when threat hunting for T1003 credential access, triaging EDR/SIEM alerts on LSASS access, scoping compromise during incident response, or validating detection coverage in a purple team exercise.

ai-agentsgoshell
0
3
Detecting Misconfigured Azure StorageB

Audit Azure Storage accounts for public blob containers, missing encryption, overly permissive SAS tokens, disabled logging, and network access violations using Azure CLI, PowerShell, and Microsoft Defender for Storage. Use for storage security audits across subscriptions, responding to Defender for Storage anonymous-access alerts, verifying compliance controls, or setting security baselines when onboarding a subscription.

ai-agentsgoshell
0
3
Detecting Mobile Malware BehaviorA

'Detects and analyzes malicious behavior in mobile applications through

ai-agentsjavascriptrust
0
3
Detecting Modbus Command Injection AttacksA

Detect command injection against Modbus TCP/RTU in ICS/SCADA environments by monitoring unauthorized writes, anomalous function codes, malformed frames, and deviations from communication baselines using ICS-aware IDS and deep packet inspection. Use when deploying IDS for Modbus OT networks, investigating unauthorized PLC register/coil changes, or responding to FrostyGoop-style Modbus attacks.

ai-agentspythongo
0
3
Detecting Modbus Protocol AnomaliesA

Detect anomalies in Modbus/TCP and Modbus RTU industrial traffic via function code monitoring, register range validation, timing analysis, and deep packet inspection, using Zeek's Modbus analyzer, Suricata IDS with OT rules, and Python Markov chain models of normal transaction sequences. Use for deploying Modbus IDS in OT environments, baselining polling patterns, investigating suspicious Modbus traffic, or building function code allowlists.

ai-agentspythonreact
0
3
Detecting Model Extraction AttacksA

Detect MITRE ATLAS AML.T0024 attacks (model stealing, inversion, membership inference) performed via inference-API abuse, by monitoring per-principal query volume/distribution, rate-limiting and perturbing outputs, and red-teaming your model's extractability. Use for a public or partner inference API needing cloning/inversion/membership-inference detection, or a pre-deployment red-team exercise to measure extraction risk.

ai-agentspythonrust
0
3
Detecting Network Anomalies With ZeekB

Deploy and configure Zeek (formerly Bro) to passively analyze network traffic, generate structured connection/DNS/HTTP/SSL/file logs, detect anomalous behavior, and write custom scripts for organization-specific threats. Use for passive monitoring at network choke points, feeding SIEM/threat hunting with protocol metadata, or retrospective log analysis during incident response; not a substitute for inline IDS/IPS or host agents.

ai-agentsbashnode
0
3
Detecting Network Scanning With Ids SignaturesA

Detect network reconnaissance and port scanning using Suricata and Snort

ai-agentspythongit
0
3
Detecting Ntlm Relay With Event CorrelationA

Detect NTLM relay attacks (T1557.001) by correlating Windows Event 4624 LogonType 3 for IP-to-hostname mismatches, identifying Responder/LLMNR poisoning artifacts, auditing SMB/LDAP signing, and flagging NTLMv2-to-NTLMv1 downgrades. Use for hunting credential relay in NTLM-enabled AD, investigating auth-source anomalies, building SIEM correlation rules, or responding to PetitPotam/DFSCoerce/PrinterBug alerts.

ai-agentsgoshell
0
3
Detecting Oauth Token TheftA

Detect and respond to OAuth token theft and replay in Microsoft Entra ID (Azure AD), covering access token theft, refresh token replay, Primary Refresh Token (PRT) abuse, pass-the-cookie attacks, and Token Protection conditional access policies. Use for impossible-travel or anomalous token-usage alerts, suspected session hijacking, sign-in log analysis, or configuring token-binding defenses in Azure/M365.

ai-agentsrustgo
0
3
Detecting Pass The Hash AttacksA

Detect Pass-the-Hash (T1550.002) attacks by analyzing NTLM authentication patterns, flagging Type 3 logons using NTLM where Kerberos would be expected, and correlating with credential-dumping indicators. Use when threat hunting for lateral movement via stolen NTLM hashes, triaging EDR/SIEM alerts on suspicious NTLM logons, scoping compromise during incident response, or validating detection coverage in a purple team exercise.

ai-agentsgosecurity
0
3
Detecting Pass The Ticket AttacksA

Detect Kerberos Pass-the-Ticket (PtT) attacks by analyzing Windows Event IDs 4768, 4769, and 4771 for anomalous ticket usage patterns, with detection queries for Splunk and Elastic SIEM. Use when investigating incidents involving stolen or replayed Kerberos tickets, building detection rules or threat hunting queries for ticket abuse, or validating SOC monitoring coverage for credential-theft attack techniques.

ai-agentspythonsecurity
0
3
Detecting Port Scanning With Fail2banA

'Configures Fail2ban with custom filters and actions to detect port scanning

ai-agentsrustphp
0
3
Detecting Privilege Escalation AttemptsA

Detect privilege escalation attempts across Windows and Linux, including access token manipulation, UAC bypass, unquoted service path abuse, kernel exploits, and sudo/doas abuse. Use when threat hunting for T1068-style privilege escalation, triaging EDR/SIEM alerts on suspicious privilege changes, scoping compromise during incident response, or validating detection coverage in a purple team exercise.

ai-agentssecurity
0
3
Detecting Privilege Escalation In Kubernetes PodsB

Detects and prevents privilege escalation inside Kubernetes pods by combining admission control (OPA policies), runtime monitoring (Falco), and audit log analysis of security contexts, Linux capabilities, and syscall patterns. Use when investigating a pod running as root or privileged, hardening workloads against in-pod escalation, or hunting for containers exceeding their intended scope. Keywords: allowPrivilegeEscalation, runAsRoot, capabilities, securityContext, OPA, Falco, audit log. Do n...

ai-agentsgobash
0
3
Detecting Process Hollowing TechniqueA

Detect process hollowing (MITRE T1055.012) by analyzing memory-mapped

ai-agentsrustgit
0
3
Detecting Process Injection TechniquesA

'Detects and analyzes process injection techniques used by malware including

ai-agentspythonrust
0
3
Detecting Qr Code Phishing With Email SecurityA

Detect and prevent QR code phishing (quishing) attacks that embed

ai-agentsrustgo
0
3
Detecting Ransomware Encryption BehaviorA

'Detects ransomware encryption activity in real time using entropy

ai-agentspythonshell
0
3
Detecting Ransomware Precursors In NetworkA

'Detects early-stage ransomware indicators in network traffic before

ai-agentspythongo
0
3
Detecting Rdp Brute Force AttacksA

Detect RDP brute force attacks by parsing Windows Security Event Logs

ai-agentspythongo
0
3
Detecting Rootkit ActivityA

'Detects rootkit presence on compromised systems by identifying hidden

ai-agentspythonrust
0
3
Detecting S3 Data Exfiltration AttemptsA

'Detecting data exfiltration attempts from AWS S3 buckets by analyzing

ai-agentsgobash
0
3
Detecting Secure Boot BypassA

Detect UEFI Secure Boot bypasses and bootkits such as BlackLotus and

ai-agentspythonrust
0
3
Detecting Serverless Function InjectionF

'Detects and prevents code injection attacks targeting serverless functions

ai-agentsjavascriptpython
0
3
Detecting Service Account AbuseA

Detect abuse of service accounts by hunting for anomalous interactive

ai-agentsgosql
0
3
Detecting Shadow Api EndpointsA

Discover and inventory shadow API endpoints that operate outside

ai-agentspythongo
0
3
Detecting Shadow It Cloud UsageA

Detect unauthorized SaaS and cloud service usage (shadow IT) by parsing

ai-agentspythongo
0
3
Detecting Spearphishing With Email GatewayA

Detect and block spearphishing emails that use personalized, researched

ai-agentsrustsecurity
0
3
Detecting Sql Injection Via Waf LogsA

Analyze WAF (ModSecurity/AWS WAF/Cloudflare) logs to detect SQL injection

ai-agentspythonbash
0
3
Detecting Stuxnet Style AttacksA

'Detects sophisticated cyber-physical attacks that follow the Stuxnet

ai-agentspythongo
0
3
Detecting Supply Chain Attacks In Ci CdA

'Scans GitHub Actions workflows and CI/CD pipeline configurations for

ai-agentspythongo
0
3
Detecting Suspicious Oauth Application ConsentA

Detect risky OAuth application consent grants in Azure AD / Microsoft

ai-agentspythonazure
0
3