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

S0062: DustySky

DustySky is multi-stage malware written in .NET that has been used by Molerats since May 2015. [1] [2][3]

EnterpriseS0062MalwareObject v1.1Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceHigh

DustySky matters because it represents a multi-stage Windows .NET malware family with behaviors that span persistence, discovery, credential collection, data staging, exfiltration, command-and-control resilience, and cleanup. For leaders, the practical question is not whether the name is detected, but whether Windows endpoint, network, removable media, and incident response evidence would expose the behaviors MITRE associates with it before collected data leaves through web-based C2 channels.

Executive priority

Prioritize this as a control-validation and readiness issue for Windows environments, especially where politically motivated targeting or regional exposure is relevant to risk planning. The ATT&CK relationships point to business risks around credential theft, data loss, persistence, lateral movement, and removable-media spread. Executives should ask whether the organization can prove coverage for WMI execution, Run key persistence, web-protocol C2, local data staging, archive creation, keylogging/screen capture indicators, and post-activity file deletion. This is also useful audit evidence: it tests whether logging, endpoint controls, egress monitoring, removable media policy, and IR playbooks work together rather than in isolation.

Technical view

ATT&CK lists DustySky as Windows malware written in .NET and used by Molerats, with no official detection text provided. Detection engineering should therefore pivot from the malware name to the related behaviors: T1547.001 Registry Run Keys / Startup Folder, T1047 WMI execution, T1071.001 Web Protocols and T1008 fallback C2, T1041 exfiltration over C2, T1056.001 keylogging, T1113 screen capture, T1074.001 local staging, T1560.001 archiving, T1070.004 file deletion, T1091 removable media replication, T1570 lateral tool transfer, and multiple discovery techniques. SOC teams should validate correlated Windows host activity plus network egress patterns, rather than relying on one IOC or one alert type.

Likely telemetry

  • Windows process creation and command-line telemetry, including WMI-related execution
  • Registry modification events for Run keys and Startup Folder persistence locations
  • Endpoint file creation, modification, archive creation, staging directory activity, and file deletion events
  • Network proxy, DNS, firewall, and TLS/HTTP metadata for web-protocol C2 and fallback communications
  • Data transfer volume and timing indicators that may support exfiltration-over-C2 investigations

Detection direction

  • Build behavior-based detections mapped to the related ATT&CK techniques because MITRE provides no official detection guidance for DustySky.
  • Correlate persistence plus execution plus network activity: Run key or Startup Folder changes followed by WMI/process execution and outbound web traffic is higher value than any single weak signal.
  • Tune web-protocol C2 analytics carefully because HTTP/S is common; prioritize unusual destinations, repeated fallback behavior, beacon-like patterns, and host context from endpoint alerts.
  • Look for collection chains: discovery activity followed by local staging, archive creation, and outbound transfer over the same C2 channel.
  • Validate visibility into cleanup behavior such as file deletion after tool execution or staging, since this can remove local evidence needed for incident response.

Mitigation priorities

  • Start with Windows endpoint control and logging coverage for process execution, WMI, registry persistence, file operations, removable media, and outbound network activity.
  • Harden and monitor WMI and other administrative pathways so legitimate management remains observable and abnormal use can be investigated.
  • Control persistence opportunities by monitoring and restricting unauthorized changes to Run keys and Startup Folder locations.
  • Apply egress filtering and proxy/DNS visibility to reduce blind spots around web-protocol command-and-control and exfiltration over existing C2 channels.
  • Enforce removable media governance where business processes allow, including logging, restriction, or approval workflows for USB use.
Additional notes and limits

The relationship set gives this malware broad defensive relevance even though the malware object itself has no tactics listed and no official detection section. The most useful Glexia takeaway is to test whether defenders can connect Windows host telemetry, C2/network evidence, collection activity, removable-media events, and cleanup behavior into one investigation path. The Molerats relationship supplies threat-intelligence context, but local exposure, targeting relevance, and current activity must be established from the organization’s own intelligence and telemetry.

This take is limited to the supplied ATT&CK STIX fields, references, and relationships. It does not assert current exploitation, customer exposure, specific indicators, malware internals beyond .NET and multi-stage characterization, or guaranteed detection coverage. Several related technique platform lists are broader than the DustySky object platform; defensive validation here should be anchored on the supplied DustySky platform of Windows unless local evidence justifies expanding scope.

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

Official MITRE ATT&CK definition

DustySky

DustySky is multi-stage malware written in .NET that has been used by Molerats since May 2015. [1] [2][3]

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.

19 rows
DomainIDNameRelationship / procedure
EnterpriseT1071.001Web ProtocolsSub-technique

