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
Conducting Network Penetration TestA

'Conducts comprehensive network penetration tests against authorized

securitypythonrust
0
67
Conducting Pass The Ticket AttackA

Perform Pass-the-Ticket (PtT) lateral movement by extracting Kerberos TGT/TGS tickets from LSASS memory on a compromised host and injecting them into another session to impersonate the ticket owner without knowing their password. Use during authorized post-exploitation to move laterally or escalate access via stolen Kerberos tickets, or to validate detections for Kerberos ticket theft and reuse.

securitypythonaws
0
67
Conducting Phishing Incident ResponseA

Respond to phishing incidents by analyzing reported emails, extracting indicators, sandboxing URLs/attachments, assessing credential compromise, quarantining malicious messages organization-wide, and remediating affected accounts. Use when investigating a reported phishing or credential-phishing email, a suspected spearphishing incident, or when a mailbox-wide purge and account remediation is needed.

securityrustgo
0
67
Conducting Post Incident Lessons LearnedA

Facilitate structured post-incident reviews to identify root causes,

devopspythonbash
0
67
Conducting Social Engineering Penetration TestA

Design and execute a social engineering penetration test combining OSINT-driven target profiling with phishing, vishing, smishing, and physical pretexting campaigns using tools like GoPhish, the Social Engineer Toolkit (SET), and Evilginx to measure human security resilience. Use when scoping or running an authorized human-attack-surface test and reporting results to identify security awareness training gaps.

securityrustgo
0
67
Conducting Social Engineering Pretext CallA

Plan and execute authorized vishing (voice phishing) pretext calls to

securityrustgo
0
67
Conducting Spearphishing Simulation CampaignA

Run a targeted spearphishing simulation for initial access by developing OSINT-derived pretexts, building payloads (HTML smuggling, macro docs, ISO/LNK, OneNote, QR codes), standing up look-alike-domain email infrastructure with SPF/DKIM/DMARC via GoPhish, and tracking results. Use in authorized engagements to gain initial access via personalized phishing against specific individuals, distinct from broad campaigns.

devopspythongo
0
67
Conducting Wireless Network Penetration TestA

'Conducts authorized wireless network penetration tests to assess the

securitytestinggit
0
67
Configuring Active Directory Tiered ModelA

Implement Microsoft's Enhanced Security Admin Environment (ESAE) tiered

securitypythongo
0
67
Configuring Aws Verified Access For ZtnaA

Configure AWS Verified Access to provide VPN-less zero trust network

devopsrustgo
0
67
Configuring Certificate Authority With OpensslA

