Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
MalwareRansomwareUsed by 3 actorsExploits 4 CVEs

Interlock

Also known asInterlock Ransomware

Interlock is a double-extortion ransomware operation active since at least October 2024. It exfiltrates victim data before encryption, operates a Tor-based leak/negotiation site, and has targeted organizations in North America and Europe, including critical infrastructure. Reported victim sectors include healthcare, education, government/public sector, engineering, architecture, construction, manufacturing, industrial, and other enterprise environments. Public reporting and government advisories tie Interlock to incidents affecting organizations such as DaVita, Kettering Health, Texas Tech University Health Sciences Center, and defense-related entities.

Interlock supports both Windows and FreeBSD/ESXi environments. Reported ransomware variants append the .interlock extension, use AES-256-CBC with RSA-4096 OAEP in one analysis, and drop ransom notes including !README!.txt on ELF/FreeBSD-ESXi systems; separate reporting on a Windows variant describes per-file AES-GCM with RSA-protected session keys and a ransom note named FIRST_READ_ME.txt. The Windows ransomware has been reported to use scheduled-task persistence, clear Windows event logs, stop processes to access locked files, and support command-line options for targeting directories/files and self-deletion.

Interlock campaigns have used multiple initial access and post-exploitation methods. Government and industry reporting state the group heavily relies on ClickFix social engineering for initial access. In 2026, Amazon threat intelligence reported active exploitation of Cisco Secure Firewall Management Center vulnerability CVE-2026-20131, a critical unauthenticated remote code execution flaw, with exploitation observed from 2026-01-26 before Cisco’s public disclosure. After exploitation, Interlock deployed a multi-stage toolkit including PowerShell reconnaissance, custom remote access trojans, proxy infrastructure, and evasion tooling.

Associated tooling includes NodeSnake backdoors implemented in JavaScript, Java, and native PE/C++ variants; these support RC4-encrypted WebSocket C2, shell access, command execution, file transfer, SOCKS5 proxying, self-update, and self-delete. Reporting also links Interlock activity to ScreenConnect/ConnectWise ScreenConnect for persistent remote access, Volatility for memory analysis and credential access, Certify for AD CS abuse, and NtlmThief for NTLM credential theft. A memory-resident Java backdoor/web shell and Bash-based reverse proxy/log-wiping scripts were also recovered from exposed Interlock infrastructure.

High-confidence infrastructure and indicators mentioned in the content include the Tor negotiation URL ebhmkoohccl45qesdbvrjqtyro2hmhkmh6vkyfyjjzfllm3ix72aqaid[.]onion; NodeSnake C2 IPs 172.86.68.64, 23.227.203.123, and 77.42.75.119; ScreenConnect-related domains flowmiceornfidgring[.]cc and partyglacierhip[.]top on port 8041; the .interlock encrypted file extension; ransom note filenames !README!.txt and FIRST_READ_ME.txt; and a scheduled task name TaskSystem. One analysis also noted a weak rand() XOR clock() PRNG in Interlock’s AES key generation that may make key recovery feasible with approximate execution timing.

Interlock has been associated with the financially motivated cluster Hive0163 in IBM X-Force reporting, which linked Hive0163 to NodeSnake, Interlock RAT, JunkFiction loader, and Interlock ransomware. Some reporting also noted similarities in TTPs and encryption binaries between Interlock and Rhysida, though only speculation of a connection was mentioned.

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

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

4 CVES
CVE-2021-34527PrintNightmare

PrintNightmare exploit (Interlock staging)

via cyber security newscybersecuritynews.com
CVE-2026-20131Unauthenticated Root RCE in Cisco Secure Firewall Management Center Web InterfaceExploited in the wild

CVE CVE-2026-20131 Network edge device vulnerability exploited by Interlock for initial access

via cyber security newscybersecuritynews.com
CVE-2023-36036Windows Cloud Files Mini Filter Driver Elevation of PrivilegeExploited in the wild

Local privilege escalation exploit CVE-2023-36036 (JunkFiction-crypted) ... CVE CVE-2023-36036 Local privilege escalation exploit used by Interlock and ModeloRAT operators

