01-recon-osint
Passive and active reconnaissance, subdomain enumeration, DNS analysis, technology fingerprinting, and OSINT data correlation for authorized security…
Authorized red team engagement planning, C2 architecture design, attack methodology, lateral movement strategy, OPSEC, and professional reporting
$ npx -y skills add Masriyan/Claude-Code-CyberSecurity-Skill --skill 14-red-team-ops --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/14-red-team-opsContext preview
The summary Claude sees to decide when to auto-load this skill.
Authorized red team engagement planning, C2 architecture design, attack methodology, lateral movement strategy, OPSEC, and professional reporting
name: Red Team Operations & Engagement Planning description: Authorized red team engagement planning, C2 architecture design, attack methodology, lateral movement strategy, OPSEC, and professional reporting version: 3.1.0 author: Masriyan tags: [cybersecurity, red-team, c2, lateral-movement, persistence, pentest, engagement, opsec]
Enable Claude to assist authorized red team operators with engagement planning, C2 infrastructure design, attack methodology guidance, lateral movement strategy, OPSEC planning, and comprehensive reporting. Every workflow requires confirmed written authorization.
> **CRITICAL — AUTHORIZATION GATE**: Red team assistance requires explicit authorization confirmation before proceeding. Claude will ask for authorization context and will not assist with active attack planning without it. > > **Authorized contexts:** > - Signed Statement of Work (SOW) or Rules of Engagement (ROE) > - Bug bounty program (confirm target is in-scope) > - Internal security testing (confirm organizational authority) > - CTF competition (confirm challenge platform and scope) > - Research in owned/isolated lab environment
---
This skill activates when the user asks about:
---
pip install pyyaml requests
**Tools for authorized operations:**
---
**Before any operational planning, Claude asks:**
Red team assistance requires authorization confirmation: 1. What is the engagement type? □ External penetration test □ Internal network assessment □ Red team / adversary simulation □ Social engineering assessment □ Physical security assessment □ CTF competition 2. What is your authorization basis? □ Signed SOW / contract with target organization □ Internal role (IT/Security team testing own systems) □ Bug bounty — [program name] □ CTF — [platform and challenge name] 3. What is the defined scope? (IP ranges, domains, systems, excluded assets) 4. Who is the target organization's security point of contact? (For deconfliction — required for IR-level engagements) Confirm before proceeding. Operational assistance without confirmed authorization cannot be provided.
---
**When the user asks to plan a red team engagement:**
**Engagement Planning Framework:**
# Red Team Engagement Plan **Client:** [Organization Name] **Engagement Type:** [Full Red Team / CRTO / APT Simulation] **Start Date:** [Date] **End Date:** [Date] **Rules of Engagement Version:** 1.0 ## Objectives - Primary: [e.g., Test detection and response capabilities against APT29 TTPs] - Secondary: [e.g., Identify privilege escalation paths to Domain Admin] - Out of Scope: [e.g., Production databases, payment systems, physical access] ## Threat Profile **Simulating:** [APT29 / FIN7 / LockBit / Custom adversary profile] **Initial Access Vector:** [Spearphishing / Supply chain / Watering hole] **Primary Goal:** [Data exfiltration / Ransomware simulation / Domain takeover] ## Attack Kill Chain Phases 1. Reconnaissance → OSINT, subdomain enum (Skill 01) 2. Initial Access → Phishing / external vuln exploitation 3. Execution → PowerShell / LOLBins / custom implant 4. Persistence → Registry / service / scheduled task 5. Privilege Escalation → Local privesc → Domain Admin 6. Defense Evasion → Process injection / AMSI bypass 7. Credential Access → LSASS / Kerberoasting / DCSync 8. Lateral Movement → PSExec / WMI / RDP 9. Collection → Identify critical data 10. Exfiltration → Staged transfer to simulated C2 ## Rules of Engagement - Testing hours: [24x7 / Business hours only / Agreed windows] - Destructive testing: [Prohibited / Limited / Authorized] - DoS testing: [Prohibited] - Social engineering: [Authorized / Prohibited / Phishing only] - Physical access: [Prohibited / Badge cloning only] - Deconfliction: Call [POC Name] at [Phone] if critical systems impacted ## Emergency Abort Procedure If critical systems are impacted unexpectedly: 1. Immediately cease all operations 2. Call [POC] at [Phone] — available 24/7 3. Document what was done and when 4. Stand down until authorized to resume
**Engagement Planning Script:**
python scripts/engagement_planner.py --scope scope.json --output plan.md
**When the user asks about C2 infrastructure for authorized operations:**
**Multi-Tier C2 Architecture:**
[Team Server] ← (internal/VPN only) → [Redirector 1 (HTTPS)] ← → [Beacon]
→ [Redirector 2 (DNS)] ← → [Beacon]
→ [Backup Redirector]**Infrastructure Components:**
1. **Team Server** — Never directly exposed to internet; VPN access only 2. **Redirectors** — Cloud VPS instances (AWS/Azure/GCP) that proxy C2 traffic 3. **C2 Channels** — HTTPS (primary), DNS (backup), WebSocket (evasive) 4. **Domain Selection** — Aged domains, categorized (business/tech), valid cert
**Redirector Setup (Apache mod_rewrite):**
# Redirect only Cobalt Strike beacon traffic to
22 production-quality Claude Code Skills for cybersecurity professionals — covering offensive security, defensive operations, reverse engineering, threat hunting, threat intelligence, purple team / adversary emulation, CSOC automation, AI/LLM security,
Repo: Masriyan/Claude-Code-CyberSecurity-Skill
Passive and active reconnaissance, subdomain enumeration, DNS analysis, technology fingerprinting, and OSINT data correlation for authorized security…
Dependency auditing, CVE detection, configuration security review, CVSS scoring, and prioritized vulnerability reporting
Proof-of-concept development, payload crafting, shellcode analysis, and exploitation technique research for authorized security testing
Binary analysis, assembly interpretation, disassembly, decompilation, firmware RE, and protocol reverse engineering
Static and dynamic malware analysis, YARA rule generation, sandbox configuration, behavioral profiling, and malware family classification
IOC extraction, threat intelligence correlation, MITRE ATT&CK mapping, hunt hypothesis generation, and detection rule creation