DustySky has used both HTTP and HTTPS for C2.[1]

EnterpriseT1518Software Discovery

DustySky lists all installed software for the infected machine.[3]

EnterpriseT1070.004File DeletionSub-technique

DustySky can delete files it creates from the infected system.[3]

EnterpriseT1091Replication Through Removable Media

DustySky searches for removable media and duplicates itself onto it.[1]

EnterpriseT1027Obfuscated Files or Information

The DustySky dropper uses a function to obfuscate the name of functions and other parts of the malware.[1]

EnterpriseT1560.001Archive via UtilitySub-technique

DustySky can compress files via RAR while staging data to be exfiltrated.[3]

EnterpriseT1041Exfiltration Over C2 Channel

DustySky has exfiltrated data to the C2 server.[3]

EnterpriseT1056.001KeyloggingSub-technique

DustySky contains a keylogger.[1]

EnterpriseT1120Peripheral Device Discovery

DustySky can detect connected USB devices.[3]

EnterpriseT1047Windows Management Instrumentation

The DustySky dropper uses Windows Management Instrumentation to extract information about the operating system and whether an anti-virus is active.[1]

EnterpriseT1074.001Local Data StagingSub-technique

DustySky created folders in temp directories to host collected files before exfiltration.[3]

EnterpriseT1547.001Registry Run Keys / Startup FolderSub-technique

DustySky achieves persistence by creating a Registry entry in HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run.[1]

EnterpriseT1113Screen Capture

DustySky captures PNG screenshots of the main screen.[3]

EnterpriseT1518.001Security Software DiscoverySub-technique

DustySky checks for the existence of anti-virus.[1]

EnterpriseT1570Lateral Tool Transfer

DustySky searches for network drives and removable media and duplicates itself onto them.[1]

EnterpriseT1008Fallback Channels

DustySky has two hard-coded domains for C2 servers; if the first does not respond, it will try the second.[1]

EnterpriseT1082System Information Discovery

DustySky extracts basic information about the operating system.[1]

EnterpriseT1057Process Discovery

DustySky collects information about running processes from victims.[1][3]

EnterpriseT1083File and Directory Discovery

DustySky scans the victim for files that contain certain keywords and document types including PDF, DOC, DOCX, XLS, and XLSX, from a list that is obtained from the C2 as a text file. It can also identify logical drives for the infected machine.[1][3]

Associated objects

Groups, software, and campaigns

GroupEnterprise

G0021: Molerats

Molerats is an Arabic-speaking, politically-motivated threat group that has been operating since 2012. The group's victims have primarily been in the Middle East, Europe, and the United States.[1][2][3][4]

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.1
Created
Modified
Raw hash
3258afb10e8cd758...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.1Current bundle3258afb10e8c…
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]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  2. [2]
    DustySky2

    ClearSky Cybersecurity. (2016, June 9). Operation DustySky - Part 2. Retrieved August 3, 2016.

  3. [3]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  4. [4]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  5. [5]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  6. [6]
    DustySky2

    ClearSky Cybersecurity. (2016, June 9). Operation DustySky - Part 2. Retrieved August 3, 2016.

  7. [7]
    DustySky2

    ClearSky Cybersecurity. (2016, June 9). Operation DustySky - Part 2. Retrieved August 3, 2016.

  8. [8]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  9. [9]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  10. [10]
    mitre-attackS0062
    Open source URL
  11. [11]
    mitre-attackS0062
    Open source URL
  12. [12]
    mitre-attackS0062
    Open source URL
  13. [13]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  14. [14]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  15. [15]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  16. [16]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  17. [17]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  18. [18]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  19. [19]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  20. [20]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  21. [21]
    DustySky2

    ClearSky Cybersecurity. (2016, June 9). Operation DustySky - Part 2. Retrieved August 3, 2016.

  22. [22]
    DustySky2

    ClearSky Cybersecurity. (2016, June 9). Operation DustySky - Part 2. Retrieved August 3, 2016.

  23. [23]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  24. [24]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  25. [25]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  26. [26]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  27. [27]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  28. [28]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  29. [29]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  30. [30]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  31. [31]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  32. [32]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  33. [33]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  34. [34]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  35. [35]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  36. [36]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  37. [37]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  38. [38]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  39. [39]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  40. [40]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  41. [41]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  42. [42]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  43. [43]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  44. [44]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  45. [45]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  46. [46]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  47. [47]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  48. [48]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  49. [49]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  50. [50]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  51. [51]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  52. [52]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  53. [53]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  54. [54]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.

    Open source URL
  55. [55]
    DustySky

    ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.

    Open source URL
  56. [56]
    Kaspersky MoleRATs April 2019

    GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 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.