via cyber security newscybersecuritynews.com
CVE-2025-61155Arbitrary Process Termination in Tower of Fantasy GameDriverX64.sysExploited in the wild

Interlock ... concealed ... through the custom Hotta Killer evasion tool, which harnesses a zero-day flaw in the legitimate gaming anti-cheat driver GameDriverx64.sys, tracked as CVE-2025-61155, as part of a Bring Your Own Vulnerable Driver attack. ... kernel termination of security software prior to encryption activities.

via scworldscworld.com
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
KongTuke

The Rhysida and Interlock groups, which are known to attack healthcare and other critical infrastructure, have similar TTPs and encryption binaries, leading to some speculation of a connection between the two groups.

via medium s2wblogmedium.com
Interlock

Amazon’s threat intelligence teams have uncovered a new cyber campaign linked to the Interlock ransomware group... The recovered malware and artifacts were attributed to the Interlock ransomware family based on several consistent indicators.

via thecyberexpress com vulnerabilitiesthecyberexpress.com
Hive0163

The e-crime group is primarily associated with a wide range of malicious tools, including NodeSnake, Interlock RAT, JunkFiction loader, and Interlock ransomware.

via the hacker newsthehackernews.com
MITRE ATT&CK

Techniques & procedures

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

Initial Access

2 techniques
T1189Drive-by CompromiseEvidence1

The agencies said they are aware of Interlock encryptors designed for Windows and Linux operating systems and have observed cyber actors obtaining access using an uncommon method of drive-by download from compromised legitimate websites, among other tactics.

T1190Exploit Public-Facing ApplicationEvidence1

Amazon threat intelligence has identified an active Interlock ransomware campaign exploiting CVE-2026-20131, a critical vulnerability in Cisco Secure Firewall Management Center (FMC) Software that could allow an unauthenticated, remote attacker to execute arbitrary Java code as root on an affected device

Execution

3 techniques
T1053.005Scheduled TaskEvidence3

The Java variant adds two features... The UpdateThread creates a self-deleting scheduled task... Like the Java variant, the PE uses self-deleting scheduled tasks... A daily scheduled task runs the ransomware at 20:00 as SYSTEM.

T1059.001PowerShellEvidence2

A PowerShell-based reconnaissance script systematically collects detailed system and network information, including installed software, running services, browser data, and active connections.

T1203Exploitation for Client ExecutionEvidence2

The campaign centers around a flaw affecting Cisco Secure Firewall Management Center (FMC) software... It allows an unauthenticated remote attacker to execute arbitrary Java code with root privileges on affected FMC devices... Interlock had already begun exploiting this flaw as early as January 26, 2026.

Persistence

3 techniques
T1053.005Scheduled TaskEvidence3

The Java variant adds two features... The UpdateThread creates a self-deleting scheduled task... Like the Java variant, the PE uses self-deleting scheduled tasks... A daily scheduled task runs the ransomware at 20:00 as SYSTEM.

T1505.003Web ShellEvidence1

One of the more advanced components observed in the campaign is a memory-resident webshell. Delivered as a Java class, it operates entirely in memory, avoiding disk-based detection.

T1543.003Windows ServiceEvidence1

XMRIG Driver Loaded ... T1543.003 ... Windows Suspicious Driver Loaded Path

Privilege Escalation

4 techniques
T1053.005Scheduled TaskEvidence3

The Java variant adds two features... The UpdateThread creates a self-deleting scheduled task... Like the Java variant, the PE uses self-deleting scheduled tasks... A daily scheduled task runs the ransomware at 20:00 as SYSTEM.

T1068Exploitation for Privilege EscalationEvidence1

“Interlock ransomware deploys “Hotta Killer” exploiting ... driver zero-day (CVE-2025-61155) to disable EDR/AV...”

T1543.003Windows ServiceEvidence1

XMRIG Driver Loaded ... T1543.003 ... Windows Suspicious Driver Loaded Path

T1548Abuse Elevation Control MechanismEvidence1

Other tools found in the attack environment include Volatility... and Certify... These tools enable credential access, privilege escalation, and persistent footholds within compromised environments.

Stealth

4 techniques
T1070.001Clear Windows Event LogsEvidence1

