Happy Ransomware
(MedusaLocker family – Enterprise-targeted ransomware)
Discovery timeframe: January 2026
Target profile: Medium to large enterprise networks
Impact type: Network-wide encryption, data theft, extortion
Executive Summary
Happy is a newly identified ransomware variant belonging to the MedusaLocker family. It was observed targeting enterprise environments rather than individual users. Once inside a network, Happy spreads laterally, disables security controls, encrypts critical systems using a combination of AES and RSA cryptography, and demands payment for decryption and to prevent data leakage.
This is not a smash-and-grab attack. Happy is deployed after attackers gain persistent access, understand the environment, and prepare the network for maximum damage.
What Happy Ransomware Is
Happy ransomware is a customized MedusaLocker strain with updated encryption routines, revised ransom notes, and improved evasion techniques. Like other MedusaLocker variants, it is used in human-operated attacks, meaning attackers manually control the intrusion before launching the ransomware.
Key characteristics:
- Targets Windows enterprise networks
- Encrypts local drives, mapped drives, and network shares
- Uses AES-256 for file encryption and RSA-2048/4096 for key protection
- Employs double extortion (encryption + data theft)
- Leaves a ransom note per directory and on the desktop
- Appends a custom file extension (varies by campaign)
Who Was Impacted
Observed targeting includes:
- Corporate Active Directory environments
- File servers and database servers
- Virtualized infrastructure (VMware / Hyper-V hosts)
- Backup servers reachable from the domain
- Systems with exposed RDP or VPN access
Victims typically include:
- Manufacturing firms
- Professional services
- Healthcare providers
- Logistics and transportation
- Financial and insurance organizations
How the Attack Happened (Initial Access)
Happy ransomware does not arrive directly. It is the final stage of a broader intrusion.
Primary Initial Access Vectors
- Compromised RDP
- Exposed RDP services brute-forced or accessed using stolen credentials
- Weak or reused passwords common
- No MFA enabled
- Stolen VPN Credentials
- Credentials obtained from prior infostealer infections
- VPN gateways without MFA exploited
- Attackers log in as legitimate users
- Exploitation of Unpatched Systems
- Known vulnerabilities in:
- Exchange
- Citrix
- Fortinet
- Pulse Secure
- Web shell or admin access used as a foothold
- Known vulnerabilities in:
- Phishing (less common but observed)
- Initial loader delivered via malicious attachment
- Leads to credential theft and lateral movement
What Happened After Access (Kill Chain)
1. Establishing Persistence
Attackers ensure they won’t lose access:
- Creation of new local/domain admin accounts
- Scheduled tasks and services
- Registry run keys
- Use of legitimate admin tools (Living-off-the-Land)
2. Privilege Escalation
- Abuse of existing admin privileges
- Credential dumping using LSASS memory access
- Harvesting cached credentials and NTLM hashes
3. Reconnaissance
Attackers map the environment:
- Active Directory enumeration
- Identifying domain controllers
- Listing file servers, backups, and critical apps
- Checking antivirus and EDR products
4. Lateral Movement
Tools and techniques used:
- PsExec
- SMB
- WMI
- Remote scheduled tasks
- RDP between internal hosts
Payloads and Tools Used
Happy ransomware itself is only one payload.
Pre-Ransomware Tooling
- Credential dumpers
- Network scanners
- Archiving tools for data exfiltration
- Command-line utilities already present on Windows
Ransomware Payload
- Single Windows PE executable
- Often renamed to appear legitimate
- Executed manually by the attacker
- Sometimes deployed via Group Policy or PsExec
Encryption Process
- Key Generation
- Unique AES key per file or session
- AES keys encrypted using attacker-controlled RSA public key
- File Encryption
- Targets documents, databases, backups, virtual disks
- Skips system files to keep OS running
- Encrypts network shares accessible by compromised accounts
- File Renaming
- Appends a custom extension (examples observed):
.happy .locked .medusa
- Appends a custom extension (examples observed):
- Ransom Note Deployment
- HTML or TXT note dropped in each directory
- Desktop wallpaper sometimes modified
Ransom Note Behavior
The ransom note typically includes:
- Confirmation that files are encrypted
- Claim of data exfiltration
- Threat to publish stolen data
- Tor or encrypted email contact
- Payment instructions in cryptocurrency
Tone is direct, professional, and threatening, designed to pressure executives rather than end users.
Security Controls Tampered With
Before encryption, attackers attempt to neutralize defenses:
- Disable Windows Defender via registry and PowerShell
- Stop EDR services if possible
- Delete shadow copies:
vssadmin delete shadows /all /quiet - Disable recovery options
- Attempt to delete or encrypt backups
Indicators of Compromise (IOCs)
File Indicators
- Unknown executables launched from:
C:\Users\Public\ C:\ProgramData\ C:\Windows\Temp\ - Files with new extensions:
*.happy *.locked *.medusa
Process Indicators
- Unusual execution of:
psexec.exe powershell.exe -EncodedCommand vssadmin.exe wbadmin.exe bcdedit.exe
Registry Changes
- Defender tampering:
HKLM\Software\Policies\Microsoft\Windows Defender\DisableAntiSpyware - Run keys for persistence
Network Indicators
- Internal SMB traffic spikes
- Lateral RDP sessions at odd hours
- Outbound connections to:
- Tor nodes
- VPS hosting providers
- Rare or newly registered domains
Behavioral Indicators
- Sudden mass file modification
- Backup deletion events
- Security service stop events
- Multiple failed and successful logins across systems
Detection Rules
Endpoint Detection
Alert on:
- Execution of
vssadmin delete shadows - PowerShell with Base64 encoded commands
- PsExec launching from non-admin workstations
- Creation of scheduled tasks by non-IT users
Network Detection
- East-west SMB scanning
- High-volume file writes in short timeframes
- RDP login from unusual internal hosts
SIEM Correlation
- Admin account creation followed by encryption activity
- Credential dump tools + lateral movement + ransomware execution within same session
Impact Summary
Business impact includes:
- Complete loss of file availability
- Operational downtime
- Potential regulatory exposure due to data theft
- Loss of backups
- Reputational damage
Recovery often requires:
- Full domain rebuild
- Password resets for all users
- Restoration from offline backups
- Legal and incident response engagement
Key Takeaways
- Happy ransomware is not opportunistic — it’s deliberate and human-operated
- Initial access usually predates encryption by days or weeks
- Lack of MFA and exposed remote access are the biggest risk factors
- Backup isolation and credential hygiene are critical
- Early detection during lateral movement is the best chance to stop it
