Skip to main content
Mallory
MalwareRansomwareUsed by 1 actor

STRRAT

STRRAT is a Java-based remote access trojan (RAT), also known as Strigoi Master, with observed versioning including "STRRAT 1.2." It is primarily Windows-focused despite being implemented in Java. Reported delivery includes spam and phishing campaigns using malicious JAR attachments, as well as malicious Java-based downloaders. One described chain starts from a spam email carrying a JAR attachment (for example, "NEW ORDER.jar"), which drops and executes VBScript via wscript.exe. The VBScript can use PowerShell to decode and run additional content, write the final payload as %APPDATA%\ntfsmgr.jar, establish persistence through a Windows Run key named "ntfsmgr," and download/install a Java Runtime Environment if needed. Other reporting notes phishing campaigns hosting malware on public services such as AWS and GitHub, and repeated malspam activity themed around business subjects such as Offers and Requests, including campaigns targeting Italy. Telemetry in one analysis referenced infection attempts against German customers.

Capabilities directly described for STRRAT include credential theft from Firefox, Internet Explorer, Chrome, Foxmail, Outlook, and Thunderbird; keylogging with both immediate exfiltration and offline modes; remote command execution; PowerShell execution; file management; process listing; remote screen control; and reverse proxying. The payload uses the package name strpayload, is obfuscated with Allatori, and stores strings/configuration in AES-encrypted form; one analysis states the configuration is AES-encrypted with the password "strgoi." The malware also downloads dependencies from a hardcoded URL, including a referenced dependency bundle at hxxp://jbfrost.live/strigoi/lib.zip, and references a system-hook library consistent with global keyboard and mouse monitoring.

STRRAT also includes functionality to download and install RDPWrap / Hidden RDP components to enable or abuse Remote Desktop on infected Windows hosts. Reported related artifacts include a download URL hxxp://wshsoft.company/multrdp(.)jpg and a command "hrdp-new" that installs HRDPInst.exe. A ransomware-like module is present with commands such as rw-encrypt, rw-decrypt, and show-msg, but the described behavior does not perform real cryptographic encryption; instead, it renames files by appending the .crimson extension and can later remove that extension. The malware can also display an arbitrary ransom note via notepad.exe.

STRRAT has been associated with the threat actor Bloody Wolf, also tracked as Stan Ghouls, whose historical toolset included STRRAT before later campaigns shifted toward abuse of the legitimate NetSupport remote administration tool. Bloody Wolf has used spear-phishing against organizations in Kazakhstan, Russia, Kyrgyzstan, and Uzbekistan, including government, finance, manufacturing, and IT-related targets, and reporting explicitly notes prior use of STRRAT in those operations. Known indicators and artifacts directly mentioned in the content include the dropped files bqhoonmpho.vbs, %APPDATA%\edeKbMYRtr.vbs, and %APPDATA%\ntfsmgr.jar; the Run key name "ntfsmgr"; the package name strpayload; the dependency name system-hook-3.5.jar; the .crimson file extension; and infrastructure URLs hxxp://jbfrost.live/strigoi/lib.zip and hxxp://wshsoft.company/multrdp(.)jpg.

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

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

View more details
Bloody Wolf

Historically, the group’s weapon of choice was the remote access Trojan (RAT) STRRAT, also known as Strigoi Master.

via securelistsecurelist.com
MITRE ATT&CK

Techniques & procedures

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

Initial Access

1 technique
T1566.001Spearphishing AttachmentEvidence4

“Stan Ghouls relies on phishing emails packed with malicious PDF attachments as their initial entry point… their primary – and currently only – delivery method is spear phishing… emails loaded with malicious PDF attachments.”

Execution

4 techniques
T1059.001PowerShellEvidence1
TacticExecution

“...uses PowerShell to replace characters... The resulting base64 string is subsequently decoded and executed by PowerShell.”

T1059.003Windows Command ShellEvidence1
TacticExecution

“remote-cmd Executes commands with cmd.exe... Every other file is executed with cmd.exe /c.”

T1059.005Visual BasicEvidence1
TacticExecution

“...saves the script as bqhoonmpho.vbs [3] to the home directory of the user and executes it using wscript.exe.”

T1204User ExecutionEvidence1
TacticExecution

