Four unrelated disclosures this week put the command-and-control rendezvous on infrastructure that resolves correctly and cannot be reputation-blocked — a public blockchain contract, the Google Sheets API, GitHub Gists, an HTTP cache header, and two thousand hijacked WordPress sites
A prior weekly carried a measurement of malware command-and-control that never asks DNS a question — traffic straight to an IP address, invisible to protective DNS, response-policy zones and sinkholing. Four disclosures this week describe the opposite arrangement and it is the harder one: the name resolves, correctly, to a service with a valid certificate and an unimpeachable reputation, because the operator has stored the actual rendezvous address inside something the estate already permits.
Red Canary's monthly round-up, published on July telemetry, is the clearest statement that this is no longer specialist tradecraft. Three of the four new entrants to its most-prevalent list resolve their command-and-control address from a dead drop rather than from a hardcoded domain or IP, and two of those read it off a public blockchain smart contract; the technique dates to first reporting in 2023, and what the round-up records is its arrival in commodity tooling, counted across three of its top ten this month (Red Canary, 2026-08-20). The mechanics decide what a defender can do about it. A macOS remote-access tool and stealer queries public Polygon RPC endpoints for a contract's stored value, decodes the response to extract a URL, and keeps messaging-platform and gaming-platform profiles as redundant dead-drop channels; a Node.js remote-access trojan polls public Ethereum RPC endpoints for a URL held at a predefined contract address; a third resolves its dead drop through a gaming-community domain or adversary-controlled hosts. Red Canary's own summary of why it matters operationally: "The technique makes traditional C2 blocking challenging, since the URL can be updated dynamically by adversaries" — the operator rewrites one contract value and every installation picks up the change with no redistribution.
The same architecture appears three more times this week on carriers that are not blockchains, which is what makes it an architectural pattern rather than a cryptocurrency story. Acronis's Threat Research Unit documents an espionage cluster running one implant's entire command-and-control through the Google Sheets API v4 using a hardcoded cloud service account and a per-victim spreadsheet tab, and a second implant doing the same job through GitHub Gists (Acronis Threat Research Unit, 2026-08-13). Bitdefender's SilkParasite disclosure records one family routing operator commands through a shared Google Drive folder and fetching in-memory plugins from it, and another using HTTP cookie and ETag header values as its command channel — a carrier that survives even a proxy inspecting request and response bodies, because the payload is in the caching metadata (Bitdefender Labs, 2026-08-19). And Check Point Research describes a criminal toolkit that dispenses with dedicated infrastructure altogether, hosting its payloads, command-and-control and stolen data on roughly 2,000 compromised WordPress sites, with persistence on each one as a must-use plugin in a directory WordPress auto-loads on every request and does not show in the plugin list (Check Point Research, 2026-08-18).
Four different carriers, one property: in each case the destination a network control can see is legitimate, and the address that matters is data held inside it, writable by the operator at will.
The technique makes traditional C2 blocking challenging, since the URL can be updated dynamically by adversaries
ATT&CK mapping
5 techniques mapped from the cited reporting · MITRE ATT&CK v19.2
Resource Development TA0042
T1583.006Acquire Infrastructure: Web Services
Adversaries may register for web services that can be used during targeting. A variety of popular websites exist for adversaries to register for a web-based service that can be abused during later stages of the adversary lifecycle, such as during Command and Control (Web Service), Exfiltration Over Web Service, or Phishing. Using common services, such as those offered by Google, GitHub, or Twitter, makes it easier for adversaries to hide in expected noise. By utilizing a web service, adversaries can make it difficult to physically tie back operations to them.
T1584.006Compromise Infrastructure: Web Services
Adversaries may compromise access to third-party web services that can be used during targeting. A variety of popular websites exist for legitimate users to register for web-based services, such as GitHub, Twitter, Dropbox, Google, SendGrid, etc. Adversaries may try to take ownership of a legitimate user's access to a web service and use that web service as infrastructure in support of cyber operations. Such web services can be abused during later stages of the adversary lifecycle, such as during Command and Control (Web Service), Exfiltration Over Web Service, or Phishing. Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise. By utilizing a web service, particularly when access is stolen from legitimate users, adversaries can make it difficult to physically tie back operations to them. Additionally, leveraging compromised web-based email services may allow adversaries to leverage the trust associated with legitimate domains.
Command and Control TA0011
T1071.001Application Layer Protocol: Web Protocols
Adversaries may communicate using application layer protocols associated with web traffic to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.
T1102.001Web Service: Dead Drop Resolver
Adversaries may use an existing, legitimate external Web service to host information that points to additional command and control (C2) infrastructure. Adversaries may post content, known as a dead drop resolver, on Web services with embedded (and often obfuscated/encoded) domains or IP addresses. Once infected, victims will reach out to and be redirected by these resolvers.
T1102.002Web Service: Bidirectional Communication
Adversaries may use an existing, legitimate external Web service as a means for sending commands to and receiving output from a compromised system over the Web service channel. Compromised systems may leverage popular websites and social media to host command and control (C2) instructions. Those infected systems can then send the output from those commands back over that Web service channel. The return traffic may occur in a variety of ways, depending on the Web service being utilized. For example, the return traffic may take the form of the compromised system posting a comment on a forum, issuing a pull request to development project, updating a document hosted on a Web service, or by sending a Tweet.
Sources
AI-generated · no human review · this permalink is the shareable record for the finding · verify operationally critical claims against the linked primary source.