QuimaRAT: the Java-based multi-platform RAT that is marketed as MaaS and raises the evasion to a new level

Author: Published 4 min de lectura 227 reading

The images in this article were generated with artificial intelligence. How we publish

Cybersecurity researchers have identified a new family of Java-based remote Trojans that deserves attention for their scope and professionalism: QuimaRAT. Designed to run on Windows, Linux and macOS, this threat is not an isolated experiment, but a product marketed under a model of malware-as-a-service (MaaS) which reduces the technical entry barrier for malicious actors.

Beyond the price and subscriptions announced, what distinguishes QuimaRAT is its modular architecture with encryption plugin support, its builder capable of generating artifacts for multiple environments (JAR, EXE, APP, SH, BAT, VBS, among others) and a delivery system that abuses browser confidence to introduce useful loads from cache. These features allow an operator to set up campaigns with little effort and adapt the malware to the target without redoubling it.

QuimaRAT: the Java-based multi-platform RAT that is marketed as MaaS and raises the evasion to a new level
Image generated with IA.

The use of native bookstores via Java Native Access (JNA) for Windows, Linux and macOS, combined with ofuscation and rotation mechanisms of static indicators, indicates a clear intention to evade detection and support persistent and resilient operations in heterogeneous environments. The presence of a loader that deceives the user to run a "clean loader" which then reads the load from the browser cache is an example of social engineering aligned with modern avoidance techniques.

In operational terms, QuimaRAT incorporates multiple persistence methods (Run entries and Windows programmed tasks, .desktop and crontab in Linux, LaunchAgent in macOS), a locking mechanism to avoid multiple instances, the possibility of running packed payloads (binder), and a command and control channel that can use TCP, WebSocket, TLS or HTTPS. It also includes less common options such as updating C2 via contents hosted in Pastebin, which facilitates infrastructure rotation.

The reported capabilities include remote command execution, dynamic delivery of plugins and payloads, exfiltration of credentials, clipboard handling, file transfer, and access to webcam, as well as phileless execution of shellcode on Windows hosts. This makes QuimaRAT a platform more than a single binary: operators can extend it according to their needs and maintain long access.

The emergence of offers like QuimaRAT has clear implications for companies and users: multiplatform access, commercial availability and integrated avoidance techniques They raise the risk of campaigns targeting both servers and workstations and macOS, an ecosystem that has historically been less frequent target but now receives more attention.

From a defensive perspective, it is appropriate to prioritize controls that reduce the attack surface: to apply the policy of minimum privilege, to restrict the execution of Java and other runtimes only to machines that need them, to implement allowlisting of applications and to strengthen telemetry and detection rules in EDR to identify abnormal behaviors such as the creation of persistent agents, execution from temporary directories and unusual outgoing connections. Do not rely exclusively on browser filters or SmartScreen, since social engineering mechanisms can draw them.

For network operations, it is recommended to monitor and alert persistent traffic patterns to domains and services that are not common to the organization, as well as to consider the inspection and control of HTTPS traffic when privacy policy and technical capacity allow. The rotation of C2 through public services requires that signals be correlated (e.g. repeated downloads from public resources, sudden changes in contact endpoints) and not only depend on blockages per domain.

QuimaRAT: the Java-based multi-platform RAT that is marketed as MaaS and raises the evasion to a new level
Image generated with IA.

If commitment is suspected, immediate actions should include the isolation of the affected equipment, forensic collection of memory and artifacts (logs, registration entries, scheduled tasks, LaunchAgens / .desktop), rotation of credentials with priority in service and administration accounts, and network analysis to identify C2 connections. Restituir from reliable backups and review the distribution chain of the onset of infection are critical steps to avoid reinfections.

Security managers and managers should strengthen preventive measures such as network segmentation, multifactor authentication for critical access, restrictions on the execution of macros and documents with active content, and education focused on the detection of false pages and "false download buttons." Safety policies should also include monitoring of persistent-related devices (Run keys, Scheduled Tasks, crontab, LaunchAgens).

QuimaRAT again shows that modern threats combine commercial components, social engineering techniques and advanced evasion capabilities; therefore effective defense combines technical layers, continuous visibility and response capacity. For guidance on general protection and strengthening practices against malware and RATs, see official resources such as CISA tips on https: / / www.cisa.gov / shields-up and taxonomy of adversary techniques in MITRE ATT & CK in https: / / attack.mitre.org / which can help map detections and controls against this type of threat.

Coverage

Related

More news on the same subject.