REvil Resurfaces: New Samples Confirm GOLD SOUTHFIELD Access to Source Code and Active Development

Analysis by Secureworks Counter Threat Unit (CTU) of REvil ransomware samples uploaded to VirusTotal following the reactivation of GOLD SOUTHFIELD infrastructure in April 2022 — shuttered since October 2021 — confirms that the developer retains access to REvil's original source code and that the ransomware is under active development. Multiple samples with distinct modifications and the absence of an official new version designation indicate an ongoing development cycle rather than a simple redeployment of prior tooling.

March 2022 Sample: Eight Distinct Modifications

The March 2022 sample carries a compile timestamp of 2022-03-11 and incorporates functionality from the October 2021 v2.08 sample despite reporting a version value of 1.00. CTU identified eight notable changes from prior versions:

April 2022 Sample: Active Development Confirmed by Bug

A second sample with a compile timestamp of April 26, 2022, detected by researcher @JakubKroustek, is functionally near-identical to the March sample but omits the -t string decryption changes. Crucially, a logic inversion bug in the file rename routine — if (!result) instead of if (result) — caused the ransomware to rename files to a random extension without encrypting them: the file was successfully renamed on the first loop iteration but the loop never broke, and the second iteration failed because the source file was already renamed. This bug — a simple conditional inversion by a developer actively modifying the encryption workflow — itself constitutes strong evidence of ongoing, hands-on source code development rather than a static redeployment.

Detection coverage

Read the full analysis on IntelFusions