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

S1066: DarkTortilla

DarkTortilla is a highly configurable .NET-based crypter that has been possibly active since at least August 2015. DarkTortilla has been used to deliver popular information stealers, RATs, and payloads such as Agent Tesla, AsyncRat, NanoCore, RedLine, Cobalt Strike, and Metasploit.[1]

EnterpriseS1066MalwareObject v1.0Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceMedium

DarkTortilla matters because MITRE describes it as a highly configurable Windows .NET-based crypter used to deliver other payloads, including information stealers, RATs, Cobalt Strike, and Metasploit. For leaders, the practical issue is not one malware family alone; it is whether the organization can detect and contain an evasive loader/crypter stage before it enables credential theft, remote access, or follow-on tooling.

Executive priority

Prioritize this as a Windows endpoint resilience and incident-readiness concern. Because the ATT&CK relationships include user-executed malicious files, obfuscation, discovery, persistence via registry/startup mechanisms, command execution, web-based command and control, and credential/clipboard collection behaviors, executives should ask whether endpoint telemetry, egress monitoring, identity response procedures, and malware triage workflows can connect the initial file execution to later payload delivery and persistence. This is also useful audit evidence for validating malware defense, logging, and incident response control coverage.

Technical view

MITRE provides no official detection text for DarkTortilla, so SOC and detection engineering should validate coverage through its mapped behaviors on Windows. Focus on chains involving malicious file execution, .NET or obfuscated payloads, deobfuscation behavior, system/security software/process/service discovery, WMI, cmd.exe, COM/native API execution, DLL injection indicators, registry modification, Run Key/Startup Folder and Winlogon-related persistence, web protocol or web service C2, and ingress tool transfer. IR teams should treat a suspected DarkTortilla finding as a potential loader/crypter event and scope for delivered payloads named in the ATT&CK description, while avoiding attribution assumptions.

Likely telemetry

  • Windows process creation and command-line telemetry, including cmd.exe, WMI, COM-related execution, and unusual parent-child process chains
  • Endpoint file creation, modification, quarantine, and reputation events for downloaded or user-opened malicious files
  • Windows Registry auditing for Run Keys, Startup Folder references, Winlogon-related keys, and other suspicious modifications
  • Network proxy, DNS, firewall, and endpoint network telemetry for HTTP/S or web service communications and file transfer activity
  • EDR memory/process telemetry that may show DLL injection, unusual module loads, or suspicious API-driven execution

Detection direction

  • Do not rely on a single malware signature; validate behavior-based detections across the loader stage, persistence, discovery, C2, and payload transfer behaviors mapped to this object.
  • Tune detections for suspicious Windows registry persistence while accounting for legitimate software installers and enterprise management tools that also modify startup locations.
  • Review WMI, command shell, COM, and native API execution detections in context of parent process, file origin, user action, and network activity to reduce administrative false positives.
  • Ensure sandbox and malware-analysis processes account for anti-analysis behavior, including system checks and time-based checks, because evasive samples may not reveal full behavior in short or artificial runs.
  • Correlate endpoint and network evidence: web protocol traffic alone may look normal, so prioritize unusual destinations, newly observed domains, suspicious user-agent patterns if collected, and proximity to suspicious file execution.

Mitigation priorities

  • Reduce initial execution risk with user-facing file controls, attachment/download inspection, and endpoint prevention for suspicious Windows executables and scriptable files.
  • Harden Windows persistence surfaces by monitoring and controlling Registry Run Keys, Startup Folder entries, and Winlogon helper locations.
  • Limit abuse of administrative execution paths such as WMI and command shell through least privilege, administrative separation, and logging-backed control policies.
  • Strengthen egress controls and web traffic monitoring so unauthorized web-based C2 and tool transfer are harder to blend into normal traffic.
  • Maintain endpoint detection and response visibility for process, registry, module, and network activity rather than depending only on static malware identification.
Additional notes and limits

The supplied ATT&CK object identifies DarkTortilla as Windows malware and a configurable .NET crypter associated with delivery of multiple payload types. The ATT&CK relationship set is broad and gives useful defensive validation areas, but it does not provide official detection analytics, specific indicators, or a tactic list on the malware object itself.

This take is limited to the supplied MITRE ATT&CK fields, external references, and relationships. It does not assert active exploitation, actor attribution, customer exposure, guaranteed detection, or platforms beyond Windows for DarkTortilla. Local telemetry, sample analysis, and environment-specific baselines are required to confirm relevance and coverage.

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

Official MITRE ATT&CK definition

DarkTortilla

