All authors
costrict-plugins-repo avatar

Claude Skills by costrict-plugins-repo

github.com/costrict-plugins-repo
818 skillsA× 697B× 83C× 17D× 12F× 90 installs78 views
Detecting Attacks On Historian ServersA

'Detect cyber attacks on OT historian servers (OSIsoft PI, Ignition, GE

securitypythongo
0
67
Detecting Attacks On Scada SystemsA

'This skill covers detecting cyber attacks targeting Supervisory Control

securitypythongo
0
67
Detecting Aws Cloudtrail AnomaliesA

Detect unusual API call patterns in AWS CloudTrail logs using boto3,

devopspythonaws
0
67
Detecting Aws Credential Exposure With TrufflehogD

'Scan source code repositories, CI/CD pipelines, and configuration files

devopspythongo
0
67
Detecting Aws Guardduty Findings AutomationA

Build automated AWS GuardDuty finding response pipelines using EventBridge

devopspythongo
0
67
Detecting Aws Iam Privilege EscalationA

Detect AWS IAM privilege escalation paths using boto3 and Cloudsplaining

securitypythonaws
0
67
Detecting Azure Lateral MovementA

Detect lateral movement in Azure AD/Entra ID environments using Microsoft

securityazureapi
0
67
Detecting Azure Service Principal AbuseA

Detect Azure service principal abuse in Microsoft Entra ID using KQL detection

securityshellazure
0
67
Detecting Azure Storage Account MisconfigurationsA

Audit Azure Blob and ADLS storage accounts for public access exposure, weak

devopspythonazure
0
67
Detecting Beaconing Patterns With ZeekA

'Performs statistical analysis of Zeek conn.log connection intervals

datapythontesting
0
67
Detecting Bluetooth Low Energy AttacksA

'Detects and analyzes Bluetooth Low Energy (BLE) security attacks including

securitypythongo
0
67
Detecting Broken Object Property Level AuthorizationA

Detect and test for OWASP API3:2023 Broken Object Property Level Authorization

securitypythontesting
0
67
Detecting Business Email Compromise With AiA

Deploy AI and NLP-powered detection systems to identify business email

datarustgo
0
67
Detecting Business Email CompromiseA

Detect Business Email Compromise (BEC) fraud, where attackers impersonate

businessrustgo
0
67
Detecting Cloud Threats With GuarddutyA

'Deploy and operationalize Amazon GuardDuty, covering protection plans

devopspythongo
0
67
Detecting Command And Control Over DnsA

'Detect command-and-control (C2) traffic tunneled over DNS from tools like

devopspythongo
0
67
Detecting Compromised Cloud CredentialsA

'Detect compromised cloud credentials across AWS, Azure, and GCP by analyzing

developmentpythonrust
0
67
Detecting Container Drift At RuntimeA

Detects unauthorized runtime drift in containers by monitoring binary execution, filesystem changes, and configuration deviation from the original immutable image, using Falco and Microsoft Defender for Containers. Use when validating immutable-infrastructure controls, hunting for unexpected package installs or binaries written inside a running container, or determining whether a container diverged from the image it was built from. Keywords: drift, immutable infrastructure, new binary execute...

devopsgoshell
0
67
Detecting Container Escape AttemptsA

Detects container escape at runtime across tooling - namespace manipulation, capability abuse, kernel exploits, sensitive host mounts, and anomalous syscalls - and explains which signals matter regardless of whether Falco, Sysdig, auditd, or an EDR is doing the collection. Use when deciding what breakout behaviour to monitor, investigating a suspected Docker or Kubernetes breakout, or comparing escape coverage across runtime sensors. Keywords: container escape, breakout, namespaces, CAP_SYS_A...

devopsbashdocker
0
67
Detecting Container Escape With Falco RulesD

