LiveActive security incident?Get immediate response
MITRE ATT&CK® Group

G0108: Blue Mockingbird

Blue Mockingbird is a cluster of observed activity involving Monero cryptocurrency-mining payloads in dynamic-link library (DLL) form on Windows systems. The earliest observed Blue Mockingbird tools were created in December 2019.[1]

EnterpriseG0108GroupObject v1.3Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceMedium

Blue Mockingbird matters because the ATT&CK entry describes observed activity using Monero cryptocurrency-mining DLL payloads on Windows systems, with related behaviors that can include public-facing application exploitation, credential dumping, lateral movement, persistence, proxying, and compute hijacking. For leaders, the business issue is not just “cryptomining”; it is whether exposed systems, privileged credentials, and Windows administration pathways could be abused long enough to consume resources, degrade services, and complicate incident response.

Executive priority

Treat this as a resilience and control-validation use case: confirm that internet-facing application risk, Windows identity protection, lateral movement controls, and endpoint telemetry are strong enough to detect and contain unauthorized compute use and follow-on activity. It is especially relevant for vulnerability prioritization, SOC readiness, and audit evidence around privileged access, logging, and persistence monitoring.

Technical view

SOC and IR teams should validate coverage against the relationship-driven behavior set: exploitation of public-facing applications, execution through PowerShell/cmd/WMI, DLL proxy execution via regsvr32 or rundll32, LSASS memory access and Mimikatz-related credential theft, RDP and SMB/Admin Share lateral movement, registry/service/scheduled-task/WMI persistence, proxy tooling such as FRP, and compute hijacking indicators. Because no official ATT&CK detection text is provided, detection engineering should map these behaviors to local Windows event, EDR, identity, and network data rather than relying on a single group signature.

Likely telemetry

  • Windows endpoint process creation and command-line telemetry
  • DLL load and signed-binary proxy execution telemetry for rundll32.exe and regsvr32.exe
  • PowerShell, Windows Command Shell, and WMI activity logs
  • Scheduled Task, Windows Service, Registry, and WMI event subscription change records
  • Authentication and remote access logs for RDP and SMB/Admin Shares

Detection direction

  • Prioritize behavior-based detections over group-name matching, since the object provides no official detection guidance.
  • Tune for suspicious combinations: public-facing application activity followed by Windows execution, persistence creation, credential access, lateral movement, and sustained high compute usage.
  • Review allowlist blind spots for legitimate Windows binaries such as rundll32.exe, regsvr32.exe, WMI, service control, scheduled tasks, PowerShell, and cmd.exe.
  • Correlate identity and endpoint evidence: LSASS access or Mimikatz-like behavior followed by RDP or SMB/Admin Share use is higher priority than either signal alone.
  • Baseline administrative tooling and remote management patterns to reduce false positives while preserving visibility into unusual source hosts, accounts, times, and destinations.

Mitigation priorities

  • Reduce initial-access exposure by prioritizing remediation and configuration review for public-facing applications and services.
  • Harden Windows credential protections and privileged account usage to limit the value of LSASS access and credential dumping.
  • Restrict and monitor RDP, SMB/Admin Shares, WMI, service control, and other remote administration paths to known administrative use cases.
  • Apply least privilege and administrative segmentation so compromised systems cannot easily create services, scheduled tasks, registry persistence, or WMI subscriptions across the environment.
  • Constrain or monitor script and signed-binary execution paths commonly abused for DLL execution, including PowerShell, cmd.exe, rundll32.exe, and regsvr32.exe.
Additional notes and limits

The supplied ATT&CK object identifies Blue Mockingbird as observed activity involving Monero mining DLL payloads on Windows systems, and the practical defensive framing comes mainly from the listed technique and software relationships. The most useful operational exercise is to test whether the organization can connect external exposure, Windows execution, credential access, lateral movement, persistence, proxy traffic, and compute-impact signals into one investigation path.

ATT&CK provides no official detection text for this group, and object-level platforms and tactics are not specified. This take does not assert current activity, attribution beyond the named ATT&CK group, customer exposure, or guaranteed detection. Local asset exposure, logging coverage, administrative baselines, and incident evidence are required to determine relevance.

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Official MITRE ATT&CK definition

Blue Mockingbird

Blue Mockingbird is a cluster of observed activity involving Monero cryptocurrency-mining payloads in dynamic-link library (DLL) form on Windows systems. The earliest observed Blue Mockingbird tools were created in December 2019.[1]

View the same entry on attack.mitre.org (MITRE-hosted reference; in-page links above use the Glexia ATT&CK library.)

Glexia analysis

How security teams should use this page

Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.

ATT&CK relationship table

Techniques used

This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.

22 rows
DomainIDNameRelationship / procedure
EnterpriseT1059.001PowerShellSub-technique

Blue Mockingbird has used PowerShell reverse TCP shells to issue interactive commands over a network connection.[1]

EnterpriseT1574.012COR_PROFILERSub-technique

Blue Mockingbird has used wmic.exe and Windows Registry modifications to set the COR_PROFILER environment variable to execute a malicious DLL whenever a process loads the .NET CLR.[1]

EnterpriseT1546.003Windows Management Instrumentation Event SubscriptionSub-technique

Blue Mockingbird has used mofcomp.exe to establish WMI Event Subscription persistence mechanisms configured from a *.mof file.[1]

