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

S0223: POWERSTATS

POWERSTATS is a PowerShell-based first stage backdoor used by MuddyWater. [1]

EnterpriseS0223MalwareObject v2.3Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceMedium

S0223: POWERSTATS describes [POWERSTATS](https://attack.mitre.org/software/S0223) is a PowerShell-based first stage backdoor used by [MuddyWater](https://attack.mitre.org/groups/G0069). (Citation: Unit 42 MuddyWater Nov 2017)

Executive priority

S0223: POWERSTATS is an official MITRE ATT&CK software. Glexia treats it as defensive behavior context for prioritizing monitoring, control validation, and response planning without using the object by itself as an attribution claim.

Technical view

Security teams should validate S0223: POWERSTATS by reviewing the official ATT&CK relationships, mapped tactics (the mapped ATT&CK tactic context), supported platforms (Windows), and available local telemetry before making detection or mitigation decisions.

Likely telemetry

  • Official ATT&CK relationships and object metadata
  • Network, endpoint, and security-tool telemetry

Detection direction

  • Validate whether S0223: POWERSTATS appears in your detection coverage and tabletop scenarios.
  • Use the object to align executive risk language with SOC, incident response, and detection engineering work.
  • Do not treat ATT&CK relationship context as attribution without corroborating evidence.

Mitigation priorities

  • Map the object to existing controls and identify missing telemetry or response ownership.
  • Prioritize mitigations that reduce exposure on the listed platforms and tactics.
  • Review adjacent ATT&CK relationships before changing policy, detections, or reporting language.
Additional notes and limits

Baseline Glexia take generated from the official MITRE ATT&CK STIX object, source hash, tactics, platforms, and detection fields. It is safe to replace with a richer model-generated take for the same source hash later.

This baseline take is source-grounded and schema-validated, but it does not include environment-specific telemetry, incident evidence, or threat-intelligence corroboration.

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

Official MITRE ATT&CK definition

POWERSTATS

POWERSTATS is a PowerShell-based first stage backdoor used by MuddyWater. [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.

27 rows
DomainIDNameRelationship / procedure
EnterpriseT1559.001Component Object ModelSub-technique

POWERSTATS can use DCOM (targeting the 127.0.0.1 loopback address) to execute additional payloads on compromised hosts.CitationFireEye MuddyWater Mar 2018

EnterpriseT1140Deobfuscate/Decode Files or Information

POWERSTATS can deobfuscate the main backdoor code.[2]

EnterpriseT1033System Owner/User Discovery

POWERSTATS has the ability to identify the username on the compromised host.CitationTrendMicro POWERSTATS V3 June 2019

EnterpriseT1036.004Masquerade Task or ServiceSub-technique

POWERSTATS has created a scheduled task named "MicrosoftEdge" to establish persistence.[2]

EnterpriseT1087.001Local AccountSub-technique

POWERSTATS can retrieve usernames from compromised hosts.CitationFireEye MuddyWater Mar 2018

EnterpriseT1518.001Security Software DiscoverySub-technique

POWERSTATS has detected security tools.CitationFireEye MuddyWater Mar 2018

EnterpriseT1218.005MshtaSub-technique

POWERSTATS can use Mshta.exe to execute additional payloads on compromised hosts.CitationFireEye MuddyWater Mar 2018

EnterpriseT1047Windows Management Instrumentation

POWERSTATS can use WMI queries to retrieve data from compromised hosts.CitationFireEye MuddyWater Mar 2018[2]

EnterpriseT1029Scheduled Transfer

POWERSTATS can sleep for a given number of seconds.CitationFireEye MuddyWater Mar 2018

EnterpriseT1082System Information Discovery

POWERSTATS can retrieve OS name/architecture and computer/domain name information from compromised hosts.CitationFireEye MuddyWater Mar 2018CitationTrendMicro POWERSTATS V3 June 2019

EnterpriseT1132.001Standard EncodingSub-technique

POWERSTATS encoded C2 traffic with base64.[1]

EnterpriseT1090.002External ProxySub-technique

POWERSTATS has connected to C2 servers through proxies.CitationFireEye MuddyWater Mar 2018

EnterpriseT1559.002Dynamic Data ExchangeSub-technique

POWERSTATS can use DDE to execute additional payloads on compromised hosts.CitationFireEye MuddyWater Mar 2018

EnterpriseT1059.001PowerShellSub-technique

POWERSTATS uses PowerShell for obfuscation and execution.[1][2]CitationTrendMicro POWERSTATS V3 June 2019CitationDHS CISA AA22-055A MuddyWater February 2022

EnterpriseT1016System Network Configuration Discovery

POWERSTATS can retrieve IP, network adapter configuration information, and domain from compromised hosts.CitationFireEye MuddyWater Mar 2018CitationTrendMicro POWERSTATS V3 June 2019

EnterpriseT1005Data from Local System

POWERSTATS can upload files from compromised hosts.CitationFireEye MuddyWater Mar 2018

EnterpriseT1685Disable or Modify Tools

POWERSTATS can disable Microsoft Office Protected View by changing Registry keys.CitationFireEye MuddyWater Mar 2018

EnterpriseT1053.005Scheduled TaskSub-technique

POWERSTATS has established persistence through a scheduled task using the command ”C:\Windows\system32\schtasks.exe” /Create /F /SC DAILY /ST 12:00 /TN MicrosoftEdge /TR “c:\Windows\system32\wscript.exe C:\Windows\temp\Windows.vbe”.[2]

EnterpriseT1573.002Asymmetric CryptographySub-technique

POWERSTATS has encrypted C2 traffic with RSA.CitationFireEye MuddyWater Mar 2018

EnterpriseT1027.010Command ObfuscationSub-technique

POWERSTATS uses character replacement, PowerShell environment variables, and XOR encoding to obfuscate code. POWERSTATS's backdoor code is a multi-layer obfuscated, encoded, and compressed blob. CitationFireEye MuddyWater Mar 2018[2] POWERSTATS has used PowerShell code with custom string obfuscation CitationTrendMicro POWERSTATS V3 June 2019

EnterpriseT1070.004File DeletionSub-technique

POWERSTATS can delete all files on the C:\, D:\, E:\ and, F:\ drives using PowerShell Remove-Item commands.CitationFireEye MuddyWater Mar 2018

EnterpriseT1059.005Visual BasicSub-technique

POWERSTATS can use VBScript (VBE) code for execution.[2]CitationTrendMicro POWERSTATS V3 June 2019

EnterpriseT1059.007JavaScriptSub-technique

POWERSTATS can use JavaScript code for execution.[2]

EnterpriseT1105Ingress Tool Transfer

POWERSTATS can retrieve and execute additional PowerShell payloads from the C2 server.CitationFireEye MuddyWater Mar 2018

EnterpriseT1113Screen Capture

POWERSTATS can retrieve screenshots from compromised hosts.CitationFireEye MuddyWater Mar 2018CitationTrendMicro POWERSTATS V3 June 2019

EnterpriseT1027.016Junk Code InsertionSub-technique

POWERSTATS has used useless code blocks to counter analysis.CitationTrendMicro POWERSTATS V3 June 2019

EnterpriseT1057Process Discovery

POWERSTATS has used get_tasklist to discover processes on the compromised host.CitationTrendMicro POWERSTATS V3 June 2019

Associated objects

Groups, software, and campaigns

GroupEnterprise

G0069: MuddyWater

MuddyWater is a cyber espionage group assessed to be a subordinate element within Iran's Ministry of Intelligence and Security (MOIS).[1] Since at least 2017, MuddyWater has targeted a range of government and private organizations across sectors, including telecommunications, local government, finance, defense, and oil and natural gas organizations, in the Middle East (specifically the UAE and Saudi Arabia), Asia, Africa, Europe, and North America. MuddyWater has reused domains dating back to October 2025, and has a preference for NameCheap and Hosterdaddy Private Limited (AS136557). In late 2025 and early 2026, MuddyWater used commercial satellite internet (i.e., Starlink) for command and control (C2) communication. [2][3][4][5][6][7][8][9][10][11][12][13]

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.2
Object version
2.3
Created
Modified
Raw hash
63ecb084bb4d6df6...
Imported snapshots across ATT&CK releases(2)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.22.3Current bundle63ecb084bb4d…
19.12.3Older bundle63ecb084bb4d…
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]
    Unit 42 MuddyWater Nov 2017

    Lancaster, T.. (2017, November 14). Muddying the Water: Targeted Attacks in the Middle East. Retrieved March 15, 2018.

    Open source URL
  2. [2]
    ClearSky MuddyWater Nov 2018

    ClearSky Cyber Security. (2018, November). MuddyWater Operations in Lebanon and Oman: Using an Israeli compromised domain for a two-stage campaign. Retrieved November 29, 2018.

    Open source URL
  3. [3]
    Symantec MuddyWater Dec 2018

    Symantec DeepSight Adversary Intelligence Team. (2018, December 10). Seedworm: Group Compromises Government Agencies, Oil & Gas, NGOs, Telecoms, and IT Firms. Retrieved December 14, 2018.

    Open source URL
  4. [4]
    POWERSTATS

    (Citation: Unit 42 MuddyWater Nov 2017)(Citation: ClearSky MuddyWater Nov 2018)

  5. [5]
    Powermud

    (Citation: Symantec MuddyWater Dec 2018)

  6. [6]
    mitre-attackS0223
    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.