TL;DR

Sample: ANY.RUN
PhantomProxyLite is a component of the Head Mare group's toolkit designed to establish a reverse SSH tunnel from a compromised system to the command-and-control servers. The new implementation is written entirely in PowerShell and uses native Windows tools to create the tunnel and maintain persistence. The malware dynamically generates the SSH configuration, saves the parameters (port and settings) in the registry, and then launches ssh.exe, providing covert bidirectional access.
How it was detected
The malware was identified by the local artifact: the log file C:\Windows\Temp\SSHService.log.
Malware features
Analytical notes
| Detected | External sources | ANY.RUN Last Submission | Sandbox Evasion |
|---|---|---|---|
| 2026-02-20 | News | 2026-03-03 | 3 |
The following TI Lookup query can be used to find recent public sandbox analyses.
TI Lookup:
filePath:"C:\\Windows\\Temp\\SSHService.log"
IOCs:
2bb6c2a602ef3d610af41484900ec7f758704e0812b266c5d3afb20ff31cedab C:\Windows\Temp\SSHService.logMITRE:
| Technique ID | Technique Name | Evidence |
|---|---|---|
| T1572 | Protocol Tunneling | Establishes SSH tunnel for C2 communication via ssh.exe. |
| T1204.002 | User Execution: Malicious File | Initial PowerShell script execution triggers setup. |
| T1562.001 | Impair Defenses: Disable or Modify Tools | Uses PowerShell to disable/alter detection and use native tools. |
| T1053.005 | Scheduled Task/Job: Scheduled Task | Creates scheduled task to run PowerShell on startup as SYSTEM. |
| T1112 | Modify Registry | Stores SSH configuration/port under HKLM\SOFTWARE\SSHService. |
| T1105 | Ingress Tool Transfer | Downloads/uses ssh.exe and config files for proxy/tunnel setup. |
| T1071.002 | Application Layer Protocol: SSH | Uses SSH protocol for bidirectional C2 communication. |

Sample: ANY.RUN
Rutsstager is a stager that delivers various types of payloads, including Orcus RAT. The DLL content is stored in the registry in hexadecimal representation, allowing transition to the main payload without writing additional files to disk.
How it was detected
Detected by monitoring anomalous activity related to file and registry behavior.
Malware features
Analytical notes
| Detected | External sources | ANY.RUN Last Submission | Sandbox Evasion |
|---|---|---|---|
| 2026-02-26 | - | 2026-02-26 | 0 |
TI Lookup:
registryName:"^rutsdll32$"
IOCs:
57ce6187be65c1c692a309c08457290ae74a0047304de6805dbb4feb89c0d7e5 6a581c3b6fe7847bb327f5d76e05653a1504e51023454c41835e5dc48bc13ba4 7d157366d74312965912a35cbba4187532cfeb3b803119a3a04c9ba0ba7d4ab0 07f56ac8b5bd7cdb4c33ea5e9cd42bc7f9d3cd5504aabbb476ef010a142d7e29 a6f72590792b3f26271736e5a7ba80102292546bb118cf84ff29df99341abfbeMITRE:
| Technique ID | Technique Name | Evidence |
|---|---|---|
| T1053.005 | Scheduled Task/Job: Scheduled Task | The process executes via Task Scheduler |
| T1059.001 | Command and Scripting Interpreter: PowerShell | Starts POWERSHELL.EXE for commands execution |
| T1569.002 | System Services: Service Execution | Executes as Windows Service |
| T1497.003 | Virtualization/Sandbox Evasion: Time Based Checks | Performs time-based checks by reading system date to detect analysis environments |

Sample: ANY.RUN
Steaelite RAT is a multifunctional malware that combines data theft, ransomware, and DDoS attack capabilities within a single tool. It is distributed via phishing and vulnerability exploits and offers attackers a full-featured control panel.
How it was detected
By the creation or modification of files matching the pattern DESKTOP-*_cookies.zip.
Malware features
Analytical notes
| Detected | External sources | ANY.RUN Last Submission | Sandbox Evasion |
|---|---|---|---|
| 2026-02-26 | News | 2026-03-03 | 2 |
TI Lookup:
filePath:"C:\\Users\\admin\\Desktop\\download\\DESKTOP-*_cookies.zip"
IOCs:
b2a8d97da2a653de75d3d1be583910233a81a3794364e19ee4bc352b06b48f36 1e81ea2a059f.ngrok-free.appMITRE:
| Technique ID | Technique Name | Evidence |
|---|---|---|
| T1071.001 | Application Layer Protocol: Web Protocols | Use of HTTP/HTTPS for data exchange with the C2 server. |
| T1041 | Exfiltration Over Command and Control Channel | Transfer of stolen files through the C2 channel. |
| T1074.001 | Data Staged: Local Data Staging | Preparation and packaging of data before exfiltration. |
| T1547.001 | Boot or Logon Autostart Execution: Registry Run Keys | Registration in autostart via registry keys. |
| T1059.001 | Command and Scripting Interpreter: PowerShell | Use of PowerShell to execute commands and communicate with C2. |
| T1105 | Ingress Tool Transfer | Downloading additional malicious files from the C2 server. |
| T1083 | File and Directory Discovery | Exploring the file system to find data. |

Sample: ANY.RUN
Nopname is ransomware that encrypts user files on Windows systems, appending the .rams0n extension and leaving a README.txt ransom note. It uses a hybrid AES + RSA cryptosystem.
How it was detected
By the presence of files with the .rams0n extension.
Key facts:
Analytical notes
| Detected | External sources | ANY.RUN Last Submission | Sandbox Evasion |
|---|---|---|---|
| 2026-02-27 | News | 2026-03-04 | 37 |
TI Lookup:
filePath:".rams0n$"
IOCs:
.rams0n 9dd027e5f02fb22c77217b8242009d6ed91a4b940a4cb08ef2d7532222961809 aad9be3a5362b6916d55e47364b8f6a1e1a9804782f298ecc2883971d585dc77 e78e452f35300128df9cc781c68b7e2b60468b431d89ed397bf70be116e60b45MITRE:
| Technique ID | Technique Name | Evidence |
|---|---|---|
| T1486 | Data Encrypted for Impact | Mass file encryption with the addition of the .rams0n extension. |
| T1027 | Obfuscated Files or Information | Use of obfuscation. |
Fileless payload storage: Rutsstager places the entire next-stage DLL into a registry value in hexadecimal form, while PhantomProxyLite has switched to a fully PowerShell implementation.
Integration of legitimate Windows mechanisms: threats actively exploit Windows Scheduler for autostart. Particularly noteworthy is payload storage in the registry by Rutsstager and dynamic tunnel generation by PhantomProxyLite.
Combination of stealth and clear artifacts: the threats include many techniques for remaining unnoticed, but still leave obvious artifacts that allow threat attribution.