EnterpriseT1082System Information Discovery

Blue Mockingbird has collected hardware details for the victim's system, including CPU and memory information.[1]

EnterpriseT1543.003Windows ServiceSub-technique

Blue Mockingbird has made their XMRIG payloads persistent as a Windows Service.[1]

EnterpriseT1053.005Scheduled TaskSub-technique

Blue Mockingbird has used Windows Scheduled Tasks to establish persistence on local and remote hosts.[1]

EnterpriseT1090Proxy

Blue Mockingbird has used FRP, ssf, and Venom to establish SOCKS proxy connections.[1]

EnterpriseT1047Windows Management Instrumentation

Blue Mockingbird has used wmic.exe to set environment variables.[1]

EnterpriseT1059.003Windows Command ShellSub-technique

Blue Mockingbird has used batch script files to automate execution and deployment of payloads.[1]

EnterpriseT1003.001LSASS MemorySub-technique

Blue Mockingbird has used Mimikatz to retrieve credentials from LSASS memory.[1]

EnterpriseT1218.011Rundll32Sub-technique

Blue Mockingbird has executed custom-compiled XMRIG miner DLLs using rundll32.exe.[1]

EnterpriseT1134Access Token Manipulation

Blue Mockingbird has used JuicyPotato to abuse the SeImpersonate token privilege to escalate from web application pool accounts to NT Authority\SYSTEM.[1]

EnterpriseT1496.001Compute HijackingSub-technique

Blue Mockingbird has used XMRIG to mine cryptocurrency on victim systems.[1]

EnterpriseT1027.013Encrypted/Encoded FileSub-technique

Blue Mockingbird has obfuscated the wallet address in the payload binary.[1]

EnterpriseT1112Modify Registry

Blue Mockingbird has used Windows Registry modifications to specify a DLL payload.[1]

EnterpriseT1569.002Service ExecutionSub-technique

Blue Mockingbird has executed custom-compiled XMRIG miner DLLs by configuring them to execute via the "wercplsupport" service.[1]

EnterpriseT1190Exploit Public-Facing Application

Blue Mockingbird has gained initial access by exploiting CVE-2019-18935, a vulnerability within Telerik UI for ASP.NET AJAX.[1]

EnterpriseT1021.001Remote Desktop ProtocolSub-technique

Blue Mockingbird has used Remote Desktop to log on to servers interactively and manually copy files to remote hosts.[1]

EnterpriseT1218.010Regsvr32Sub-technique

Blue Mockingbird has executed custom-compiled XMRIG miner DLLs using regsvr32.exe.[1]

EnterpriseT1021.002SMB/Windows Admin SharesSub-technique

Blue Mockingbird has used Windows Explorer to manually copy malicious files to remote hosts over SMB.[1]

EnterpriseT1036.005Match Legitimate Resource Name or LocationSub-technique

Blue Mockingbird has masqueraded their XMRIG payload name by naming it wercplsupporte.dll after the legitimate wercplsupport.dll file.[1]

EnterpriseT1588.002ToolSub-technique

Blue Mockingbird has obtained and used tools such as Mimikatz.[1]

Associated objects

Groups, software, and campaigns

ToolEnterprise

S1144: FRP

FRP, which stands for Fast Reverse Proxy, is an openly available tool that is capable of exposing a server located behind a firewall or Network Address Translation (NAT) to the Internet. FRP can support multiple protocols including TCP, UDP, and HTTP(S) and has been abused by threat actors to proxy command and control communications.[1][2][3][4]

LinuxmacOSWindows
ToolEnterprise

S0002: Mimikatz

Mimikatz is a credential dumper capable of obtaining plaintext Windows account logins and passwords, along with many other features that make it useful for testing the security of networks. [1] [2]

Windows
Relationship explorer

All related ATT&CK context

Change history

Object version and sync metadata

The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates.

ATT&CK release
19.1
Object version
1.3
Created
Modified
Raw hash
3751d2a13f337f51...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.3Current bundle3751d2a13f33…
Raw source

Mirrored ATT&CK source object

The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.

Source references

External references and citations

MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.

  1. [1]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  2. [2]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  3. [3]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  4. [4]
    mitre-attackG0108
    Open source URL
  5. [5]
    mitre-attackG0108
    Open source URL
  6. [6]
    mitre-attackG0108
    Open source URL
  7. [7]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  8. [8]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  9. [9]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  10. [10]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  11. [11]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  12. [12]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  13. [13]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  14. [14]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  15. [15]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  16. [16]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  17. [17]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  18. [18]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  19. [19]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  20. [20]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  21. [21]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  22. [22]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  23. [23]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  24. [24]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  25. [25]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  26. [26]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  27. [27]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  28. [28]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  29. [29]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  30. [30]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  31. [31]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  32. [32]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  33. [33]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  34. [34]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  35. [35]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  36. [36]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  37. [37]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  38. [38]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  39. [39]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  40. [40]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  41. [41]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  42. [42]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  43. [43]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  44. [44]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  45. [45]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  46. [46]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  47. [47]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  48. [48]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  49. [49]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  50. [50]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  51. [51]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  52. [52]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
  53. [53]
    RedCanary Mockingbird May 2020

    Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.

    Open source URL
Source and licensing

Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.