DarkTortilla is a highly configurable .NET-based crypter that has been possibly active since at least August 2015. DarkTortilla has been used to deliver popular information stealers, RATs, and payloads such as Agent Tesla, AsyncRat, NanoCore, RedLine, Cobalt Strike, and Metasploit.[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.

28 rows
DomainIDNameRelationship / procedure
EnterpriseT1105Ingress Tool Transfer

DarkTortilla can download additional packages for keylogging, cryptocurrency mining, and other capabilities; it can also retrieve malicious payloads such as Agent Tesla, AsyncRat, NanoCore, RedLine, Cobalt Strike, and Metasploit.[1]

EnterpriseT1140Deobfuscate/Decode Files or Information

DarkTortilla can decrypt its payload and associated configuration elements using the Rijndael cipher.[1]

EnterpriseT1027Obfuscated Files or Information

DarkTortilla has been obfuscated with the DeepSea .NET and ConfuserEx code obfuscators.[1]

EnterpriseT1055.001Dynamic-link Library InjectionSub-technique

DarkTortilla can use a .NET-based DLL named `RunPe6` for process injection.[1]

EnterpriseT1566.001Spearphishing AttachmentSub-technique

DarkTortilla has been distributed via spearphishing emails containing archive attachments, with file types such as .iso, .zip, .img, .dmg, and .tar, as well as through malicious documents.[1]

EnterpriseT1547.001Registry Run Keys / Startup FolderSub-technique

DarkTortilla has established persistence via the `Software\Microsoft\Windows NT\CurrentVersion\Run` registry key and by creating a .lnk shortcut file in the Windows startup folder.[1]

EnterpriseT1547.004Winlogon Helper DLLSub-technique

DarkTortilla has established persistence via the `Software\Microsoft\Windows NT\CurrentVersion\Winlogon` registry key.[1]

EnterpriseT1497.003Time Based ChecksSub-technique

DarkTortilla can implement the `kernel32.dll` Sleep function to delay execution for up to 300 seconds before implementing persistence or processing an addon package.[1]

EnterpriseT1574.012COR_PROFILERSub-technique

DarkTortilla can detect profilers by verifying the `COR_ENABLE_PROFILING` environment variable is present and active.[1]

EnterpriseT1518.001Security Software DiscoverySub-technique

DarkTortilla can check for the Kaspersky Anti-Virus suite.[1]

EnterpriseT1059.003Windows Command ShellSub-technique

DarkTortilla can use `cmd.exe` to add registry keys for persistence.[1]

EnterpriseT1082System Information Discovery

DarkTortilla can obtain system information by querying the `Win32_ComputerSystem`, `Win32_BIOS`, `Win32_MotherboardDevice`, `Win32_PnPEntity`, and `Win32_DiskDrive` WMI objects.[1]

EnterpriseT1036Masquerading

DarkTortilla's payload has been renamed `PowerShellInfo.exe`.[1]

EnterpriseT1564Hide Artifacts

DarkTortilla has used `%HiddenReg%` and `%HiddenKey%` as part of its persistence via the Windows registry.[1]

EnterpriseT1497.001System ChecksSub-technique

DarkTortilla can search a compromised system's running processes and services to detect Hyper-V, QEMU, Virtual PC, Virtual Box, and VMware, as well as Sandboxie.[1]

EnterpriseT1115Clipboard Data

DarkTortilla can download a clipboard information stealer module.[1]

EnterpriseT1056.001KeyloggingSub-technique

DarkTortilla can download a keylogging module.[1]

EnterpriseT1204.002Malicious FileSub-technique

DarkTortilla has relied on a user to open a malicious document or archived file delivered via email for initial execution.[1]

EnterpriseT1057Process Discovery

DarkTortilla can enumerate a list of running processes on a compromised system.[1]

EnterpriseT1016.001Internet Connection DiscoverySub-technique

DarkTortilla can check for internet connectivity by issuing HTTP GET requests.[1]

EnterpriseT1047Windows Management Instrumentation

DarkTortilla can use WMI queries to obtain system information.[1]

EnterpriseT1106Native API

DarkTortilla can use a variety of API calls for persistence and defense evasion.[1]

EnterpriseT1102Web Service

DarkTortilla can retrieve its primary payload from public sites such as Pastebin and Textbin.[1]

EnterpriseT1007System Service Discovery

DarkTortilla can retrieve information about a compromised system's running services.[1]

EnterpriseT1559.001Component Object ModelSub-technique

DarkTortilla has used the `WshShortcut` COM object to create a .lnk shortcut file in the Windows startup folder.[1]

EnterpriseT1622Debugger Evasion

DarkTortilla can detect debuggers by using functions such as `DebuggerIsAttached` and `DebuggerIsLogging`. DarkTortilla can also detect profilers by verifying the `COR_ENABLE_PROFILING` environment variable is present and active.[1]

EnterpriseT1112Modify Registry

DarkTortilla has modified registry keys for persistence.[1]

EnterpriseT1071.001Web ProtocolsSub-technique

DarkTortilla has used HTTP and HTTPS for C2.[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.0
Created
Modified
Raw hash
d41f7539a94aace0...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.0Current bundled41f7539a94a…
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]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  2. [2]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  3. [3]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  4. [4]
    mitre-attackS1066
    Open source URL
  5. [5]
    mitre-attackS1066
    Open source URL
  6. [6]
    mitre-attackS1066
    Open source URL
  7. [7]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  8. [8]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  9. [9]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  10. [10]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  11. [11]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  12. [12]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  13. [13]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  14. [14]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  15. [15]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  16. [16]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  17. [17]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  18. [18]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  19. [19]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  20. [20]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  21. [21]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  22. [22]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  23. [23]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  24. [24]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  25. [25]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  26. [26]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  27. [27]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  28. [28]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  29. [29]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  30. [30]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  31. [31]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  32. [32]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  33. [33]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  34. [34]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  35. [35]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  36. [36]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  37. [37]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  38. [38]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  39. [39]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  40. [40]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  41. [41]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  42. [42]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  43. [43]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  44. [44]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  45. [45]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  46. [46]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  47. [47]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  48. [48]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  49. [49]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  50. [50]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  51. [51]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  52. [52]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  53. [53]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  54. [54]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  55. [55]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  56. [56]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  57. [57]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  58. [58]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  59. [59]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  60. [60]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 2022.

    Open source URL
  61. [61]
    Secureworks DarkTortilla Aug 2022

    Secureworks Counter Threat Unit Research Team. (2022, August 17). DarkTortilla Malware Analysis. Retrieved November 3, 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.