Feral Wolf Ransomware Attacks Exploit Atlassian Confluence and Misconfigured 1C Systems

Blog WriterCybersecurity News - Original News Source is cybersecuritynews.com

Spread the love

Feral Wolf is using exposed business software and weak server settings to reach corporate networks, then locking files with ransomware. The campaign shows how one overlooked internet-facing system can become the starting point for a much larger incident.

The group targeted Russian organizations in retail, construction, manufacturing, and information technology from May through August 2026. Its operators combined exploitation, stolen or weak credentials, remote access, and custom backdoors before deploying GenieLocker to encrypt data.

Analysts at BI.ZONE identified the activity while investigating the intrusions, documenting paths through vulnerable Atlassian Confluence installations, contractor environments, and poorly protected 1C:Enterprise clusters. The cases underline why external services need the same attention as core business systems.

BI.ZONE said in a report shared with Cyber Security News (CSN) that the operators also used legitimate-looking communication channels to remain active longer. That choice can make hostile traffic blend in with routine network activity and delay a defender’s response.

Feral Wolf Ransomware

One intrusion began with a publicly accessible Confluence server running inside a Docker container behind a proxy. Feral Wolf exploited CVE-2023-22515, created an account, and placed it in the Confluence administrator group.

Earlier coverage of the actively exploited Atlassian zero-day flaw illustrates why exposed collaboration platforms require rapid patching and regular account reviews.

From the container, the attackers established a foothold, ran network discovery, and found a PostgreSQL service using a weak password.

Access to that database gave them a route from the restricted container to the underlying host, where they ran commands and continued scanning the internal network.

The operation also abused insecure 1C:Enterprise server clusters exposed online. Where cluster administration was not protected, the attackers could connect to the management service and perform administrative actions without first proving their identity.

They then used specially prepared 1C database content or external processing files to make the server run operating-system commands.

A separate incident involved a cluster manager operating in debug mode. Its extra functions could be misused to launch external applications, leaving temporary command files as a potential warning sign.

These paths resemble the risks in Confluence server ransomware intrusions, where an initial application compromise rapidly becomes broader network access.

Backdoors, credential theft, and defense

After gaining access, Feral Wolf used newly documented backdoors that communicate through MQTT and Matrix, alongside a proxy utility that tunnels traffic through an existing Remote Desktop Protocol session.

By relying on widely used protocols rather than an unusual connection method, the group made command-and-control traffic harder to separate from normal activity. The attackers also collected memory from Windows systems with legitimate utilities and examined it for credentials.

In another case, they attempted to erase evidence using a PowerShell script designed to remove forensic traces. These actions can help an intruder move between systems while limiting the clues available to incident responders.

Organizations should patch Confluence promptly, remove unnecessary public access, and review administrator accounts and proxy logs.

Teams running 1C should require strong cluster administrator authentication, keep management services off the public internet, and disable debug capabilities unless they are essential.

Segmenting database and container-host networks also reduces the damage when one application is breached. Security teams should watch for unexpected administrative changes, suspicious outbound traffic over otherwise permitted protocols, unusual Remote Desktop activity, and creation of memory dumps.

Monitoring events across servers, containers, identity systems, and network boundaries can surface the linked actions earlier. The Docker host compromise risk is especially relevant when a compromised workload can reach services outside its intended isolation.

The investigation is a reminder that ransomware is rarely a single-event failure. Feral Wolf paired known flaws and configuration gaps with credential access, covert communications, and data encryption.

Closing exposed entry points and detecting the movement that follows are equally important to stopping the attack before its final stage.

That discipline matters because routine checks can connect internet exposure, configuration changes, administrator behavior, anomalous remote activity, and abnormal internal access before encryption begins.

Indicators of compromise (IoCs):-

Type Indicator Description
IP address 45.151.45[.]31 Source IP associated with the Confluence intrusion.
IP address 46.166.79[.]31 External PostgreSQL server contacted by the 1C server process.
Domain broker.hivemq[.]com MQTT broker used by the MQTTDoor backdoor.
Domain meet.element[.]tw Matrix homeserver used by the MatrixDoor backdoor.
URL hxxps://github[.]com/itm4n/PrintSpoofer/releases/download/v1.0/PrintSpoofer64.exe Tool-download location observed in attacker commands.
URL hxxps://raw.githubusercontent[.]com/evilsocket/nyx/refs/heads/main/nyx.ps1 Script-download location observed in attacker commands.
SHA-256 487886e5058294b7d965421f1d937b721fad95c63374f7dd0570d1b1e9d96c41 memfix.zip
SHA-256 2539170c4c1ffeeb17e87917687b5f86104cc88de9478696cee6e0ecaddfc9bb gs-dbus GSocket sample
SHA-256 cb5f62bf7b591e69bd38e6bf8e40e8d307d154b2935703422d44f02e403d2e78 gs-dbus GSocket sample
SHA-256 1e2e08a36b6126f2363c24b5fe7a6dbd755c35b1cb6f15cdea13fc93274019f3 exploit_cve_2026_31431.py
SHA-256 e82ecbe3823046a27d8c39cc0a4acb498f415549946c9ff0e241838b34ed5a21 fscan
SHA-256 ccfc37014ce6183bb9268e15e8569fc870e3ccc1123fc2fac9cf43862369f335 GenieLocker sample
SHA-256 023a8a4e54dd9264a7d0cca3fd08cae15c661c91bb477dfc08a5c0f9939fb5cb GenieLocker sample
SHA-256 588f817d9047f093ee8b68d1d50354a2f5cd5d01451512bdb75d726e61e419fa MQTTDoor
SHA-256 c6a0476571cf67255001201be70f6fdfc3ac945515c1c8b327a9a92a4e89991d MatrixDoor
SHA-256 b4c7e52bf47f8770683b13c6bdaee80924511673b94a6eb46157dffee8e92d05 RDPSocksProxy

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Cut every SOC alert investigation by 21 min. Power your SOC with instant IOC context for immediate response: Integrate TI Lookup in your SOC

The post Feral Wolf Ransomware Attacks Exploit Atlassian Confluence and Misconfigured 1C Systems appeared first on Cyber Security News.