Subscribe to the Non-Human & AI Identity Journal

Covert Command-and-Control

Covert command-and-control is attacker communication designed to hide in legitimate traffic or trusted infrastructure. When blockchain or RPC channels are used for retrieval, the storage and control plane are separated, making the activity harder to disrupt with traditional takedown methods.

Expanded Definition

Covert command-and-control, often shortened to C2, is the communications layer an adversary uses to send instructions to compromised systems while blending into normal network activity. In security operations, the defining feature is concealment, not just connectivity: traffic may resemble browser sessions, DNS lookups, cloud API calls, messaging traffic, or other routine exchanges. NHI Management Group treats the term as an operational attack pattern rather than a product category, and its meaning is consistent with the governance language used in the NIST Cybersecurity Framework 2.0 where detection, response, and resilience are central concerns.

Definitions vary across vendors when blockchain relays, RPC endpoints, or other decentralized channels are used, because the payload retrieval path and the control path can be separated in ways that complicate traditional blocking. That distinction matters: the actor may publish encrypted instructions or retrieval pointers somewhere durable, while affected hosts pull the data through infrastructure that looks legitimate. The result is a communications pattern that is difficult to distinguish from normal application behavior without context from DNS, proxy, endpoint, and identity telemetry. The most common misapplication is treating covert C2 as simple outbound traffic filtering, which occurs when defenders ignore protocol mimicry, legitimate cloud services, and domain fronting behaviors.

Examples and Use Cases

Implementing detection for covert command-and-control rigorously often introduces monitoring overhead and false-positive tuning, requiring organisations to weigh visibility against operational noise.

  • Malware uses HTTPS to call a public-looking endpoint, then receives encrypted tasking embedded in ordinary web responses.
  • A compromised host queries DNS records for instructions, using low-and-slow lookups that resemble benign resolver activity.
  • An adversary leverages cloud storage or messaging APIs so the traffic appears to be normal SaaS usage rather than an attack channel.
  • Blockchain or RPC-based retrieval is used to publish control data that endpoints later fetch, reducing the usefulness of takedown attempts.
  • Threat hunters correlate endpoint processes with network telemetry and map patterns to MITRE ATT&CK-style behaviors to identify staging, beaconing, and tasking.

These use cases show why covert C2 is rarely about a single protocol. The attacker typically cares about survivability, discretion, and persistence, so the channel may shift over time from DNS to HTTPS to third-party cloud services when defenders begin blocking known indicators. Security teams often need to inspect timing, frequency, certificate usage, process lineage, and egress destinations together rather than rely on one control point.

Why It Matters for Security Teams

Covert command-and-control is important because it enables post-compromise control even after initial access has been detected. If defenders only focus on phishing, exploit prevention, or perimeter controls, an attacker may continue to issue commands, exfiltrate data, or stage lateral movement through channels that appear legitimate. That is why the term sits squarely inside modern detection engineering and incident response, not just malware analysis. The MITRE ATT&CK framework is useful for describing how adversaries establish and use command channels, while CISA guidance can help prioritise the exposures that often enable the initial foothold.

For identity and NHI-heavy environments, covert C2 becomes especially dangerous when compromised service accounts, API keys, or tokens are used to make malicious traffic look like legitimate automation. That can blur the line between user activity, non-human workload traffic, and attacker-driven operations, making ownership and attribution harder. Teams need telemetry that ties process behavior to identity, network path, and trust context so suspicious activity can be isolated quickly. Organisations typically encounter the true impact only after a compromised host begins beaconing from trusted infrastructure, at which point covert command-and-control becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATLAS and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 DE.CM-1 Detecting covert C2 aligns with continuous monitoring of networks and systems.
MITRE ATLAS ATLAS catalogs adversary techniques relevant to hidden control and exfiltration paths.
OWASP Non-Human Identity Top 10 Compromised non-human identities can be abused as covert C2 channels in automation.

Inventory service accounts and tokens so malicious automation cannot hide as normal workload traffic.