Build a two-tier PKI Certificate Authority hierarchy (offline Root CA

securitypythonrust
0
67
Configuring Host Based Intrusion DetectionC

'Configures host-based intrusion detection systems (HIDS) to monitor

devopsshellbash
0
67
Configuring Hsm For Key StorageA

Configures Hardware Security Modules for cryptographic key storage

securitypythongo
0
67
Configuring Identity Aware Proxy With Google IapA

'Configures Google Cloud Identity-Aware Proxy (IAP) via gcloud to enforce

securitypythonrust
0
67
Configuring Ldap Security HardeningA

Hardens LDAP directory services against credential harvesting, LDAP

securitypythontesting
0
67
Configuring Microsegmentation For Zero TrustA

Configures microsegmentation policies to enforce least-privilege workload-to-workload

devopspythonrust
0
67
Configuring Multi Factor Authentication With DuoA

Deploys Cisco Duo multi-factor authentication across enterprise applications,

securitypythonrust
0
67
Configuring Network Segmentation With VlansA

'Designs and implements VLAN-based (802.1Q) network segmentation on

securityrustgo
0
67
Configuring Oauth2 Authorization FlowA

Configures secure OAuth 2.0 authorization flows, including Authorization

securitypythontesting
0
67
Configuring Pfsense Firewall RulesA

'Configures pfSense firewall rules, NAT policies, IPsec/OpenVPN tunnels,

devopsgobash
0
67
Configuring Snort Ids For Intrusion DetectionB

'Installs, configures, and tunes Snort 3 to monitor network traffic

devopspythongo
0
67
Configuring Suricata For Network MonitoringB

'Deploys and configures Suricata IDS/IPS with Emerging Threats rulesets,

devopsrustgo
0
67
Configuring Tls 1 3 For Secure CommunicationsA

Configures TLS 1.3 (RFC 8446) on servers, covering cipher suite and

securitypythontesting
0
67
Configuring Windows Defender Advanced SettingsA

'Configures Microsoft Defender for Endpoint (MDE) advanced protection

securityjavascriptrust
0
67
Configuring Windows Event Logging For DetectionA

'Configures Windows Event Logging with advanced audit policies to generate

securitygoshell
0
67
Configuring Zscaler Private Access For ZtnaB

'Configures Zscaler Private Access (ZPA) to replace traditional VPN

devopsrustbash
0
67
Containing Active BreachA

'Executes containment strategies to stop active adversary operations

securitygoshell
0
67
Continuous Llm Red Teaming With PromptfooA

Wires Promptfoo and DeepTeam into CI/CD for automated, repeatable red-teaming of LLM apps against OWASP LLM Top 10, OWASP Agentic, and MITRE ATLAS presets, failing the build when jailbreak or injection vulnerabilities regress. Use for continuous adversarial testing in CI/CD, a merge-blocking security gate, or comparing model/prompt versions for compliance reporting.

securitypythongo
0
67
Correlating Security Events In QradarA

'Correlates security events in IBM QRadar SIEM using AQL (Ariel Query

devopsgobash
0
67
Correlating Threat CampaignsA

'Correlates disparate security incidents, IOCs, and adversary behaviors

datapythongo
0
67
Defending Llms With GuardrailsB

Deploys Llama Guard 3 safety classification, NeMo Guardrails programmable dialogue rails, and LLM Guard input/output scanner pipelines as complementary runtime defenses that inspect and constrain LLM prompts and responses. Use when adding a production runtime safety layer to an LLM, RAG, or agent application to block jailbreaks, prompt injection (OWASP LLM01), toxic content, or sensitive-data leakage before it reaches or leaves the model.

ai-agentspythongo
0
67
Deobfuscating Javascript MalwareA

Deobfuscates malicious JavaScript found in phishing pages, web skimmers, and dropper scripts by reversing encoding layers, eval chains, string manipulation, and control-flow obfuscation to reveal the original malicious logic. Use when investigating a phishing page's obfuscated JavaScript, analyzing a Magecart-style web skimmer, or deobfuscating a JavaScript dropper that fetches second-stage malware.

developmentjavascriptpython
0
67
Deobfuscating Powershell Obfuscated MalwareA

Systematically deobfuscates multi-layer PowerShell malware using AST analysis, dynamic tracing, and tools like PSDecode and PowerDecode to reveal hidden payloads and C2 infrastructure. Use during incident response or malware analysis when a PowerShell script is obfuscated with encoding, string manipulation, or invocation tricks and you need to recover the underlying commands, dropped payloads, or C2 endpoints.

securitypythonshell
0
67
Deploying Active Directory HoneytokensA

'Deploys deception-based honeytokens in Active Directory including fake

devopspythongo
0
67
Deploying Cloud Deception With Decoy ResourcesA

Deploy cloud-native deception across AWS, Azure, and GCP using decoy (honey) resources whose only purpose is to generate a high-fidelity alert the instant an attacker touches them: canary IAM access keys, permission-less decoy users/roles/service principals, honey object-storage buckets, and decoy secrets in Secrets Manager / Key Vault / Secret Manager. Wires detection through CloudTrail + EventBridge, Azure Sentinel honeytoken watchlists + Defender, and GCP Cloud Audit Logs, so any use of a ...

devopsgobash
0
67
Deploying Cloudflare Access For Zero TrustB

Deploys Cloudflare Access with Cloudflare Tunnel for zero trust access to self-hosted apps, configuring identity-aware policies, device posture checks, and WARP client enrollment as a VPN replacement. Use when replacing VPN with Cloudflare One, exposing internal apps without open inbound ports, or securing contractor/third-party access to specific applications.

devopsrustgo
0
67
Deploying Decoy Files For Ransomware DetectionA

'Deploys canary files (honeytokens) across file systems to detect ransomware

businesspythongo
0
67
Deploying Edr Agent With CrowdstrikeB

'Deploys and configures CrowdStrike Falcon EDR agents across enterprise

devopsgoshell
0
67
Deploying Honeytokens And CanarytokensF

Plants Canarytokens-based decoy artifacts (honey credentials, DNS tokens, web-bug URLs, AWS keys, documents, kubeconfigs) using Thinkst's open-source Canarytokens project and alerts via email or webhook when a token is touched. Use for high-fidelity intrusion detection in low-telemetry areas like file shares or credential stores, or to catch credential dumping and data-theft staging.

devopspythonrust
0
67
Deploying Osquery For Endpoint MonitoringA

'Deploys and configures osquery for real-time endpoint monitoring using

devopsrustgo
0
67
Deploying Palo Alto Prisma Access Zero TrustA

Deploys Palo Alto Networks Prisma Access for SASE-based zero trust network access, configuring GlobalProtect agents, ZTNA Connectors, security policy enforcement, and Strata Cloud Manager integration for unified management. Use when implementing enterprise-grade SASE with integrated ZTNA/SWG/CASB/FWaaS, replacing both VPN and branch firewalls with cloud-delivered security, or integrating ZTNA with an existing Palo Alto NGFW estate.

devopsrustgo
0
67
Deploying Ransomware Canary FilesA

Deploys and monitors ransomware canary files using Python's watchdog library, placing decoy files mimicking high-value targets (financial records, credentials, database exports) where ransomware enumerates first, and alerting via email, Slack, or syslog on any read/modify/rename/delete. Use for early-warning ransomware detection on file servers, NAS, or endpoints, or to supplement EDR where agents can't be deployed.

businesspythontesting
0
67
Deploying Software Defined PerimeterA

Deploys a Software-Defined Perimeter per the CSA v2.0 specification, configuring Single Packet Authorization, mutual TLS, and SDP controller/gateway components to enforce zero trust network access. Use when building or hardening zero trust network architecture, implementing SPA-based "invisible" infrastructure that cloaks services from unauthenticated scanning, or meeting compliance requirements for zero trust network access.

devopspythonrust
0
67
Deploying Tailscale For Zero Trust VpnD

Deploys and configures Tailscale (or self-hosted Headscale) as a WireGuard-based zero trust mesh VPN, setting up identity-aware ACLs, exit nodes, subnet routers, and MagicDNS for encrypted peer-to-peer connectivity. Use when replacing traditional VPN servers with an identity-authenticated mesh network or enforcing granular per-device access control lists.

devopsrustgo
0
67
Designing Adversary Engagement With Mitre EngageA

Plan, run, and measure an adversary engagement operation using the MITRE Engage framework so that deployed deception is driven by strategy instead of deployed ad hoc. Covers the Engage Matrix (Prepare, Expose, Affect, Elicit, Understand), the 10-Step Operational Process, mapping engagement Activities to the ATT&CK techniques they expose, and defining measurable Goals and Operational Objectives. Use when a team has honeypots, honeytokens, or canary tokens but no coordinating strategy, when lea...

securitygoreact
0
67
Detecting Ai Model Prompt Injection AttacksC

Detects prompt injection using regex signature matching, heuristic scoring for structural anomalies, and DeBERTa-based transformer classification, flagging direct injections (system-prompt overrides, role-play escapes) and indirect injections (encoded payloads, obfuscation) per OWASP LLM Top 10 (LLM01:2025). Use for input validation layers in chatbots/agents/RAG pipelines, or for retrospectively classifying injection attempts in logs or incident investigations.

securitypythongo
0
67
Detecting Anomalies In Industrial Control SystemsA

Deploys anomaly detection for OT/ICS environments using machine learning on OT network baselines, physics-based process models, and Modbus/DNP3/OPC UA traffic analysis to flag deviations, rogue devices, and mismatches against historian data. Use for continuous OT monitoring, baselining deterministic SCADA polling, or investigating alerts from Nozomi Guardian/Dragos needing deeper protocol analysis.

datapythongo
0
67
Detecting Anomalous Authentication PatternsA

'Detects anomalous authentication patterns using UEBA analytics, statistical

datapythongo
0
67
Detecting Api Enumeration AttacksA

Detect API enumeration attacks (BOLA/IDOR, OWASP API1:2023) by writing SIEM

securitypythonaws
0
67
Detecting Arp Poisoning In Network TrafficB

Detect Layer 2 ARP poisoning/spoofing by deploying ARPWatch, Dynamic ARP

devopspythonrust
0
67