| name | executing-red-team-exercise |
| description | Use when executes comprehensive red team exercises that simulate real-world adversary operations against an organization's people, processes, and technology. The red team operates with stealth as a primary objective, employing the full attack lifecycle from initial reconnaissance through objective completion while testing the organization's detection and response capabilities. This differs from penetration testing by focusing on adversary emulation rather than vulnerability identification. |
| domain | cybersecurity |
| tags | ["red-team","adversary-emulation","MITRE-ATT&CK","Cobalt-Strike","detection-assessment"] |
| subdomain | penetration-testing |
| version | 1.0.0 |
| author | oyi77 |
| license | Apache-2.0 |
| d3fend_techniques | ["File Metadata Consistency Validation","Application Protocol Command Analysis","Identifier Analysis","Content Format Conversion","Message Analysis"] |
| nist_csf | ["ID.RA-01","ID.RA-06","GV.OV-02","DE.AE-07"] |
Executing Red Team Exercise
Overview
Cybersecurity skill for executing red team exercise. Follows industry best practices and security standards.
When to Use
Trigger phrases:
-
"executing red team exercise"
-
"Executes comprehensive red team exercises that simulate real-world adversary ope"
-
Assessing an organization's ability to detect, respond to, and contain a realistic adversary operation
-
Testing the effectiveness of the security operations center (SOC), incident response team, and threat hunting capabilities
-
Validating security investments by simulating attacks that chain multiple vulnerabilities and techniques
-
Evaluating the organization's security posture against specific threat actors (nation-state, ransomware groups, insider threats)
-
Meeting regulatory requirements for adversary simulation (TIBER-EU, CBEST, AASE, iCAST)
Do not use without executive-level authorization and a detailed Rules of Engagement document, against systems where disruption could affect safety or critical operations, or as a replacement for basic vulnerability management (fix known vulnerabilities first).
When NOT to Use
- When you lack proper authorization for testing
- For production systems without change management
- When the task requires legal or compliance expertise beyond technical scope
Prerequisites
- Executive-level written authorization with clearly defined objectives, scope, and off-limits systems
- Red team command and control (C2) infrastructure: primary and backup C2 channels with domain fronting or redirectors
- Operator workstations with OPSEC-hardened toolsets (Cobalt Strike, Sliver, Brute Ratel, or Mythic)
- Threat intelligence on adversary groups relevant to the target organization for adversary emulation planning
- Trusted agent (white cell) within the target organization who manages the exercise boundaries without alerting defenders
- MITRE ATT&CK matrix for mapping planned and executed techniques
Legal Notice: This skill is for authorized security testing and educational purposes only. Unauthorized use against systems you do not own or have written permission to test is illegal and may violate computer fraud laws.
Workflow
import re
IOC_PATTERNS = {
: ,
: ,
: ,
: ,
}
() -> :
{k: re.findall(v, text) k, v IOC_PATTERNS.items()}