Skip to main content
Mallory
MalwareRansomwareUsed by 4 actors

Phobos

Phobos is a ransomware family and ransomware-as-a-service (RaaS) operation active since at least 2018. The content describes it as a long-running, widely observed ransomware strain that has targeted more than 1,000 public and private entities worldwide and extorted more than $39 million in ransom payments. Reporting in the content characterizes Phobos as commonly used in lower-tier or spray-and-pray campaigns and notes that it typically targets smaller organizations, though it has also been associated with attacks affecting healthcare and other essential services.

Phobos is linked in the content to multiple affiliates and related variants. BackMyData is explicitly identified as a variant of the Phobos family and was used in the February 2024 ransomware attack on Romania’s Hipocrate Information System, which disrupted 100 hospitals; Romanian authorities stated there was no evidence of data theft at the time of reporting. The content also states that 8Base has been reported as a variant of Phobos v2.9.1, and that the Space Bears leak site is believed to function as a shared publishing point for activity related to Phobos-linked infrastructure.

Operationally, Phobos is described as a RaaS ecosystem in which administrators sold, operated, and distributed the ransomware to affiliates. Court reporting in the content states that affiliates paid for unique decryption keys after attacks, and that administrator Evgenii Ptitsyn controlled cryptocurrency wallets receiving a portion of affiliate fees and sometimes ransom proceeds. The U.S. Department of Justice charged and later reported a guilty plea from Ptitsyn for administering the sale, distribution, and operation of Phobos during a multi-year campaign.

Tradecraft associated with Phobos operators in the content includes abuse of legitimate administrative tools. Seqrite specifically notes that Process Hacker is a favorite/common tool among Phobos operators and places Phobos among ransomware families that increasingly use trusted, digitally signed utilities to disable antivirus and endpoint protections before encryption.

The content also notes ecosystem and law-enforcement developments around Phobos: cracked builders and leaked source code/builders for PHOBOS were observed on the RAMP cybercrime forum, lowering barriers to entry; some First VPN accounts were linked to Phobos ransomware investigations; and Japanese authorities released free decryptors for Phobos and 8Base. Financial reporting in the content states that Phobos ransom payments tend to cluster at the low end, averaging below roughly $500 to $1,000 in one cited analysis.

High-confidence indicators and related artifacts directly mentioned in the content are primarily tied to Phobos-family variants rather than generic Phobos samples. For BackMyData, these include ransom notes named info.txt and info.hta, persistence via Run registry keys and the Startup folder, deletion of Volume Shadow Copies, firewall disabling, network-share enumeration, partial encryption of large files, and the .backmydata extension. The analyzed BackMyData sample SHA-256 was 396a2f2dd09c936e93d250e8467ac7a9c0a923ea7f9a395e63c375b877a399a6.

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

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

View more details
Velvet Tempest

They can also manifest in even more extreme behavior where RaaS affiliates switch to older “fully owned” ransomware payloads like Phobos...

via microsoft generalmicrosoft.com
Space Bears

Several research teams link the group to the Phobos ransomware as a service program (RaaS), and the Space Bears leak site is believed to function as a shared publishing point for activity related to that infrastructure.

via hackreadhackread.com
Phobos

Polish authorities arrested a 47-year-old man suspected of involvement in cybercrime and linked him to the Phobos ransomware operation... Phobos is an organized cybercrime group operating a ransomware-as-a-service (RaaS) model, providing its malware to affiliates who carry out attacks and share the profits.

via security affairssecurityaffairs.com
8Base

Polish officials arrested a 47-year-old man accused of participating in ransomware attacks as an affiliate for the Phobos ransomware group...

via cyberscoopcyberscoop.com
MITRE ATT&CK

Techniques & procedures

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

T1588.002ToolEvidence1

"...charged with producing, obtaining and sharing computer programs used to illegally obtain information stored on IT systems."

Initial Access

2 techniques
T1133External Remote ServicesEvidence1

“If Phobos actors gain successful RDP authentication [T1133][T1078]…”

T1566.001Spearphishing AttachmentEvidence1

“Alternatively, threat actors send spoofed email attachments [T1566.001]…”

Execution

4 techniques
T1047Windows Management InstrumentationEvidence1
TacticExecution

“They use vssadmin.exe and Windows Management Instrumentation command-line utility (WMIC)… [T1047]…”

T1059.003Windows Command ShellEvidence2
TacticExecution

The ransomware creates a “cmd.exe” process that will execute multiple commands.

T1106Native APIEvidence1
TacticExecution

“…using built-in Windows API functions [T1106] to steal tokens… and create new processes…”

T1204.002Malicious FileEvidence1
TacticExecution

“…spoofed email attachments [T1566.001] that are embedded with hidden payloads [T1204.002] such as SmokeLoader…”

Persistence

2 techniques
T1133External Remote ServicesEvidence1

“If Phobos actors gain successful RDP authentication [T1133][T1078]…”

T1547.001Registry Run Keys / Startup FolderEvidence3

Persistence is achieved by creating an entry under the Run registry key and copying the malware to the Startup folder.

