In early August 2025, cybersecurity teams in Türkiye detected a new Java-based loader that avoided detection by all public sandboxes, antivirus programs, and enterprise EDR/XDR systems.
A phishing campaign, known as SoupDealer, emerged, distributing a three-stage loader through files like TEKLIFALINACAKURUNLER.jar.
By infosecbulletin
/ Monday , August 24 2026
A mysterious AI model dubbed "Ox Alpha" has surfaced online and created noise within the developer community after releasing on...
Read More
By infosecbulletin
/ Monday , August 24 2026
A group of hackers named “Madarax” claims they have stolen and are offering to sell the personal information of about...
Read More
By infosecbulletin
/ Monday , August 24 2026
A new hacking technique has been demonstrated to steal data from Elon Musk's Grok AI. It uses a simple trick...
Read More
By infosecbulletin
/ Sunday , August 23 2026
More than 9,300 AWS access keys that were made public from August 2022 to August 2026 are still active, says...
Read More
By infosecbulletin
/ Sunday , August 23 2026
US Bank is looking into LockBit's claims about a breach and stolen data. The ransomware group says they will share...
Read More
By infosecbulletin
/ Friday , August 21 2026
Central Asian government agencies have been attacked in a cyber spy operation that used a small but different range of...
Read More
By infosecbulletin
/ Friday , August 21 2026
T-Mobile’s cybersecurity team reportedly physically cut a network cable connecting compromised infrastructure to the outside world. According to Bloomberg, the move...
Read More
By infosecbulletin
/ Friday , August 21 2026
Splunk has issued security fixes for 17 weaknesses in different apps and add-ons, such as Splunk MCP Server, Splunk AI...
Read More
By infosecbulletin
/ Friday , August 21 2026
Security experts have shown that expired credit cards can still be used. A study from the University of Massachusetts Amherst,...
Read More
By infosecbulletin
/ Thursday , August 20 2026
CERT Polska has alerted that bad actors are actively exploiting a security flaw in Zimbra Collaboration Suite to execute code...
Read More
The initial .jar file, deployed via spearphishing, reveals its payload only if the victim’s system runs Windows in Turkish and is in Türkiye.

After confirmation, it downloads Tor, sets up ongoing tasks, and creates a hidden C2 channel via the Tor network.
Malware researchers observed that this campaign used custom class loaders to decrypt and load multiple payloads in memory, bypassing both static and dynamic analysis.

After the first stage’s obfuscation layers are peeled away, a small Java class (Loader7) performs AES‐ECB decryption of an embedded resource named d6RuwzOkGZM12DXi.
The decryption key, hardcoded as a simple string, is expanded via SHA-512 and truncated to derive the AES key. Once decrypted, the stage2 payload emerges as stage2.jar, which itself contains a matryoshka‐style RC4‐encrypted “stub” resource.
After the second stage, the decrypted stub class uses a custom findClass override to directly define classes from RC4-decrypted byte arrays, avoiding any on-disk markers.
.
SoupDealer evaded host-based antivirus by ensuring no security software was running before moving on. It downloads and installs Tor if necessary, checking connectivity through check.torproject.org via a localhost proxy.
It activates the Adwind backdoor module, creating an encrypted C2 connection via onion routing on specific ports. For full technical report click here.