Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
MalwareRansomwareUsed by 3 actors

SNATCH

Snatch is a Windows ransomware family and ransomware-as-a-service (RaaS) operation active since at least 2018. It is notable for rebooting infected systems into Safe Mode before encrypting files, a technique intended to evade endpoint security products that may not run in Safe Mode. Sophos reported the malware is written in Go, packed with UPX, supports Windows 7 through Windows 10 in both 32-bit and 64-bit variants, and installs itself as a Windows service named "SuperBackupMan" with the description "This service make backup copy every day." It creates the SafeBoot registry key HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\SuperBackupMan with value Default:Service, uses bcdedit.exe to force a Safe Mode reboot, then after reboot uses net.exe to stop its service and vssadmin.exe to delete Volume Shadow Copies before encrypting local files. Encrypted files receive a pseudorandom five-character alphanumeric extension, and ransom notes were observed with names such as README_ABCDE_FILES.txt or DECRYPT_ABCDE_DATA.txt. Earlier ransom notes used the email address imBoristheBlade@protonmail.com.

Snatch operators have used double extortion, stealing data and threatening to publish it in addition to encrypting systems. Reporting describes Snatch as one of the earlier ransomware operations to combine data theft with publication threats, and FBI/CISA issued a joint advisory on the Snatch RaaS operation, its TTPs, mitigations, and IOCs. The operators refer to themselves as "Snatch Team," and Sophos linked recruitment activity on Russian-language criminal forums to a user named BulletToothTony, who sought affiliates with access via RDP, VNC, TeamViewer, web shells, and SQL injection.

Observed intrusions were associated primarily with brute-forced internet-exposed RDP access, followed by days or weeks of reconnaissance, credential theft, lateral movement, surveillance, and data exfiltration before ransomware deployment. In one investigated case, attackers brute-forced an administrator account on a Microsoft Azure server, pivoted to a domain controller, and deployed surveillance tooling to about 200 machines. Tools observed in Snatch-related activity included Cobalt Strike, PsExec, Advanced Port Scanner, Process Hacker, IObit Uninstaller, PowerTool, and a suspected custom exfiltration tool named Update_Collector.exe. Sophos also reported collection of WMIC system and user data, process lists, authorized user lists, and LSASS memory contents.

Snatch has also been observed as a secondary payload delivered by TA505 campaigns via the Get2 downloader in 2019. Separate reporting states malware families observed using Namecoin .bit domains for C2 infrastructure include SNATCH. Victimology in the provided content spans multiple sectors and countries, with related opportunistic attacks reported in the United States, Canada, and several European countries. Coveware reported negotiating with Snatch operators 12 times between July and October in one period, with ransom demands ranging from $2,000 to $35,000 in Bitcoin. The content also notes Snatch among ransomware variants associated with re-extortion behavior and references underground discussion by a Snatch RaaS operator following the LockBit disruption.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

THREAT ACTORS

Groups observed using it

3 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
TA505

Get2 was, in turn, observed downloading FlawedGrace, FlawedAmmyy, Snatch, and SDBbot (a new RAT) as secondary payloads.

via proofpoint threat insight blogproofpoint.com
Snatch Team

The ransomware, which calls itself Snatch, sets itself up as a service that will run during a Safe Mode boot. It quickly reboots the computer into Safe Mode, and in the rarefied Safe Mode environment, where most software (including security software) doesn’t run, Snatch encrypts the victims’ hard drives.

via sophos threat researchsophos.com
Snatch ransomware group

この状態でランサムウェアを実行するのを仕組化して悪用したのがSnatch。

via sdsgsdsg.moe
MITRE ATT&CK

Techniques & procedures

26 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

2 techniques
T1078Valid AccountsEvidence1

Using the Azure server as a foothold, the attackers leveraged that administrator’s account to log into a domain controller (DC) machine on the same network, and then performed surveillance tasks on the target’s network over the course of several weeks.

T1190Exploit Public-Facing ApplicationEvidence1

Looking for affiliate partners with access to RDP\VNC\TeamViewer\WebShell\SQL inj [SQL injection] in corporate networks...

Execution

1 technique
T1059.003Windows Command ShellEvidence1

...outputs it to a file in the temp directory, then runs a batch file (also located in the temp directory) that uploads the tasklist file to the C2 server.

Persistence

5 techniques
T1078Valid AccountsEvidence1

Using the Azure server as a foothold, the attackers leveraged that administrator’s account to log into a domain controller (DC) machine on the same network, and then performed surveillance tasks on the target’s network over the course of several weeks.

T1112Modify RegistryEvidence1

Snatch runs itself in an elevated permissions mode, sets registry keys that instructs Windows to run it following a Safe Mode reboot...

T1505.003Web ShellEvidence1

Looking for affiliate partners with access to RDP\VNC\TeamViewer\WebShell\SQL inj [SQL injection] in corporate networks...

T1542.003BootkitEvidence1

