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

S1022: IceApple

IceApple is a modular Internet Information Services (IIS) post-exploitation framework, that has been used since at least 2021 against the technology, academic, and government sectors.[1]

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

Security context for executives and security teams

Automation confidenceMedium

IceApple matters because it is described as a modular post-exploitation framework for Windows IIS web servers. For leaders, the practical risk is not just malware on a server; it is a compromised web-facing platform that can support persistence, credential access, discovery, collection, command-and-control over web protocols, and exfiltration. IIS systems often sit close to customers, portals, authentication flows, and sensitive application data, so visibility and response readiness around them should be treated as business-continuity and identity-risk priorities.

Executive priority

Prioritize IceApple-relevant readiness for internet-facing and business-critical IIS servers. Ask whether the organization can prove who owns each IIS asset, what components are authorized, whether credential access attempts against SAM/LSA/Registry would be visible, and whether suspicious web-protocol traffic from IIS hosts would trigger investigation. This is also useful audit evidence: asset inventory, IIS change control, privileged access monitoring, endpoint telemetry, and egress logging are the controls that usually determine whether this behavior is manageable during an incident.

Technical view

MITRE does not provide a dedicated detection section for IceApple, and the object has no explicit tactics listed, so defensive validation should be driven by the linked techniques. Focus on Windows IIS hosts and look for evidence of malicious IIS components, unusual IIS worker-process behavior, credential access to SAM, LSA secrets, or Registry-stored credentials, local and domain account discovery, file and directory discovery, local data collection, archive creation, file deletion, command obfuscation, deobfuscation, reflective code loading, and HTTP/S-based command-and-control or exfiltration. Treat IIS component changes and web portal credential-capture scenarios as high-value investigation leads, especially when paired with credential or data-staging telemetry.

Likely telemetry

  • IIS configuration, module, ISAPI extension/filter, and component change records
  • Windows endpoint process, command-line, script, DLL/module load, and memory-behavior telemetry on IIS servers
  • Windows Registry access telemetry, especially around SAM, SECURITY, Policy\Secrets, and stored-credential locations
  • File system telemetry for discovery, staging, archive creation, suspicious placement under legitimate-looking paths, and deletion
  • Authentication and directory-service logs for domain account enumeration and unusual credential use following IIS activity

Detection direction

  • Baseline authorized IIS components and alert on new, modified, or unexpectedly loaded IIS modules, ISAPI extensions, filters, or DLLs.
  • Correlate IIS worker-process activity with child processes, command interpreters, Registry credential access, local file discovery, archive utilities, and file deletion events.
  • Tune for credential-access behaviors rather than malware name alone: SAM extraction, LSA secrets access, and searches for credentials in the Registry are material even without an IceApple signature.
  • Review outbound web traffic from IIS servers for C2-like behavior, but account for false positives from legitimate application integrations, update services, and monitoring agents.
  • Use relationship context to build multi-signal detections: IIS component persistence plus discovery, credential access, archiving, or exfiltration over web protocols should be higher priority than any single weak indicator.

Mitigation priorities

  • Establish and maintain an inventory of Windows IIS servers, especially externally facing and authentication-related systems.
  • Enforce change control and integrity monitoring for IIS components, web application directories, and server-side extensions.
  • Harden privileged access on IIS hosts and reduce exposure of service-account and locally stored credentials.
  • Ensure endpoint monitoring is deployed and tested on IIS servers without excluding the directories and processes needed for investigation.
  • Restrict and monitor outbound network access from IIS hosts so web-protocol egress is expected, attributable, and reviewable.
Additional notes and limits

The strongest defensive value comes from treating IceApple as an IIS post-exploitation pattern rather than a single indicator. The supplied relationships connect it to persistence through IIS components, credential access, discovery, collection, stealth, C2, and exfiltration behaviors. Glexia teams should use this to test whether SOC content, incident response procedures, and audit evidence cover the full chain on Windows IIS assets.

The supplied ATT&CK object does not include official detection guidance, aliases, labels, or explicit tactics for the malware object. Sector references are limited to the official description and should not be interpreted as current targeting or customer exposure. Local asset criticality, IIS architecture, logging depth, and normal application behavior are required to assess risk and tune detections.

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

Official MITRE ATT&CK definition

IceApple

