Skip to main content
Mallory
MalwareUsed by 1 actorExploits 1 CVE

SnipBot

SnipBot is a RomCom-associated backdoor/RAT and the latest documented variant of the RomCom malware family, also referred to in the provided content as NESTPACKER and RomCom 5.0. It has been attributed to the RomCom threat group by Palo Alto Networks Unit 42, and multiple sources in the content describe it as central to RomCom espionage operations. SnipBot enables remote command execution, downloading and running additional payloads or modules, and data exfiltration. Unit 42 reported that its primary payload is a DLL named single.dll, while related components include config-pdf.dll and keyprov.dll. Observed capabilities include drive and directory enumeration, process listing, file upload/download, targeted document collection from user folders, deletion of registry keys, execution of stored DLL payloads, update functionality, and optional SOCKS proxy and SSH tunneling via auxiliary tools such as socks5.exe and plink.exe.

The malware is delivered through multi-stage infection chains. Reported vectors include email messages containing links that redirect to a signed downloader, fake cloud-storage download pages, and spearphishing archives disguised as CVs or job application materials. In 2025, ESET observed RomCom exploiting the WinRAR zero-day CVE-2025-8088 to deliver a SnipBot variant in targeted campaigns against financial, manufacturing, defense, and logistics organizations in Europe and Canada. One described chain used a malicious LNK to launch ApbxHelper.exe, a modified PuTTY CAC binary, which decrypted shellcode assessed as a SnipBot variant and downloaded an additional stage from campanole[.]com/TOfrPOseJKZ. Other reporting describes a modified PuTTY-based loader that only proceeds when specific user activity thresholds are met.

SnipBot uses multiple evasion and stealth techniques. Reported anti-analysis checks include validating the downloader’s original filename, requiring substantial RecentDocs activity (reported thresholds include at least 100 entries in some Unit 42-observed samples and approximately 69/opened-document checks in other SnipBot-related chains), and in newer versions checking Shell Bags subkeys. Unit 42 also reported heavy string encryption, dynamic API resolution, and window message-based control-flow obfuscation. Persistence and execution tradecraft includes COM hijacking and injection into explorer.exe. A malicious DLL named keyprov.dll was reported as registered as a thumbnail cache library under HKCU\SOFTWARE\Classes\CLSID, while encrypted payloads and update state were stored under HKCU\SOFTWARE\AppDataSoft\Software, including values such as trem1 and trem3. The malware also creates a mutex named SnipMutex and, in one component, listens on TCP port 1342 for commands.

The content links SnipBot to hands-on-keyboard post-compromise activity by RomCom operators, including internal network discovery and attempted exfiltration. Unit 42 reported attempted exfiltration to 91.92.250[.]104 and use of renamed legitimate tools including AD Explorer, WinRAR renamed as fsutil.exe, and PuTTY Secure Copy renamed as dsutil.exe. Reported SnipBot-related infrastructure and indicators in the content include xeontime[.]com, drvmcprotect[.]com, linedrv[.]com, drv2ms[.]com, cethernet[.]com, olminx[.]com, ilogicflow[.]com, adobe.cloudcreative[.]digital, and sample names such as Attachment_Medical report.exe, Attachment_CV_June2024.exe, atch_Medical_Report_Scan05202024.exe, and AdobeFontPackCx6416.exe. Overall, the provided content consistently characterizes SnipBot as a sophisticated, modular RomCom backdoor used for persistence, covert reconnaissance, command execution, payload delivery, and exfiltration in targeted espionage-oriented campaigns.

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.

EXPLOITED CVES

Vulnerabilities exploited

1 CVE Mallory has correlated with this family across public research and vendor advisories. Each row links to the full Mallory page for that vulnerability.

1 CVES
CVE-2025-8088WinRAR Windows Path Traversal via NTFS Alternate Data StreamsExploited in the wild

Successful exploitation attempts delivered various backdoors used by the RomCom group, specifically a SnipBot variant, RustyClaw, and the Mythic agent. | ESET researchers have discovered a previously unknown zero-day vulnerability in WinRAR being exploited in the wild by Russia-aligned group RomCom... now assigned CVE-2025-8088: a path traversal vulnerability, made possible with the use of alternate data streams.

via eseteset.com
THREAT ACTORS

Groups observed using it

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

View more details
RomCom

Successful exploitation attempts delivered various backdoors used by the RomCom group, specifically a SnipBot variant, RustyClaw, and the Mythic agent.

via eseteset.com
MITRE ATT&CK

Techniques & procedures

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

Initial Access

2 techniques
T1566.001Spearphishing AttachmentEvidence1

"CVE-2025-8088 was exploited by RomCom in an email spearphishing campaign... A malicious archive, disguised as a job applicant’s curriculum vitae or resume, was attached to the emails"

T1566.002Spearphishing LinkEvidence1

