What it is
Why it matters
Cut off the C2, and you break the attacker’s grip. Leave it running, and infected devices keep receiving fresh instructions, spreading, and exfiltrating data.
How it works
-
Infected hosts beacon to a domain/IP (often over HTTPS/DNS to blend in).
-
The C2 sends back commands (run tools, move laterally, encrypt files).
-
Operators rotate domains, proxies, or cloud services to stay hidden.
What you might notice
-
Repeating, short outbound connections to the same odd host
-
Legit tools (PowerShell, PsExec) launched in unusual ways
-
Security tools disabled, exclusions added, or updates failing
If you suspect C2 traffic
-
Isolate the host from the network (don’t just kill the process).
-
Block the destination domains/IPs at DNS/firewall.
-
Collect evidence (memory, logs), then remove persistence (tasks/services).
-
Reset credentials from a clean machine; hunt for other infected hosts.
Prevent it
-
Patch internet-facing apps; disable unused remote access.
-
Enforce MFA and least privilege for admins.
-
Use EDR/DNS filtering to catch beaconing patterns.
-
Segment networks and restrict egress to only what’s needed.
-
Train users to spot phishing and fake updates.