IceApple is a modular Internet Information Services (IIS) post-exploitation framework, that has been used since at least 2021 against the technology, academic, and government sectors.[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.

19 rows
DomainIDNameRelationship / procedure
EnterpriseT1016System Network Configuration Discovery

The IceApple ifconfig module can iterate over all network interfaces on the host and retrieve the name, description, MAC address, DNS suffix, DNS servers, gateways, IPv4 addresses, and subnet masks.[1]

EnterpriseT1027.010Command ObfuscationSub-technique

IceApple can use Base64 and "junk" JavaScript code to obfuscate information.[1]

EnterpriseT1003.004LSA SecretsSub-technique

IceApple's Credential Dumper module can dump LSA secrets from registry keys, including: `HKLM\SECURITY\Policy\PolEKList\default`, `HKLM\SECURITY\Policy\Secrets\*\CurrVal`, and `HKLM\SECURITY\Policy\Secrets\*\OldVal`.[1]

EnterpriseT1036.005Match Legitimate Resource Name or LocationSub-technique

IceApple .NET assemblies have used `App_Web_` in their file names to appear legitimate.[1]

EnterpriseT1070.004File DeletionSub-technique

IceApple can delete files and directories from targeted systems.[1]

EnterpriseT1552.002Credentials in RegistrySub-technique

IceApple can harvest credentials from local and remote host registries.[1]

EnterpriseT1041Exfiltration Over C2 Channel

IceApple's Multi File Exfiltrator module can exfiltrate multiple files from a compromised host as an HTTP response over C2.[1]

EnterpriseT1505.004IIS ComponentsSub-technique

IceApple is an IIS post-exploitation framework, consisting of 18 modules that provide several functionalities.[1]

EnterpriseT1005Data from Local System

IceApple can collect files, passwords, and other data from a compromised host.[1]

EnterpriseT1140Deobfuscate/Decode Files or Information

IceApple can use a Base64-encoded AES key to decrypt tasking.[1]

EnterpriseT1560.001Archive via UtilitySub-technique

IceApple can encrypt and compress files using Gzip prior to exfiltration.[1]

EnterpriseT1620Reflective Code Loading

IceApple can use reflective code loading to load .NET assemblies into `MSExchangeOWAAppPool` on targeted Exchange servers.[1]

EnterpriseT1056.003Web Portal CaptureSub-technique

The IceApple OWA credential logger can monitor for OWA authentication requests and log the credentials.[1]

EnterpriseT1071.001Web ProtocolsSub-technique

IceApple can use HTTP GET to request and pull information from C2.[1]

EnterpriseT1082System Information Discovery

The IceApple Server Variable Dumper module iterates over all server variables present for the current request and returns them to the adversary.[1]

EnterpriseT1083File and Directory Discovery

The IceApple Directory Lister module can list information about files and directories including creation time, last write time, name, and size.[1]

EnterpriseT1087.002Domain AccountSub-technique

The IceApple Active Directory Querier module can perform authenticated requests against an Active Directory server.[1]

EnterpriseT1573.001Symmetric CryptographySub-technique

The IceApple Result Retriever module can AES encrypt C2 responses.[1]

EnterpriseT1003.002Security Account ManagerSub-technique

IceApple's Credential Dumper module can dump encrypted password hashes from SAM registry keys, including `HKLM\SAM\SAM\Domains\Account\F` and `HKLM\SAM\SAM\Domains\Account\Users\*\V`.[1]

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
b4b861a4a93e0f4a...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.1Current bundleb4b861a4a93e…
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]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  2. [2]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  3. [3]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  4. [4]
    mitre-attackS1022
    Open source URL
  5. [5]
    mitre-attackS1022
    Open source URL
  6. [6]
    mitre-attackS1022
    Open source URL
  7. [7]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  8. [8]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  9. [9]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  10. [10]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  11. [11]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  12. [12]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  13. [13]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  14. [14]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  15. [15]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  16. [16]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  17. [17]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  18. [18]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  19. [19]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  20. [20]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  21. [21]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  22. [22]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  23. [23]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  24. [24]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  25. [25]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  26. [26]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  27. [27]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  28. [28]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  29. [29]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  30. [30]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  31. [31]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  32. [32]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  33. [33]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  34. [34]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  35. [35]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  36. [36]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  37. [37]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  38. [38]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  39. [39]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  40. [40]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  41. [41]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  42. [42]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    Open source URL
  43. [43]
    CrowdStrike IceApple May 2022

    CrowdStrike. (2022, May). ICEAPPLE: A NOVEL INTERNET INFORMATION SERVICES (IIS) POST-EXPLOITATION FRAMEWORK. Retrieved June 27, 2022.

    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.