← Latest papers
💻 computer science

Mirage Mesh: A Multi-Layer Cyber Deception Framework for Linux Environments

This paper introduces Mirage Mesh, a lightweight, multi-layer cyber deception framework for Linux environments that integrates network, system, software, and data-layer decoys with a unified event schema and automated pipeline to detect and analyze malicious activity resembling legitimate administration, while proposing a new metric to evaluate its effectiveness across the cyber kill chain.

Original authors: Mohamed Anwar Basha M, Praveen Kumar K, Priyadharshan V, Ram Prabhu K K

Published 2026-09-08
📖 6 min read🧠 Deep dive

Original authors: Mohamed Anwar Basha M, Praveen Kumar K, Priyadharshan V, Ram Prabhu K K

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the digital world, security often relies on watching the front door. Traditional systems scan for known bad actors, looking for suspicious patterns in network traffic or unauthorized login attempts. However, a sophisticated intruder who has already slipped past the front door can move through a system with the quiet confidence of a legitimate administrator. They might check files, copy data, or escalate their privileges, all while appearing to be a normal user. Distinguishing this malicious behavior from routine administrative work is one of the hardest challenges in modern cybersecurity. To solve this, researchers have turned to a strategy called cyber deception. Instead of just building higher walls, they create a landscape filled with traps—fake services, fake accounts, and fake data—that look valuable to an attacker but serve no real purpose. When an intruder interacts with these traps, the system provides a strong indication that something is wrong, because no legitimate user would ever touch a fake resource.

A team of researchers at Sri Krishna College of Engineering and Technology has developed a new approach to this strategy, designed specifically for the Linux operating systems that power much of the internet. They call their creation Mirage Mesh. Rather than relying on a single type of trap, they built a framework that spreads deception across four different layers of a computer system: the network, the system itself, the software applications, and the data. The core idea is to make the entire environment feel like a honey trap, where every layer offers a different kind of bait. At the network level, they created a fake SSH service, which is a common way for administrators to remotely control a computer. At the system level, they set up a fake administrative account that looks like a high-level user but is actually a decoy. For the software layer, they built a fake web interface that mimics a login screen for a management system. Finally, at the data layer, they placed a file containing fake credentials, a "honeytoken," that has no real use but is designed to be found by anyone looking for secrets.

The brilliance of Mirage Mesh lies not just in the traps themselves, but in how the researchers handle the information they generate. In many security systems, every type of trap speaks a different language, forcing security teams to monitor each one separately. The researchers solved this by creating a universal translator for security events. Whenever any of the four traps is triggered, the system immediately converts the raw data into a single, standard format. This allows a central monitoring system to treat a fake login on a web page exactly the same way it treats a fake password attempt on a network connection. This unified view means that a single set of rules can detect threats across the entire system, regardless of where the threat appeared. The researchers tested this framework by simulating attacks against each layer. They found that the system successfully processed events from all four layers, converting them into a common language and alerting the central monitor without needing separate logic for each trap, though only two layers have been confirmed to operate live end-to-end so far.

The study involved running a series of controlled tests to see if the framework could handle the complexity of a multi-layered defense. The researchers recorded ten specific interactions, where a test client attempted to breach each of the four deceptive layers. The system successfully processed every single event, mapping the attacker's actions to known stages of an intrusion and identifying specific techniques used by cybercriminals. For instance, when the test client tried to scan the network, the system recognized it as a reconnaissance attempt. When it tried to guess passwords on the fake account, the system flagged it as a brute-force attack. The framework passed ninety-six automated tests, confirming that the underlying code works as intended. However, the researchers are careful to note that while the system is fully built and functional, only two of the four layers have been verified to work completely in a live, end-to-end environment. The other two layers are still being finalized, and the system has not yet been tested against a massive volume of real-world traffic to measure how often it might raise a false alarm.

What makes this work significant is its focus on simplicity and adaptability. The framework is designed to be lightweight, using open-source tools that are readily available, making it suitable for smaller organizations or academic labs that cannot afford expensive, enterprise-grade security suites. By normalizing the data from different traps, the researchers have created a system that can easily be expanded. If a new type of trap is invented in the future, it can be added to the framework simply by teaching it how to speak the common language, without needing to rewrite the entire detection system. The researchers also proposed a way to measure how effective the deception is, looking at how many layers were triggered, how deep the attacker got, and how quickly the system reacted. While they have not yet calculated a final score for these metrics because they lack a large dataset of normal activity to compare against, the framework provides the necessary tools to do so in the future.

The paper concludes that Mirage Mesh offers a practical way to increase visibility into what attackers are doing once they are inside a system. It demonstrates that by spreading deception across multiple layers and unifying the response, security teams can catch intruders who would otherwise blend in with normal activity. The researchers acknowledge that a clever attacker might eventually figure out that a specific resource is a trap and avoid it, which is why they plan to add features in the future that can rotate and change the decoys automatically. For now, the work stands as a functional proof of concept, showing that a multi-layered, unified approach to cyber deception is not only possible but can be built with the tools already available to many organizations. It offers a quiet, persistent way to watch the shadows, ensuring that even if an intruder slips past the gate, they cannot move through the house without leaving a trace.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →