An emerging trend among ransomware gangs is encrypting only parts of files, instead of complete encryption of files or drives.
The tactic, dubbed intermittent encryption, is effective and can offer some advantages to cyber criminals.
Automated detection tools may have a more difficult time catching signs of the malicious action if there's less file modification happening as the encryption takes place.
Additionally, the time to encryption is decreased by an order of magnitude depending on how much data is skipped, while still producing files that are damaged enough to be useless.
Some implementations of the technique include options to encrypt every X number of bits / bytes / megabytes while skipping Y of the same.
Others offer less options to operators but remain sophisticated by using pre-coded settings based on file size. Black Basta, for example, encrypts all content under 704 bytes. If the file is between 704 bytes and 4KB, 64 bytes are encrypted and then 192 are skipped. For files larger than 4KB, unencrypted spaces are reduced to 128 bytes but keeps 64 byte blocks of encryption.
Due to the significant advantages (speed, more difficult detection) and basically no downsides, security people should expect to see widespread adoption of this technique.