Infection Vector: Delivered via email containing links that redirect to the SnipBot downloader.

Execution

4 techniques
T1059Command and Scripting InterpreterEvidence2
TacticExecution

The backdoor used by the group is capable of executing commands and downloading additional modules to the victim’s machine.

T1059.003Windows Command ShellEvidence1
TacticExecution

"SnipBot... enabling command execution and data exfiltration"

T1203Exploitation for Client ExecutionEvidence3
TacticExecution

ESET researchers have discovered a previously unknown zero-day vulnerability in WinRAR being exploited in the wild by Russia-aligned group RomCom... The vulnerability, CVE-2025-8088, is a path traversal vulnerability... Disguised as an application document, the weaponized archives exploited a path traversal flow to compromise its targets.

T1204.002Malicious FileEvidence1
TacticExecution

"A malicious LNK file Updater.lnk... Another LNK file runs... A third malicious LNK file executes..."

Persistence

3 techniques
T1112Modify RegistryEvidence1

Creates and manages registry keys ( HKCU\SOFTWARE\AppDataSoft\Software ) to store encrypted payloads and keep track of updates.

T1546Event Triggered ExecutionEvidence1

“introduced a… backdoor feature… By exploiting… WinRAR… deployed backdoors (such as SnipBot and RustyClaw), designed for long-term persistence and covert reconnaissance.”

T1546.015Component Object Model HijackingEvidence1

Specifically, it registers the malicious DLL ( keyprov.dll ) as a thumbnail cache library in the registry ( HKCU\SOFTWARE\Classes\CLSID ).

T1055Process InjectionEvidence1

Post-Infection Activity: Downloads additional DLL payloads, injecting them into explorer.exe using COM hijacking.

T1546Event Triggered ExecutionEvidence1

“introduced a… backdoor feature… By exploiting… WinRAR… deployed backdoors (such as SnipBot and RustyClaw), designed for long-term persistence and covert reconnaissance.”

T1546.015Component Object Model HijackingEvidence1

Specifically, it registers the malicious DLL ( keyprov.dll ) as a thumbnail cache library in the registry ( HKCU\SOFTWARE\Classes\CLSID ).

Stealth

6 techniques
T1027Obfuscated Files or InformationEvidence2
TacticStealth

It also employs window message-based control flow obfuscation.

T1027.013Encrypted/Encoded FileEvidence1
TacticStealth

Encrypts strings, including the C2 domain and API function names, to evade detection.

T1055Process InjectionEvidence1

Post-Infection Activity: Downloads additional DLL payloads, injecting them into explorer.exe using COM hijacking.

T1218System Binary Proxy ExecutionEvidence1
TacticStealth

It deploys an initial signed executable downloader, followed by unsigned EXEs or DLLs.

T1497Virtualization/Sandbox EvasionEvidence1

The downloader uses anti-sandbox tricks, including checking the file’s original name and verifying at least 100 entries in the RecentDocs registry key.

T1564.004NTFS File AttributesEvidence2
TacticStealth

The vulnerability, CVE-2025-8088, is a path traversal vulnerability, which is made possible via the use of alternate data streams.

T1112Modify RegistryEvidence1

Creates and manages registry keys ( HKCU\SOFTWARE\AppDataSoft\Software ) to store encrypted payloads and keep track of updates.

Discovery

1 technique
T1497Virtualization/Sandbox EvasionEvidence1

The downloader uses anti-sandbox tricks, including checking the file’s original name and verifying at least 100 entries in the RecentDocs registry key.

T1071Application Layer ProtocolEvidence1

Command & Control: Contacts its C2 domains (e.g., xeontime[.]com ) to download payloads.

T1095Non-Application Layer ProtocolEvidence1

The primary payload, single.dll , listens on port 1342 for commands such as deleting registry keys, executing stored DLL payloads, and initiating further updates.

T1105Ingress Tool TransferEvidence2

The backdoor used by the group is capable of executing commands and downloading additional modules to the victim’s machine.

Exfiltration

1 technique
T1041Exfiltration Over C2 ChannelEvidence1

"SnipBot... enabling command execution and data exfiltration"

INDICATORS OF COMPROMISE

IOCs tracked for this family

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

View more in app
Network
1 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
10 tracked

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

TypeValueLatest sighting
hash.sha256●●●●●●●●●●●●View more in app8 months ago
domain●●●●●●●●●●●●View more in app2 years ago
hash.sha256●●●●●●●●●●●●View more in app2 years ago
hash.sha256●●●●●●●●●●●●View more in app2 years ago
hash.sha256●●●●●●●●●●●●View more in app2 years ago
hash.sha256●●●●●●●●●●●●View more in app2 years ago
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 matching11

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

Threat actor attribution1

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

Exploited vulnerabilities1

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 mapping19

Every documented technique, ranked by evidence weight.

Researcher chatter

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

SnipBot | Mallory