"The top-ranking samples this week are SCRIPT files accounting for 36,11%. MSIL files follow... WIN32 executable files..."

Persistence

2 techniques
T1112Modify RegistryEvidence1

“...download a Java Runtime Environment ... and add it to the registry... add a RUN key named ntfsmgr to the registry that will autorun the dropped Jar [4].”

T1547.001Registry Run Keys / Startup FolderEvidence1

“...add a RUN key named ntfsmgr to the registry that will autorun the dropped Jar [4].”

T1547.001Registry Run Keys / Startup FolderEvidence1

“...add a RUN key named ntfsmgr to the registry that will autorun the dropped Jar [4].”

Stealth

2 techniques
T1027Obfuscated Files or InformationEvidence1
TacticStealth

“We see immediately that the Jar file is obfuscated by Allatori... strings in the Jar file are encrypted with AES.”

T1036MasqueradingEvidence1
TacticStealth

“RDPWrap ... downloaded from hxxp://wshsoft.company/multrdp(.)jpg ... HRDPInst.exe ... Download URL ... multrdp(.)jpg”

T1112Modify RegistryEvidence1

“...download a Java Runtime Environment ... and add it to the registry... add a RUN key named ntfsmgr to the registry that will autorun the dropped Jar [4].”

Credential Access

2 techniques
T1056.001KeyloggingEvidence1

“...dependency... ‘global keyboard and mouse listener’... estimate that the malware may use it to log keystrokes... keylogger Logs keystrokes and sends them immediately.”

T1555Credentials from Password StoresEvidence1

“The RAT has a focus on stealing credentials of browsers and email clients... Firefox, Internet Explorer, Chrome, Foxmail, Outlook, Thunderbird.”

Discovery

4 techniques
T1012Query RegistryEvidence1
TacticDiscovery

“startup-list Uses WMI to compile a list of autorun entries”

T1057Process DiscoveryEvidence1
TacticDiscovery

“processes Create a process listing”

T1082System Information DiscoveryEvidence1
TacticDiscovery

“...builds a string with information about the infected system.”

T1083File and Directory DiscoveryEvidence1
TacticDiscovery

“file-manager Provides commands to navigate, upload, download, delete and open files”

Lateral Movement

2 techniques
T1021Remote ServicesEvidence1

“remote-screen Remote control the infected computer”

T1021.001Remote Desktop ProtocolEvidence1

“STRRAT also allows installation of RDPWrap... enables Remote Desktop Host support on Windows... ‘Hidden RDP Installer’.”

Collection

1 technique
T1056.001KeyloggingEvidence1

“...dependency... ‘global keyboard and mouse listener’... estimate that the malware may use it to log keystrokes... keylogger Logs keystrokes and sends them immediately.”

T1090.001Internal ProxyEvidence1

“rev-proxy Reverse proxy”

T1105Ingress Tool TransferEvidence1

“Upon opening the Main.class we find a URL reference to hxxp://jbfrost.live/strigoi/lib.zip... The URL provides a ZIP bundle of all the dependencies...”

T1568.002Domain Generation AlgorithmsEvidence1

“frequently refreshes its command-and-control domains, registering new ones for each specific campaign to evade blocklists.”

Impact

2 techniques
T1486Data Encrypted for ImpactEvidence1
TacticImpact

“‘encryption’ only renames files by appending the .crimson extension... rw-encrypt ... rw-decrypt”

T1529System Shutdown/RebootEvidence1
TacticImpact

“reboot Reboots the infected system; shutdown Shuts down the infected system”

INDICATORS OF COMPROMISE

IOCs tracked for this family

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

View more in app
Network
2 tracked

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

Hashes
5 tracked

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

Other
1 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
domain●●●●●●●●●●●●View more in app5 years ago
hash.sha256●●●●●●●●●●●●View more in app5 years ago
hash.sha256●●●●●●●●●●●●View more in app5 years ago
hash.sha256●●●●●●●●●●●●View more in app5 years ago
domain●●●●●●●●●●●●View more in app5 years ago
hash.sha256●●●●●●●●●●●●View more in app5 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 matching8

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 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 mapping22

Every documented technique, ranked by evidence weight.

Researcher chatter

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