Back to All Modules

C2 Infrastructure

#Overview

Command and Control (C2) infrastructure is the backbone of sustained red team operations. A well-designed C2 architecture uses redirectors, fronting, and staged payloads to protect the core team server from discovery and attribution. This section covers C2 framework setup, redirector configuration, domain fronting, and payload staging.

#C2 Architecture Overview

Target (Implant) ──HTTPS──▶ CDN / Domain Front ──▶ Redirector 1 ──▶ Redirector 2 ──▶ Team Server
                                  │                      │
                              (TLS termination)      (Filter by UA/URI)
TEXT

Key principles:

  • The team server is never directly exposed to the target
  • Redirectors act as traffic filters — only valid beacon traffic reaches the team server
  • Domain fronting hides the real destination from network monitoring
  • Staged payloads keep the initial footprint small

#Technique Files

FileCoversComplexity
C2 Framework SetupSliver, Havoc, Mythic, Cobalt Strike overviewMedium-High
Redirectors & FrontingNginx/Apache/socat redirectors, domain fronting, CDN pivotingHigh
Payload StagingStaged vs stageless, delivery, infrastructure lifecycleMedium

#Cross-References