Using the BCDEDIT tool on Windows, it issues a command that sets up windows operating system to boot in Safe Mode... bcdedit.exe /set {current} safeboot minimal

T1543.003Windows ServiceEvidence1

The ransomware installs itself as a Windows service called SuperBackupMan.

Privilege Escalation

2 techniques
T1078Valid AccountsEvidence1

Using the Azure server as a foothold, the attackers leveraged that administrator’s account to log into a domain controller (DC) machine on the same network, and then performed surveillance tasks on the target’s network over the course of several weeks.

T1543.003Windows ServiceEvidence1

The ransomware installs itself as a Windows service called SuperBackupMan.

Stealth

3 techniques
T1027.002Software PackingEvidence1

The samples we’ve seen are also packed with the open source packer UPX to obfuscate their contents.

T1078Valid AccountsEvidence1

Using the Azure server as a foothold, the attackers leveraged that administrator’s account to log into a domain controller (DC) machine on the same network, and then performed surveillance tasks on the target’s network over the course of several weeks.

T1542.003BootkitEvidence1

Using the BCDEDIT tool on Windows, it issues a command that sets up windows operating system to boot in Safe Mode... bcdedit.exe /set {current} safeboot minimal

Defense Impairment

1 technique
T1112Modify RegistryEvidence1

Snatch runs itself in an elevated permissions mode, sets registry keys that instructs Windows to run it following a Safe Mode reboot...

Credential Access

3 techniques
T1003OS Credential DumpingEvidence1

We also observed them dump WMIC system & user data, process lists, and even the memory contents of the Windows LSASS service, to a file…

T1003.001LSASS MemoryEvidence1

Snatch dumps lsass from memory then uploads the dump …then upload them to their C2 server.

T1110Brute ForceEvidence1

The attackers initially accessed the company’s internal network by brute-forcing the password to an administrator’s account on a Microsoft Azure server, and were able to log in to the server using Remote Desktop (RDP).

Discovery

4 techniques
T1033System Owner/User DiscoveryEvidence1

The attackers query the list of users authorized to log in on the box, and write the results to a file.

T1046Network Service DiscoveryEvidence1

The attackers also installed a free Windows utility called Advanced Port Scanner and used that tool to discover additional machines on the network they could target.

T1057Process DiscoveryEvidence1

These services have long randomized filenames, such as this one, which queries the list of running processes from the tasklist program, outputs it to a file in the temp directory, then runs a batch file...

T1082System Information DiscoveryEvidence1

We also observed them dump WMIC system & user data, process lists, and even the memory contents of the Windows LSASS service, to a file…

Lateral Movement

4 techniques
T1021Remote ServicesEvidence1

The attackers initially accessed the company’s internal network by brute-forcing the password to an administrator’s account on a Microsoft Azure server, and were able to log in to the server using Remote Desktop (RDP).

T1021.001Remote Desktop ProtocolEvidence1

The attackers initially accessed the company’s internal network by brute-forcing the password to an administrator’s account on a Microsoft Azure server, and were able to log in to the server using Remote Desktop (RDP).

T1021.002SMB/Windows Admin SharesEvidence1

...the system is manipulated into downloading the ransomware file to disk, then executes it using PSEXEC

T1570Lateral Tool TransferEvidence1

At some point during the attack... the attacker downloads the ransomware component to the targeted machine(s)... then executes it using PSEXEC

Command and Control

1 technique
T1105Ingress Tool TransferEvidence1

In this campaign, Proofpoint researchers observed the execution of Get2, which downloaded SDBbot for the first time.

Exfiltration

1 technique
T1041Exfiltration Over C2 ChannelEvidence1

In fact, it uses this same method to upload a lot of information to the C2 server.

Impact

4 techniques
T1486Data Encrypted for ImpactEvidence1

The ransomware then begins encrypting documents on the infected machine’s local hard drive.

T1489Service StopEvidence1

When the computer comes back up after the reboot, this time in Safe Mode, the malware uses the Windows component net.exe to halt the SuperBackupMan service... net stop SuperBackupMan

T1490Inhibit System RecoveryEvidence1

...then uses the Windows component vssadmin.exe to delete all the Volume Shadow Copies on the system, which prevents forensic recovery of the files encrypted by the ransomware. vssadmin delete shadows /all /quiet

T1529System Shutdown/RebootEvidence1

Using the BCDEDIT tool on Windows, it issues a command that sets up windows operating system to boot in Safe Mode, and then immediately forces a reboot of the infected computer. bcdedit.exe /set {current} safeboot minimal shutdown /r /f /t 00

Other

1 technique
T1562Impair DefensesEvidence1

The attackers typically use them to try to disable AV products.

INDICATORS OF COMPROMISE

IOCs tracked for this family

2 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Hashes
1 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

Other
1 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
email●●●●●●●●●●●●View more in app6 months ago
hash.sha256●●●●●●●●●●●●View more in app7 years ago
ACTIVITY FEED

Recent activity

9 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching2

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution3

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping26

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.