Grandoreiro Outlives Its Own Takedown

Amber | Attack
Grandoreiro Outlives Its Own Takedown

Summary

Grandoreiro operators have resumed activity more than two years after the 2024 law enforcement disruption, running a Mexico-focused campaign built around DLL sideloading. Victims receive a ZIP archive with an invoice-themed filename, assessed with moderate confidence to be delivered via spam, targeting banking and financial services customers across Mexico, Spain, and the wider Latin America, Europe, and North America regions.


Attack Details

01

Grandoreiro operators are active again more than two years after the 2024 law enforcement disruption, with a Mexico-focused campaign built on DLL sideloading. Delivery is a ZIP archive named like a commercial invoice, assessed with moderate confidence to arrive via spam. It holds a hidden folder of decoy PDF and XML files to make the archive look benign, plus a copy of Duplicate Files Finder, a legitimate cleanup utility renamed to a random string.

02

Execution runs through a three-link sideloading chain: the renamed executable loads legitimate dupfdll.dll, which pulls in mingwm10.dll, a malicious replacement dropped alongside the trusted binaries. The Grandoreiro payload therefore executes inside a process the operating system and most monitoring tools treat as trusted. Compilation timestamps across the chain are inconsistent, with the parent binary dated 2008 and the malicious library 2026, supporting high confidence that a benign binary is being abused as a loader. Since Duplicate Files Finder has a GUI, the implant hides the window immediately so nothing appears on the victim's desktop.

03

The loader then runs an unusually deep anti-analysis sequence before contacting any infrastructure. A geolocation lookup terminates execution on hosts in the Czech Republic, Russia, or the Netherlands, a choice assessed as operational rather than ideological since traffic from those countries skews toward researchers and automated analysis. Flagged systems get a Spanish-language error claiming the document failed to display, and execution stops.

04

Surviving hosts proceed to command-and-control. The Grandoreiro loader resolves its hardcoded C2 domain over Google's DNS-over-HTTPS service rather than the system resolver, hiding the lookup from conventional DNS monitoring, then issues an encrypted HTTP GET over TCP port 6432 for the second stage. The request opens with the token CLIENT_SOLICITA_DDS_MDL and carries geolocation, hostname, username, OS version, and installed antivirus, profiling the victim at first contact. Runtime strings are protected by a custom XOR and unpadded Base64 scheme with no public decoder.

05

The C2 was offline during analysis, so the second stage was never recovered and no credential harvesting, network enumeration, or lateral movement was observed. The Grandoreiro payload is documented to support keylogging, screen sharing, and remote device control, aimed at banking credentials and account access. Splitting a heavily armored loader from the full-capability payload protects the operators' long-term tooling, and points the threat at individual banking customers rather than enterprise networks.


Recommendations

STEP 01
Hunt for the Duplicate Files Finder Sideload Chain

Search endpoint telemetry for any process loading mingwm10.dll from the same directory as its parent executable, particularly where the parent is a renamed copy of Duplicate Files Finder. Load events for dupfdll.dll followed by mingwm10.dll from a user-writable directory are high-signal indicators of Grandoreiro activity.

STEP 02
Monitor for DNS-over-HTTPS Resolution Followed by Unusual Egress

Flag endpoint processes that query a public DoH endpoint directly and then immediately open an outbound connection to a non-standard port. Force all endpoint name resolution through enterprise resolvers and block direct DoH access from workstations so that C2 domain lookups remain visible to DNS logging.

STEP 03
Deploy Network Signatures for the C2 Protocol Tokens

The uppercase command strings used by this implant, beginning with CLIENT_SOLICITA_DDS_MDL, are distinctive enough to serve as network and memory hunting signatures. Deploy detection content covering these tokens across egress inspection points and endpoint memory scanning.

STEP 04
Enforce Application Allowlisting on Endpoint Executables

Renaming a legitimate signed utility to a random string defeats name-based controls but not hash-based or publisher-based allowlisting. Restrict execution from user-writable directories entirely, which breaks this attack chain at the point of first execution.


Indicators of Compromise (IoCs)

