Threaticon
Toggle sidebar

You're viewing a limited, public preview. Log in for full access.

Log in User Guide
Log in Get started
Threat Actors UAC-0241

Also known as: TAG-160, TAG-161, TAG-150, a technically sophisticated, impersonates Booking.com, Matanbuchus, tracked as, uncashed checks, impersonates global logistics firms, using phishing lures, impersonates logistics firms, while spoofing legitimate emails, abusing freight-matching platform, leverages Booking.com-themed lures, RefBroker, Qakbot, other threat actors, BokBot, stale dated checks

Description

UAC‑0241 emerged in 2025, with a sophisticated blend of social engineering and technical exploits. It capitalizes on high-credibility brand impersonation—booking.com, logistics carriers, government emergency services—to craft spear‑phishing emails that include password-protected ZIPs containing malicious LNK files or .URL shortcuts. These, when executed, trigger an mshta → JavaScript → PowerShell chain that deploys a suite of malware: credential harvesters such as LaZagne, file‑stealing scripts, and the Go-based GAMYBEAR backdoor. The actor leverages CastleLoader and CASTLERAT variants (Python/C) for remote command execution, file upload & delete, self‑deletion, keylogging, clipboard logging and persistence via Run‑key registry entries. Operationally, UAC‑0241 abuses freight‑matching platforms (DAT Freight & Analytics, Loadlink Technologies) and RMM tools—SimpleHelp, PDQ Connect, Fleetdeck, ScreenConnect—to funnel phishing campaigns. It additionally uses .URL shortcut files that trigger SMB requests for executables, allowing distribution of malicious payloads without direct mail attachments. The actor maintains a low‑profile, minimal footprint profile while employing techniques such as click‑fix, token impersonation and exploitation of CVE‑2018‑0824 via UnmarshalPwn. The activity reflects a MaaS model that feeds compromised infrastructure into multiple clusters, facilitating rapid scale and geographic dispersion across Ukraine, the United States, and China.

Goals & Targeting

Targeted Sectors

Transportation
Government
Defense
Education
Healthcare
Manufacturing
Maritime
Financial services

Targeted Countries / Regions

UA
US
CN

AI Analysis

Grounded in web research
· analyzed in 2 chunks · 9 hours ago

Executive Summary

UAC‑0241 (also known as TAG‑160/161) is a financially motivated threat actor that operates a malware-as-a-service model targeting logistics, transportation and related industries worldwide. By impersonating reputable firms such as Booking.com and freight‑matching platforms, it delivers the CastleLoader/CASTLERAT family via phishing emails, malicious URLs, and .URL shortcuts, achieving initial access, lateral movement and persistence across victim networks.

Goals & Targeting

The strategic objective is economic gain through credential theft, data exfiltration, and ransomware capabilities. By exploiting logistics and transportation sectors—often with weak email security—the actor increases hit rates on organizations that handle sensitive supply‑chain information, financial data, or government-related logistics. Its impersonation tactics also aim to erode trust in legitimate service providers. Targets span education institutions, government bodies, defense ministries, healthcare facilities, manufacturing plants, maritime operations and financial services—typically those with high-value data streams and legacy systems vulnerable to exploit chains.

Enhanced Description

Key Capabilities

  • Impersonates logistics firms and Booking.com brands in phishing campaigns
  • Uses ClickFix technique to deliver CastleLoader malware
  • Spoofs legitimate email addresses for credibility
  • Exploits freight‑matching platforms to target and message victims
  • Deploys compromised infrastructure to send phishing emails
  • Distributes RMM tools (SimpleHelp, PDQ Connect, Fleetdeck, ScreenConnect) as delivery mechanisms
  • Employs .URL shortcut files that trigger SMB requests for executables
  • Runs a malware‑as‑a‑service model across multiple clusters
  • Uses CastleRAT variants with remote command execution and self‑deletion
  • Implements keylogging and clipboard logging
  • Executes PowerShell scripts
  • Conducts geolocation reconnaissance via ip‑api.com

MITRE ATT&CK Tactics

Initial Access
Execution
Persistence
Credential Access
Discovery
Lateral Movement
Command And Control
Exfiltration
Defense Evasion

ATT&CK Techniques

T1115
T1048
T1056.001
T1078
T1078.004
T1105
T1132.001
T1132.002
T1127.001
T1127.002
T1127.003
T1129
T1130?
T1133
T1134.001
T1134.002
T1134.003
T1134.004
T1134.005
T1048
T1059
T1059.001
T1059.003
T1059.013
T1087.001
T1105
T1115
T1123
T1124
T1125
T1127
T1129
T1132.001
T1132.002
T1133
T1134
T1135
T1189
T1204.002
T1204.004
T125?
T1490
T1498
T1550
T1550.001
T1558.002
T1558.004
T1559
T1559.001
T1559.002
T1605
T1610

Software / Tooling

