Ransomware in LATAM Abuses BitLocker, Printers

Latin American Ransomware Uses BitLocker, Prints Physical Ransom Notes

HIGH
July 27, 2026
5m read
RansomwareThreat ActorCyberattack

Related Entities

Threat Actors

XEntry Team

Organizations

Products & Tech

Full Report

Executive Summary

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.


Threat Overview

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.

Technical Analysis

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.

TTPs and MITRE ATT&CK Mapping

Impact Assessment

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.

IOCs — Directly from Articles

No specific Indicators of Compromise (IOCs) were provided in the source articles.

Cyber Observables — Hunting Hints

To detect the malicious use of BitLocker, security teams can hunt for the following:

Type
command_line_pattern
Value
manage-bde.exe -on [drive_letter]: -RecoveryPassword
Description
Command to enable BitLocker with a new recovery password. Legitimate use is rare outside of initial system provisioning.
Type
command_line_pattern
Value
Add-BitLockerKeyProtector -MountPoint "[drive_letter]:" -PasswordProtector
Description
PowerShell command to add a password protector to a BitLocker-encrypted volume.
Type
log_source
Value
Windows Event ID 796, 804, 805 (BitLocker-API operational log)
Description
These events log the enabling of BitLocker and the creation of recovery keys.
Type
network_traffic_pattern
Value
Unusual print jobs sent to multiple printers from a single administrative workstation or server.
Description
Potential indicator of the ransom note printing activity.

Detection & Response

  1. Monitor BitLocker Commands: Create specific detection rules for the execution of manage-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.
  2. Log BitLocker Activity: Ensure that BitLocker operational logs are enabled and forwarded to a central SIEM for monitoring. Correlate BitLocker activation events with user login activity to spot anomalies.
  3. Backup Recovery Keys: For legitimate BitLocker deployments, ensure that all recovery keys are automatically and securely backed up to a central location, such as Active Directory or Azure AD. This is a critical recovery step.

Mitigation

  1. Secure Remote Access: Harden all internet-facing services. Enforce strong passwords and MFA for all remote access solutions like RDP and VPNs. This M1032 - Multi-factor Authentication control is critical.
  2. Application Control: Use application control policies to restrict the execution of system administration tools like manage-bde.exe to only authorized administrator accounts and from authorized management servers.
  3. Least Privilege: Do not grant administrative privileges to standard user accounts. Attackers need admin rights to enable BitLocker, so limiting these privileges can stop the attack chain. This directly applies M1026 - Privileged Account Management.

Timeline of Events

1
July 27, 2026
This article was published

MITRE ATT&CK Mitigations

Securing remote access services with MFA is the most effective way to prevent the initial access vector described in these attacks.

Audit

M1047enterprise

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.

Sources & References

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

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.

Tags

RansomwareBitLockerLiving off the LandKasperskyColombiaMexico

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.