Writes and tunes Falco rule syntax for container escape detection - conditions, macros, lists, priorities, and output fields - covering host filesystem mounts, sensitive host path access, kernel module loading, and privileged capability abuse, including how to drive down false positives. Use when authoring or tuning a specific Falco rule for breakout behaviour, or triaging a noisy escape-related Falco alert. Keywords: Falco rule, macro, list, condition, priority, falco_rules.local.yaml, tunin...

devopsgobash
0
67
Detecting Container Runtime Threats With FalcoD

Deploys and operates Falco with the modern eBPF driver in Kubernetes and Docker, covering driver selection, Helm installation, output channels, and the built-in ruleset that detects container escape, namespace abuse, privileged mounts, and anomalous syscalls. Use when standing Falco up on a cluster, choosing between the eBPF and kernel-module drivers, routing Falco alerts into a SIEM or Falcosidekick, or upgrading an existing deployment. Keywords: Falco, modern_ebpf, kernel module, Helm, Falc...

devopsshellbash
0
67
Detecting Credential Dumping TechniquesA

Detect LSASS credential dumping, SAM database extraction, and NTDS.dit theft (e.g. via Mimikatz) using Sysmon Event ID 10 process-access logging, Windows Security logs, and SIEM correlation rules. Use when hunting for credential-theft activity on Windows/Active Directory hosts or triaging EDR alerts on LSASS access.

securitypythondatabase
0
67
Detecting Cryptomining In CloudA

'This skill teaches security teams how to detect and respond to unauthorized

devopspythongo
0
67
Detecting Data And Model PoisoningA

Identify poisoned training data and backdoored ML models across the pipeline using IBM's Adversarial Robustness Toolbox (activation clustering, spectral signatures, trigger reconstruction), Cleanlab for label-quality issues, and supply-chain checks like weight-hash verification and safetensors enforcement. Use before training or deploying on third-party/user-contributed data or downloaded checkpoints, during ML supply-chain reviews, or when investigating model misbehavior tied to specific inp...

datapythonrust
0
67
Detecting Dcsync Attack In Active DirectoryA

Detect DCSync attacks (MITRE T1003.006) where adversaries abuse Active Directory replication privileges to extract password hashes, by auditing Event ID 4662 for the DS-Replication-Get-Changes GUIDs and flagging non-domain-controller accounts issuing DsGetNCChanges RPC calls. Use when hunting for credential theft via Mimikatz lsadump::dcsync or Impacket secretsdump, investigating lateral movement with domain admin credentials, or auditing AD replication permissions.

securitypythongo
0
67
Detecting Deepfake Audio In Vishing AttacksA

Detect AI-generated deepfake audio used in voice phishing (vishing) by extracting spectral features (MFCC, spectral centroid, spectral contrast, zero-crossing rate) and classifying samples with machine learning models, supporting batch audio analysis, confidence scoring, and forensic reporting. Use for deepfake voice detection, vishing investigations, AI-generated speech analysis, voice cloning detection, or audio authenticity verification.

businesspythongo
0
67
Detecting Dependency ConfusionB

Detect and prevent dependency confusion (public-over-private package name resolution) in npm, PyPI, and Maven by enumerating claimable internal package names with tools like `confused` and OWASP `dep-scan`, then enforcing source restrictions via `.npmrc`, `pip.conf`/`pyproject.toml`, and Maven `settings.xml`. Use when onboarding a repo to a supply-chain security program, auditing lockfiles/manifests for confusable dependencies, or after an incident that may have leaked internal package names.

developmentjavascriptpython
0
67
Detecting Dll Sideloading AttacksA

Detect DLL side-loading and search-order hijacking (MITRE T1574) where adversaries plant malicious DLLs for legitimate signed applications to load, by analyzing Sysmon Event ID 7 DLL-load events, checking signatures/hashes against known-good versions, and flagging path anomalies with EDR tools like CrowdStrike, MDE, or SentinelOne. Use when investigating EDR alerts on unsigned DLLs, hunting for APT persistence via trojanized applications, or triaging incidents involving DLL hijacking.