T1134Access Token ManipulationEvidence1

The DuplicateTokenEx API is utilized to create a new access token... The ransomware spawns itself running in the security context of the newly created token.

T1134.001Token Impersonation/TheftEvidence2

The DuplicateTokenEx API is utilized to create a new access token that duplicates the token mentioned above... The ransomware spawns itself running in the security context of the newly created token.

T1547.001Registry Run Keys / Startup FolderEvidence3

Persistence is achieved by creating an entry under the Run registry key and copying the malware to the Startup folder.

T1548Abuse Elevation Control MechanismEvidence1

The malicious process enables the above privilege via a call to AdjustTokenPrivileges... 'SeDebugPrivilege' privilege

Stealth

7 techniques
T1027.002Software PackingEvidence1
TacticStealth

“…prepares a portable executable for deployment… [T1027.002]…”

T1027.009Embedded PayloadsEvidence1
TacticStealth

“Embedded Payloads… Phobos actors embedded the ransomware as a hidden payload by using Smokeloader.”

T1070.004File DeletionEvidence1
TacticStealth

The unencrypted file is overwritten with zeros and deleted afterwards.

T1134Access Token ManipulationEvidence1

The DuplicateTokenEx API is utilized to create a new access token... The ransomware spawns itself running in the security context of the newly created token.

T1134.001Token Impersonation/TheftEvidence2

The DuplicateTokenEx API is utilized to create a new access token that duplicates the token mentioned above... The ransomware spawns itself running in the security context of the newly created token.

T1218.005MshtaEvidence1
TacticStealth

“…Phobos ransom note is displayed… using mshta.exe [T1218.005].”

T1480.002Mutual ExclusionEvidence1
TacticStealth

The ransomware tries to open two mutexes called “Global\\<<BID>><Volume serial number>00000001” and “Global\\<<BID>><Volume serial number>00000000”, and then creates them.

Credential Access

3 techniques
T1003.001LSASS MemoryEvidence1

“Mimikatz… to export… credentials [T1003.001]…”

T1555Credentials from Password StoresEvidence1

“Credentials from Password Stores [T1555]…”

T1555.005Password ManagersEvidence1

“They target… databases for… password management software [T1555.005].”

Discovery

5 techniques
T1057Process DiscoveryEvidence2
TacticDiscovery

The malware takes a snapshot of all processes in the system... The processes are enumerated using the Process32FirstW and Process32NextW APIs.

T1082System Information DiscoveryEvidence2
TacticDiscovery

The malware extracts the major and minor version numbers of the operating system using the GetVersion method.

T1083File and Directory DiscoveryEvidence2
TacticDiscovery

The files are enumerated using the FindFirstFileW and FindNextFileW methods.

T1135Network Share DiscoveryEvidence1
TacticDiscovery

WNetOpenEnumW is used to start an enumeration of all currently connected resources... The enumeration continues by calling the WNetEnumResourceW function.

T1614.001System Language DiscoveryEvidence1
TacticDiscovery

The GetLocaleInfoW function is used to obtain the default locale... The binary verifies whether the 9th bit, which represents Cyrillic alphabets, is cleared.

Lateral Movement

2 techniques
T1021Remote ServicesEvidence1

It tries to connect to every host on the network on port 445 in order to encrypt every available network share.

T1021.002SMB/Windows Admin SharesEvidence1

It tries to connect to every host on the network on port 445 in order to encrypt every available network share.

T1105Ingress Tool TransferEvidence1

“…Windows command shell… [T1059.003][T1105].”

Impact

3 techniques
T1486Data Encrypted for ImpactEvidence12
TacticImpact

Through a variety of evolving techniques, cybercriminals break into a company’s network and then deploy ransomware to lock down every file, computer, and sensitive piece of data within reach. The files cannot be unlocked without a “decryption key,” which the cybercriminals will only offer for a price.

T1489Service StopEvidence1
TacticImpact

Any target process is stopped using the TerminateProcess method.

T1490Inhibit System RecoveryEvidence2
TacticImpact

vssadmin delete shadows /all /quiet – delete all Volume Shadow Copies; wmic shadowcopy delete – delete all Volume Shadow Copies | bcdedit /set {default} bootstatuspolicy ignoreallfailures; bcdedit /set {default} recoveryenabled no; wbadmin delete catalog -quiet

Other

1 technique
T1562Impair DefensesEvidence1

It deletes all Volume Shadow Copies and runs commands to disable the firewall.

INDICATORS OF COMPROMISE

IOCs tracked for this family

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

View more in app
Network
4 tracked

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

Hashes
1 tracked

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

TypeValueLatest sighting
domain●●●●●●●●●●●●View more in app4 days ago
domain●●●●●●●●●●●●View more in app4 days ago
domain●●●●●●●●●●●●View more in app4 days ago
domain●●●●●●●●●●●●View more in app2 months 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 matching5

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

Threat actor attribution4

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 mapping31

Every documented technique, ranked by evidence weight.

Researcher chatter

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