The Windows variant imports wevtapi.dll and calls EvtClearLog to wipe Windows event logs. This is the only variant in the toolkit that clears event logs.

T1070.004File DeletionEvidence3

DELETE 0x0c fs.rmSync(__filename)... If the counter passes 40, the implant deletes itself... self-deleting scheduled task... --delete (self-delete after encryption)

T1218.011Rundll32Evidence2

DLL execution : loads payloads via rundll32.exe ... rundll32.exe %s,run %s

T1620Reflective Code LoadingEvidence1

Delivered as a Java class, it operates entirely in memory, avoiding disk-based detection. It intercepts HTTP requests and executes encrypted payloads dynamically within the Java Virtual Machine.

Credential Access

1 technique
T1558.004AS-REP RoastingEvidence1

Disabled Kerberos Pre-Authentication Discovery With PowerView ... T1558.004

Discovery

3 techniques
T1046Network Service DiscoveryEvidence1

A PowerShell-based reconnaissance script systematically collects detailed system and network information... and active connections.

T1082System Information DiscoveryEvidence1

A PowerShell-based reconnaissance script systematically collects detailed system and network information, including installed software, running services, browser data, and active connections.

T1087.002Domain AccountEvidence1

MITRE ATT&CK Techniques ID Technique Tactic T1087.002 Domain Account Discovery

Collection

2 techniques
T1039Data from Network Shared DriveEvidence1

The script organizes this data into per-host directories on a centralized network share, compressing it into ZIP archives for exfiltration.

T1560Archive Collected DataEvidence1

The script organizes this data into per-host directories on a centralized network share, compressing it into ZIP archives for exfiltration.

Command and Control

5 techniques
T1071.001Web ProtocolsEvidence1

One variant, written in JavaScript... establish[es] encrypted communication with command-and-control servers via WebSockets.

T1090.003Multi-hop ProxyEvidence1

Interlock employs a Bash script that converts compromised Linux servers into HTTP reverse proxies. These proxies forward traffic to attacker-controlled systems while erasing logs every five minutes.

T1105Ingress Tool TransferEvidence2

This triggered the next phase of the attack, where Interlock issued commands to download and execute a malicious Linux binary.

T1219Remote Access ToolsEvidence2

The group deployed ConnectWise ScreenConnect, a commercial remote desktop tool, to maintain access while avoiding detection.

T1573Encrypted ChannelEvidence1

Messages are encrypted using RC4 with unique keys for each transmission.

Exfiltration

2 techniques
T1041Exfiltration Over C2 ChannelEvidence1

“…remain on a compromised server for more than a week and steal data… ‘extortion through large-scale data exfiltration and ransomware.’”

T1537Transfer Data to Cloud AccountEvidence1

Attackers who infiltrated the District's systems on June 3 were able to pilfer data, including current and former names, birthdates, Social Security numbers, state-issued ID details, and financial account information.

Impact

3 techniques
T1485Data DestructionEvidence1

Such activity is significant as it often indicates ransomware behavior, where files are encrypted and the originals are deleted.

T1486Data Encrypted for ImpactEvidence11

South Carolina's Lexington-Richland School District Five had information from 31,475 individuals compromised following a June data breach claimed by the Interlock ransomware gang.

T1657Financial TheftEvidence1

InterLock is a double-extortion ransomware operation... The group exfiltrates data before encrypting, runs a Tor-based leak site...

Other

1 technique
T1562.001Disable or Modify ToolsEvidence1

“...to disable EDR/AV before encrypting...”

INDICATORS OF COMPROMISE

IOCs tracked for this family

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

View more in app
Network
32 tracked

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

Hashes
28 tracked

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

Other
2 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
ip.v4●●●●●●●●●●●●View more in app11 days ago
domain●●●●●●●●●●●●View more in app11 days ago
hash.sha256●●●●●●●●●●●●View more in app11 days ago
hash.sha256●●●●●●●●●●●●View more in app11 days ago
hash.sha256●●●●●●●●●●●●View more in app11 days ago
hash.sha256●●●●●●●●●●●●View more in app11 days ago
ACTIVITY FEED

Recent activity

49 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 matching62

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 vulnerabilities4

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 mapping30

Every documented technique, ranked by evidence weight.

Researcher chatter

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