Operation STANDOFF Abuses GitHub Redirects for C2 and Malware Distribution
A Russian-speaking cybercrime campaign known as Operation STANDOFF is employing a sophisticated technique of using GitHub redirects to disguise command-and-control traffic and distribute multiple malware families.

Operation STANDOFF, a Russian-speaking cybercrime campaign, has emerged as a significant threat, capable of transforming a single infection into a widespread compromise. This operation employs a pay-per-install model that bundles numerous malware families, including RedLine, Raccoon Stealer, Amadey, SmokeLoader, Socelars, Glupteba, and the XMRig cryptocurrency miner. The campaign's multi-faceted approach aims to steal credentials, mine cryptocurrency, and establish persistent access for direct network intrusion into corporate environments. Researchers at VMRay identified this activity by linking seemingly unrelated behaviors, such as dropped files, unusual network requests, and shared server infrastructure, revealing a complex ecosystem designed for mass malware delivery, proxy botnet operations, targeted intrusion, and potentially AI-assisted influence operations.
The most distinctive tactic employed by Operation STANDOFF involves its command-and-control (C2) infrastructure. The campaign utilizes servers that respond to unsolicited requests with an HTTP 301 redirect to GitHub. This technique is designed to make suspicious host activity appear as legitimate traffic associated with a trusted service, thereby helping the C2 infrastructure blend into normal network patterns during initial scans. It is important to note that GitHub itself is not compromised or involved in the campaign; its domain is merely used as a deceptive redirect destination. This method contrasts with the STANDOFF COORD operator console host, which performs a standard HTTP-to-HTTPS redirect.
The initial loader component of the malware is designed to be stealthy and persistent. Upon execution, it drops dozens of executables into a user-writable staging folder and uses hidden commands to launch them. The malware also attempts to disable Microsoft Defender, checks for the presence of security tools and virtual machines, and establishes persistence through various mechanisms, including registry entries, scheduled tasks, services, and startup items. These actions are crucial for ensuring the malware remains active long enough to exfiltrate data and maintain control over infected machines.
The payload delivered by Operation STANDOFF is extensive, with one component focused on collecting sensitive user data such as browser credentials, wallet information, and screenshots. Other components are dedicated to establishing botnet control or engaging in cryptocurrency mining. The proxy function is particularly concerning, as it can turn infected victims into unwitting traffic relays, a risk amplified by the presence of RedLine, a stealer known for its ability to capture sensitive user data and facilitate follow-on attacks.
The STANDOFF COORD console provides insight into the campaign's potential for targeted intrusions. This console tracks systems across internal, external, and DMZ network segments, stores credentials and Kerberos tickets, and includes features for shared notes, tasks, and scoring. This suggests that the threat actors may coordinate human operators to conduct sophisticated attacks against enterprise environments, leveraging the stolen data and compromised infrastructure.
To mitigate the risks posed by Operation STANDOFF, organizations are advised to block the identified indicators of compromise (IoCs), including malicious IP addresses and domains. It is also crucial to investigate suspicious outbound requests, protect privileged accounts, and implement security best practices to reduce credential theft and lateral movement risks. Security teams should remain vigilant for unsigned executables launched from unusual locations, unexpected changes to Defender configurations, suspicious scheduled tasks, and malformed WinHTTP user-agent values.
Defenders should treat redirects to trusted domains, such as GitHub, as a potential indicator of malicious activity and validate the server, certificate, network ownership, requested resource, and initiating process before deeming the activity benign. Prompt isolation of affected hosts is critical to prevent a single infection from escalating into a broader network incident. The campaign's layered approach and use of deceptive infrastructure highlight the evolving tactics of cybercriminal operations.