Majinahanashi Ransomware Targets Hotels in UK and Malaysia

New 'Majinahanashi' Ransomware Group Hits Hospitality Sector

HIGH
August 21, 2026
4m read
RansomwareThreat ActorData Breach

Impact Scope

Affected Companies

The Margo HotelGrand Ion Delemen Hotel

Industries Affected

HospitalityRetailManufacturingHealthcareTechnology

Geographic Impact

United KingdomMalaysiaColombiaIndiaThailandFrancePortugalItalyUnited StatesGermany (global)

Related Entities

Threat Actors

Majinahanashi

Organizations

Other

Majinahanashi RansomwareThe Margo HotelGrand Ion Delemen Hotel

Full Report

Executive Summary

A new ransomware threat has emerged under the name Majinahanashi, a Japanese term for "Ghost Stories." This new group is actively targeting a diverse range of industries globally, with recent high-profile attacks on the hospitality sector. Victims include The Margo Hotel in the UK and the Grand Ion Delemen Hotel in Malaysia. The group operates a double-extortion model, exfiltrating data before encrypting systems with a Windows-based ransomware. The malware demonstrates advanced capabilities designed to thwart security defenses and prevent system recovery, signaling a sophisticated and potent threat.

Threat Overview

The Majinahanashi ransomware group was identified by threat intelligence firm CYFIRMA during monitoring of underground forums. The group's attacks are characterized by a classic double-extortion strategy: steal data, then encrypt files. If the ransom is not paid, the group threatens to leak the exfiltrated data. In the attack against the Grand Ion Delemen Hotel, the actors claimed to have stolen 5,045 files.

While the recent attacks focused on the hospitality industry, Majinahanashi appears to be opportunistic, with victims also observed in retail, e-commerce, manufacturing, healthcare, and technology sectors across numerous countries, including the US, UK, Germany, France, and India.

Technical Analysis

The Majinahanashi ransomware is a Windows executable. Its pre-encryption routine is extensive and focused on crippling a victim's ability to respond and recover:

  • Defense Evasion: It terminates a long list of processes and services related to security software (antivirus, EDR), backup applications, and analysis tools.
  • Recovery Inhibition: The malware systematically deletes Volume Shadow Copies using vssadmin.exe, clears Windows event logs to erase forensic traces, and disables the Windows System Restore feature.

After preparing the system, the ransomware encrypts files using an AES-256 algorithm. Each file is encrypted with a unique key, which is then itself encrypted with an embedded RSA public key. This hybrid encryption scheme ensures that decryption is impossible without the attacker's private key. Encrypted files are appended with the .majin extension, and a ransom note named README.txt is dropped in each directory.

MITRE ATT&CK Techniques Observed:

Impact Assessment

The impact of a Majinahanashi attack is severe, combining operational disruption from encryption with the data breach crisis from exfiltration. For the hospitality sector, this can mean the loss of booking systems, guest data, and payment information, leading to significant financial and reputational damage. The wide range of targeted industries indicates that no sector is safe, and the group's technical sophistication suggests they are capable of causing widespread damage.

IOCs — Directly from Articles

Type
File Name
Value
README.txt
Description
The name of the ransom note file dropped by the malware.
Type
Other
Value
.majin
Description
The file extension appended to encrypted files.

Cyber Observables — Hunting Hints

Security teams should hunt for pre-encryption behavior, which is often the best chance to stop a ransomware attack:

Type
Command Line Pattern
Value
vssadmin.exe delete shadows /all /quiet
Description
The command used to delete Volume Shadow Copies. This is a highly suspicious activity outside of specific administrative tasks.
Type
Command Line Pattern
Value
wevtutil.exe cl
Description
The command to clear Windows event logs. This is a strong indicator of an attempt to hide malicious activity.
Type
Process Name
Value
taskkill.exe, net stop
Description
Monitor for bulk termination of security-related services (e.g., MsMpEng.exe, Sophos, Veeam).

Detection & Response

  • Behavioral Detection: Deploy EDR solutions with rules that specifically alert on ransomware-like behaviors, such as rapid file modification, deletion of shadow copies, and termination of security processes. (D3-PA: Process Analysis)
  • Honeypots: Use decoy files and accounts (decoy objects) to detect unauthorized access and encryption activity early. (D3-DO: Decoy Object)
  • File Integrity Monitoring: Monitor critical files and directories for unauthorized changes. An alert on the creation of README.txt or files with the .majin extension is a late but definitive sign of infection.

Mitigation

  • Immutable Backups: Maintain offline, air-gapped, or immutable backups of critical data. Regularly test the restoration process. This is the most critical defense against any ransomware attack.
  • Endpoint Protection: Ensure EDR and antivirus solutions are up-to-date and configured with anti-ransomware and behavioral protection modules enabled.
  • Least Privilege: Enforce the principle of least privilege for user accounts. Ransomware often spreads using compromised administrative credentials, so limiting their use can contain an attack.

Timeline of Events

1
August 20, 2026
Attacks by Majinahanashi against The Margo Hotel and Grand Ion Delemen Hotel are discovered.
2
August 21, 2026
This article was published

MITRE ATT&CK Mitigations

The most crucial defense against ransomware. Maintain offline, immutable, and regularly tested backups to ensure data can be restored without paying a ransom.

Deploy modern EDR/XDR solutions with behavioral detection capabilities to identify and block ransomware activities like shadow copy deletion and mass file encryption.

Mapped D3FEND Techniques:

Restrict administrative privileges and use just-in-time access to limit the attacker's ability to perform privileged actions like disabling security tools.

Mapped D3FEND Techniques:

Timeline of Events

1
August 20, 2026

Attacks by Majinahanashi against The Margo Hotel and Grand Ion Delemen Hotel are discovered.

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

Double ExtortionDefense EvasionVolume Shadow CopyWindows RansomwareGhost Stories

📢 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.