Researchers from Kaspersky have uncovered a series of ransomware attacks in Colombia and Mexico that employ novel 'living-off-the-land' (LotL) tactics. The attackers, including a group identified as XEntry Team, are foregoing custom encryption malware and are instead using Microsoft BitLocker, a legitimate, built-in Windows drive encryption tool, to lock up victim data. In a highly unusual move, the attackers also commandeered corporate printers to print physical copies of their ransom demands, ensuring the attack is immediately and physically visible to employees. These incidents, observed in May and June 2026, highlight a trend towards using legitimate tools to make attacks stealthier and more difficult to detect.
The attacks represent a creative evolution in ransomware TTPs. By using BitLocker, the attackers' actions can be mistaken for legitimate administrative activity, helping them evade detection by security products looking for known malicious code. The process begins with attackers gaining initial access, typically through exposed and poorly configured internet-facing services like RDP. Once inside, they gain the necessary administrative privileges to enable and configure BitLocker on the target systems' drives. Victims discover the attack when they see the BitLocker padlock icon on their drives or are prompted for a recovery key upon reboot.
The use of printers for the ransom note is a psychological tactic designed to create panic and urgency. It bypasses digital communication channels and delivers a physical artifact of the attack directly into the office environment, maximizing disruption.
This campaign is a prime example of a living-off-the-land attack, where threat actors use tools already present in the target environment to achieve their objectives.
T1133 - External Remote Services such as misconfigured RDP or VPNs.T1059.001 - Command and Scripting Interpreter: PowerShell.T1218 - System Binary Proxy Execution and T1036 - Masquerading, as the encryption process itself is performed by a trusted system component (manage-bde.exe).T1486 - Data Encrypted for Impact. The novel ransom note delivery method could be considered a sub-technique of T1491 - Defacement, but applied to a physical device.The use of BitLocker presents a significant recovery challenge. If the attackers successfully encrypt the drives and are the sole holders of the recovery key, the data may be irrecoverable without paying the ransom, similar to traditional ransomware. The LotL approach makes attribution and detection more difficult. For victim organizations in Colombia and Mexico, this resulted in significant business disruption. The psychological impact of receiving a physical ransom note can also increase pressure on leadership to pay, as it makes the threat feel more immediate and invasive.
No specific Indicators of Compromise (IOCs) were provided in the source articles.
To detect the malicious use of BitLocker, security teams can hunt for the following:
command_line_patternmanage-bde.exe -on [drive_letter]: -RecoveryPasswordcommand_line_patternAdd-BitLockerKeyProtector -MountPoint "[drive_letter]:" -PasswordProtectorlog_sourceWindows Event ID 796, 804, 805 (BitLocker-API operational log)network_traffic_patternmanage-bde.exe or BitLocker-related PowerShell cmdlets outside of authorized maintenance windows or by non-provisioning accounts. This is a form of D3FEND Process Analysis.M1032 - Multi-factor Authentication control is critical.manage-bde.exe to only authorized administrator accounts and from authorized management servers.M1026 - Privileged Account Management.Securing remote access services with MFA is the most effective way to prevent the initial access vector described in these attacks.
Enable and monitor logs related to BitLocker and print services to detect anomalous activity indicative of this attack chain.
Restrict administrative privileges to prevent attackers from gaining the rights needed to execute `manage-bde.exe` across the environment.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.