CastleLoader
CASTLERAT (Python/C)
LummaC2
StealC
NetSupport RAT
SimpleHelp
PDQ Connect
Fleetdeck
ScreenConnect
Matanbuchus
UnmarshalPwn
SocGholish
PlugX
REvil
ShadowPad
Cobalt Strike

Campaigns & Victims

UAC‑0241 has operated since mid‑2025 with a highly modular, scalable approach. Campaigns employ a malware‑as‑a‑service model that allows rapid redirection of phishing infrastructure through compromised freight‑matching sites and RMM tools. The actor’s tempo is moderate; campaigns are released in waves after collecting sufficient reconnaissance over targeted sectors. Victim profiling focuses on supply chain and transportation organizations due to their higher susceptibility to logistics-related lures, but the actor has also successfully penetrated governmental, educational, and healthcare institutions. Notable past operations include a May‑26 spear‑phishing attack that leveraged an emergency agency spoof, leading to lateral movement across Ukrainian education networks, and recent infiltration attempts in U.S. maritime firms via .URL shortcuts. The actor’s pattern shows consistent use of CastleLoader delivery combined with bespoke post‑exploitation modules for credential theft, data exfiltration, and command & control over HTTP/S.

IOC Patterns

  • Spoofed email addresses mimicking logistics firms
  • Malicious URLs hosted on Google Drive or .URL shortcut files pointing to SMB shares
  • Compromised domains used for phishing delivery
  • Domain names for IP geolocation services (e.g., ip-api.com)
  • File names indicating keylogging activity (keylog.txt, clipboardlog.txt)
  • DLL execution via rundll32
  • PowerShell execution paths
  • Domains such as Booking.com and derivative spam domains
  • Suspicious IP addresses hosting command & control servers

Recommended Actions

  • Implement DMARC, DKIM, and SPF to mitigate email spoofing by impersonated logistics firms.
  • Deploy inbound email filtering rules for suspicious attachments (ZIPs with password) and links to known malicious URLs/domains.
  • Block .URL shortcuts that initiate SMB traffic or download executable payloads; monitor SMB logs for anomalous shares.
  • Enforce least privilege and MFA on all accounts, especially local admin and service accounts used by RMM tools.
  • Segment networks around freight‑matching platforms to contain lateral movement.
  • Maintain up-to-date antivirus/EDR capable of detecting CastleLoader, CASTLERAT, keylogging signatures and rundll32 abuse.
  • Enable host-based monitoring for mshta → JavaScript → PowerShell execution chains. Provide targeted user awareness training on phishing emails that mimic booking or logistics communications.
  • Patch systems to mitigate known CVEs (e.g., CVE‑2018‑0824) exploited by UnmarshalPwn.
  • Block and quarantine incoming traffic to known malicious IPs such as 185.39.19.180/181, 15.197.240.20, 77.83.207.55, 178.17.57.103

Suggested Tags

impersonation
phishing
freight‑matching‑platforms
RMM-tools
ClickFix
MaaS
logistics-sector-targeting
castleRAT
keylogging
remote-command-execution
malware-as-a-service
mailspoofing
credential- theft
lateral-movement

Confidence Assessment

Given multiple independent reports, the core facts about UAC‑0241’s impersonation tactics, CastleLoader deployment, and target sectors are high confidence. However, precise timelines, full motive analysis, and attribution beyond commercial financial gain remain uncertain due to limited public disclosure of internal investigation logs and absence of confirmed command‑and‑control infrastructure in open sources.

ATT&CK Techniques

Initial Access
1 technique
Persistence
1 technique

Software / Tooling

Campaigns / Victims

No campaigns linked yet.

Observed Data

No observed data linked yet.

References

  1. www.recordedfuture.com — Cited by web research for: TAG-160
  2. attack.mitre.org — Cited by web research for: T1204.004
  3. redcanary.com — Cited by web research for: Cobalt Strike
  4. blog.talosintelligence.com — Cited by web research for: PowerShell commands
  5. https://catalyst.prodaft.com/public/report/understanding-current-castleloader-campaigns/overview — Cited by AI analysis.

Intel Summary

49

Techniques

50

Tools

0

Campaigns

40

IOCs

0

Observed Data

13

Tactics

Tags

Phishing
Backdoor / C2
Data Exfiltration
Government Targeting
APT
espionage
government
education sector
impersonation
phishing
freight‑matching‑platforms
RMM-tools
ClickFix
MaaS
logistics-sector-targeting
castleRAT
keylogging
remote-command-execution
malware-as-a-service
mailspoofing
credential- theft
lateral-movement

Details

Type
Unknown
Primary Motivation
Financial gain
Country of Origin
United States (US)
Confidence
60%
Added
May 17, 2026
No notes yet. Click "Add Note" to create the first analysis note.
No opinions yet. Be the first to assess this intelligence.
Leaving Threaticon

This link opens an external site that isn't part of the platform.