TypeValue
SHA2561b2fe30c5bf57f9623efb34688580fe5bbb2c55351c5a07a6c4313bb6faa29f1
1fe5a72aefc38afeeee72d8a939f9db50800a447b7313f4d8c504771bb7fa2de
2820a2e36f1cb537a7853fde2313a5158d1e3696ff81c3066ec8fe274358c22d
368246eb503585f26e0151431909792b8d9be0edc229bb207be882bfb374c005
37492ecd9deb8591ea7e179ebb8e13c6b486cdacae18a6a482d9dd18f08453a3
47d5a73b220813299f753ef0a96582a8d08b853391864128a1f15271dbb42e65
609755a8c73e53f332428786c366323b3979850aaa0e075d946e6c05aa62f867
65db035f79db85ad66fb3e0365e478f95f8f648545b18360d850a7ed179c9dab
684f5eb157ef2ba3ea17335d6c8c9c801f93e6eb3aa08ecbfaf5806a4b5e3b80
a91c7cb932301454df4b0feed58082cae7f2d0e4078d7e6df3f53d806ed04f1d
ac35843c81381107d4f816681477d706c43fa75f064f2c3d99237c7282f0b798
ad5762fa98da2aff24d9d6b55be5dae21d07c54679ead67252a19c2521162a87
c019cfa9b50a69ff07e98bd78b3a6fc489110e5db1c0d79ada716605a2320951
ca33f5608b72ecca64a002074a4103c7cb83de902ecf5c69949eecb7eef03b5a
cc238813ab277cbb4324d37875c37985ca5baeaf8c412b4c85aa8ec5faec7096
e0491eddb45425a674e479b2590517ffef2f108add431761bb89791fc208b6e9
e99416ff71e4574de4fceebdc34f3b9a6e0610f36b77b735b231bd39edb7a0a1
MD582f771c3ec4fe979c3ae00372e8c3ac8
cfbd8d062e9baa98737a0260996f48c6
e882ee4a643b00871c98bcfe4b4d7cd1
f1aed8cf2adafa86927fc58d5f24073e
Domains445675885304004[.]pointto[.]us
b744156103040828396040[.]nhlfan[.]net
beeges[.]health-carereform[.]com
smartpdfhub-7q2m[.]read-books[.]org
streamlinepdf-8m2x[.]workisboring[.]com
voyage[.]mydissent[.]net
FilenameFac-BH22DC0608_RevMQKSAC.zip
_2IH4ENJIRRNCobran_03732qyykae214BKXXN6180-Dt.exe
dupfdll.dll
mingwm10.dll

Potential MITRE ATT&CK TTPs

T1566.001
Initial AccessPhishing: Spearphishing Attachment
T1204.002
ExecutionUser Execution: Malicious File
T1574.001
Defense EvasionHijack Execution Flow: DLL
T1036.005
Defense EvasionMasquerading: Match Legitimate Name or Location
T1564.003
Defense EvasionHide Artifacts: Hidden Window
T1564.001
Defense EvasionHide Artifacts: Hidden Files and Directories
T1497.001
Defense EvasionVirtualization/Sandbox Evasion: System Checks
T1497.003
Defense EvasionVirtualization/Sandbox Evasion: Time Based Evasion
T1622
Defense EvasionDebugger Evasion
T1140
Defense EvasionDeobfuscate/Decode Files or Information
T1027
Defense EvasionObfuscated Files or Information
T1082
DiscoverySystem Information Discovery
T1016
DiscoverySystem Network Configuration Discovery
T1614
DiscoverySystem Location Discovery
T1057
DiscoveryProcess Discovery
T1518.001
DiscoverySoftware Discovery: Security Software Discovery
T1012
DiscoveryQuery Registry
T1083
DiscoveryFile and Directory Discovery
T1071.001
Command and ControlApplication Layer Protocol: Web Protocols
T1071.004
Command and ControlApplication Layer Protocol: DNS
T1571
Command and ControlNon-Standard Port
T1573
Command and ControlEncrypted Channel
T1105
Command and ControlIngress Tool Transfer
T1219
Command and ControlRemote Access Tools
T1056.001
CollectionInput Capture: Keylogging
T1113
CollectionScreen Capture

What Next?

At Hive Pro, it is our mission to detect the most likely threats to your organization and to help you prevent them from happening.

Reduce real exposure. Not just vulnerability volume.