securityrustgo
0
67
Detecting Dnp3 Protocol AnomaliesA

Detect anomalies in DNP3 communications used in SCADA/ICS systems by monitoring unauthorized control commands, firmware update attempts, protocol violations, and deviations from baseline traffic using deep packet inspection and machine learning approaches. Use when securing energy-sector or other OT/ICS networks, investigating suspicious DNP3 master/outstation activity, or building an anomaly-based IDS for industrial control traffic.

devopspythonsecurity
0
67
Detecting Dns Exfiltration With Dns Query AnalysisA

Detect data exfiltration via DNS tunneling (tools like iodine, dnscat2, dns2tcp) by analyzing query entropy, subdomain length, query volume to single domains, TXT/CNAME/NULL record abuse, and oversized response payloads using passive DNS monitoring and statistical/ML methods. Use when hunting for covert DNS-based data exfiltration or building a passive DNS anomaly detection capability.

datapythonbash
0
67
Detecting Email Account CompromiseA

Detect compromised O365 and Google Workspace email accounts by analyzing Unified Audit Logs and Azure AD sign-in logs for impossible travel, inbox rule creation/deletion (Set-InboxRule, New-InboxRule), external mail forwarding rules, and unusual Microsoft Graph API access or OAuth token use. Use when investigating suspected business email compromise (BEC), account takeover, or mailbox persistence via malicious inbox rules.

securitypythongo
0
67
Detecting Email Forwarding Rules AttackA

Detect malicious inbox/mail-flow forwarding rules that adversaries create to maintain

researchsecurity
0
67
Detecting Entra Offensive Tools In Graph LogsA

Hunt AADGraphActivityLogs and MicrosoftGraphActivityLogs in Microsoft Sentinel/Log Analytics using KQL to fingerprint offensive Entra ID enumeration tools such as ROADtools, AADInternals, and AzureHound, including User-Agent signatures, roadrecon endpoint sweeps, and sign-in correlation. Use when investigating suspicious Microsoft Graph API activity, Entra ID reconnaissance, or building Sentinel analytics rules to detect these tools.

securitypythongo
0
67
Detecting Evasion Techniques In Endpoint LogsA

'Detects defense evasion techniques used by adversaries in endpoint logs

securityjavascriptrust
0
67
Detecting Exfiltration Over Dns With ZeekA

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

developmentpythongit
0
67
Detecting Fileless Attacks On EndpointsA

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

toolsshellexpress
0
67
Detecting Fileless Malware TechniquesA

'Detects and analyzes fileless malware that operates entirely in memory

developmentjavascriptpython
0
67
Detecting Golden Ticket Attacks In Kerberos LogsA

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

securitygosecurity
0
67
Detecting Golden Ticket ForgeryA

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

securitypythongo
0
67
Detecting Indirect Prompt InjectionB

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

securitypythonrust
0
67
Detecting Insider Data Exfiltration Via DlpA

'Detects insider data exfiltration by analyzing DLP policy violations,

datapythontesting
0
67
Detecting Insider Threat BehaviorsA

Detect insider threat behavioral indicators including unusual data access,

researchsecurity
0
67
Detecting Insider Threat With UebaA

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

devopspythonbackend
0
67
Detecting Kerberoasting AttacksA

Detect Kerberoasting attacks by monitoring for anomalous Kerberos TGS

researchgosecurity
0
67
Detecting Lateral Movement In NetworkA

'Identifies lateral movement techniques in enterprise networks by analyzing

securitygoshell
0
67
Detecting Lateral Movement With SplunkA

Detect adversary lateral movement across networks using Splunk SPL queries

securitygoshell
0
67
Detecting Lateral Movement With ZeekA

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

devopspythonbash
0
67
Detecting Living Off The Land AttacksA

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

devopsjavascriptpython
0
67
Detecting Living Off The Land With LolbasA

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

devopspythongit
0
67
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.

devopsjavascriptpython
0
67