Has deployed ransomware and has announced partnerships with ransomware groups including Vect and CipherForce in online criminal forums.1
Data Encrypted for Impact T1486
- Tactic
- Impact
- Platforms
- ESXi, IaaS, Linux, macOS, Windows
- Version
- 1.5
- Created
- 15 March 2019
- Last modified
- 12 May 2026
- Contributors
- Oleg Kolesnikov, Securonix; Mayuresh Dani, Qualys; Harshal Tupsamudre, Qualys; Travis Smith, Qualys; ExtraHop
Adversaries may encrypt data on target systems or on large numbers of systems in a network to interrupt availability to system and network resources. They can attempt to render stored data inaccessible by encrypting files or data on local and remote drives and withholding access to a decryption key. This may be done in order to extract monetary compensation from a victim in exchange for decryption or a decryption key (ransomware) or to render data permanently inaccessible in cases where the key is not saved or transmitted.[1][2][3][4]
Data Encrypted for Impact MITRE reference T1486
19 groups have been recorded using this technique. Newest first; each entry carries MITRE’s procedure text and a link to the group’s full record. Click a name to filter the rules below.
Has utilized legitimate disk encryption utilities to increase likelihood of encrypting system drives and reduce system recovery efforts.12
Has encrypted files in victim environments using ransomware as a service (RaaS) including Sabbath, Hive, BlackCat, Hunters International, LockBit 3.0 and Embargo ransomware.1
Has encrypted files using AES-256 encryption which then appends the file extension “.medusa” to encrypted files and leaves a ransomware note named “!READ_ME_MEDUSA!!!.txt.”1234
Has encrypted files on victim networks through the generation of Qilin ransomware payloads.1
Is a financially-motivated entity linked to the deployment of Black Basta ransomware in victim environments.1
All 19 groups for this technique · 6 newest in this preview
4 campaigns have been recorded using this technique. Listed newest first; dates are year-granularity and attribution is MITRE’s.
During SharePoint ToolShell Exploitation, threat actors deployed ransomware including 4L4MD4R and Warlock.12
During C0018, the threat actors used AvosLocker ransomware to encrypt files on the compromised network.12
During C0015, the threat actors used Conti ransomware to encrypt a compromised network.1
During HomeLand Justice, threat actors used ROADSWEEP ransomware to encrypt files on targeted systems.123
All 4 campaigns for this technique
62 software entries are documented implementing this technique. MITRE files each as a tool or as malware; newest first, then by how many groups carry them.
Can incorporate a ransom command to encrypt specified files and folders.123
Has the ability to encrypt files with the ChaCha20 and Curve25519 cryptographic algorithms.1 Embargo also has the ability to encrypt system data and add a random six-letter extension consisting of hexadecimal characters such as ".b58eeb" or “.3d828a” to encrypted files.2
Has encrypted files using AES-256 encryption, which then appends the file extension “.medusa” to encrypted files and leaves a ransomware note named “!READ_ME_MEDUSA!!!.txt.”1234
Can use AES-256 or ChaCha20 for domain-wide encryption of victim servers and workstations and RSA-4096 or RSA-2048 to secure generated encryption keys.12345678
Can use Elliptic Curve Encryption to encrypt files on targeted systems.1 RansomHub can also skip content at regular intervals (ex. encrypt 1 MB, skip 3 MB) to optomize performance and enable faster encryption for large files.2
Can encrypt targeted data using the AES-256, ChaCha20, or RSA-2048 algorithms.1234
All 62 software entries for this technique · 6 newest in this preview
Offense vs defense T1486
Is defensive coverage keeping up with adversary use? Eight counts, each ranked against all 697 ATT&CK techniques. Attack sits left, defense right, so a shape leaning left means adversaries are better documented here than defenders are equipped. Hover any spoke for its percentile and the share of techniques that have more. The timeline below shows when each side arrived.
How it got here
Adversary activity (campaign spans) over cumulative rule output. Each source is plotted independently from zero, so neither line includes the other. Campaign dates are year-granularity.
Data Encrypted for Impact detection strategy DET0215
MITRE names one behaviour worth catching for this technique and breaks it into 5 analytics, one per platform. Each carries the log sources it needs and the fields you tune per environment.
Detection of Multi-Platform File Encryption for Impact
AN0602 · Windows
High-frequency file write operations using uncommon extensions, followed by ransom note creation, registry tampering, or shadow copy deletion. Often uses CLI tools like vssadmin, wbadmin, cipher, or PowerShell.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Process CreationDC0032 | WinEventLog:Sysmon | EventCode=1 |
| File CreationDC0039 | WinEventLog:Sysmon | EventCode=11 |
| File ModificationDC0061 | WinEventLog:Sysmon | EventCode=2 |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| FileExtension | Non-standard or randomly generated file extensions may indicate encrypted content. |
| TargetFolder | Focus on user document folders, network shares, or system paths like %System32%. |
| TimeWindow | Correlate rapid writes and renames within seconds across high file count. |
| CommandLine | Flag common ransomware tools or functions (vssadmin delete shadows /all /quiet). |
AN0603 · Linux
Encryption via custom or open-source tools (e.g., openssl, gpg, aescrypt) recursively targeting user or system directories. Also includes overwrite of existing data and ransom note drops.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Process CreationDC0032 | auditd:SYSCALL | execve |
| File ModificationDC0061 | auditd:SYSCALL | openat, write, rename, unlink |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| FilenamePattern | Look for creation of ransom note files (e.g., READ_ME.txt, HELP_DECRYPT.html). |
| SyscallBurstRate | High write/open/unlink activity in short intervals indicates encryption attempts. |
| DirectoryTargeted | Correlate activity in /home, /etc, /opt, or mounted volumes. |
AN0604 · macOS
Userland or kernel-level ransomware encrypting user files (Documents, Desktop) using srm, gpg, or compiled payloads. Often correlated with ransom note creation in multiple directories.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Process CreationDC0032 | macos:unifiedlog | exec srm|exec openssl|exec gpg |
| File ModificationDC0061 | macos:unifiedlog | file encrypted|new file with .encrypted extension|disk write burst |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| ExtensionPattern | Encrypted files may use .locked, .enc, or ransom-specific extensions. |
| VolumeTargeted | Detect activity targeting mounted external or backup volumes. |
AN0605 · ESXi
Ransomware encrypts .vmdk, .vmx, .log, or VM config files in VMFS datastores. May rename to .locked or delete/overwrite with encrypted versions. Often correlates with shell commands run through dcui, SSH, or vSphere.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| File ModificationDC0061 | esxi:vmkernel | rename .vmdk to .*.locked|datastore write spike |
| Command ExecutionDC0064 | esxi:shell | openssl|tar|dd |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| FileType | Detect renames or write patterns involving .vmdk, .vmx, .nvram. |
| UserContext | Identify shell sessions opened by root or unexpected users outside maintenance window. |
AN0606 · IaaS
Encryption of cloud storage objects (e.g., S3 buckets) via Server-Side Encryption (SSE-C) or by replacing objects with encrypted variants. May include API patterns like PutObject with SSE-C headers.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Cloud Storage ModificationDC0023 | AWS:CloudTrail | PutObject (with SSE-C), UploadPart (SSE-C) |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| SSEHeader | SSE-C headers indicate attacker-controlled encryption keys. |
| AffectedBucket | Prioritize logs, backups, or shared document storage buckets. |
| UserAgent | Detect scripted automation vs console-based API behavior. |
On Windows 10, enable cloud-delivered protection and Attack Surface Reduction (ASR) rules to block the execution of files that resemble ransomware. In AWS environments, create an IAM policy to restrict or block the use of SSE-C on S3 buckets.
Consider implementing IT disaster recovery plans that contain procedures for regularly taking and testing data backups that can be used to restore organizational data. Ensure backups are stored off system and is protected from common methods adversaries may use to gain access and destroy the backups to prevent recovery. Consider enabling versioning in cloud environments to maintain backup copies of storage objects.
Tests from Atomic Red Team (MIT licence) · technique definition