LIVE · cybersecurity feed
Live wire
Malware Hijacks Android Car Head UnitsCritical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command ExecutionCVE-2026-73570 · U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalogCVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply Chain14 Trojanized npm Packages Drop RedC2 4.0 Linux Backdoor With AI-Assisted C2Hundreds of leaked AWS keys give full control over corporate accountsAndroid Car Malware Spreads Through Built-In Updaters for Ad Fraud, Proxy BotnetMalware injected into popular Rust packages to steal developer credentialsSix Maximum-Severity Flaws Found in Cisco ProductsCritical Isolated-vm Vulnerability Leads to RCE on Host
banking trojanhigh

Analysis of Ongoing Ousaban Attacks Targeting the Iberian Peninsula

Cybersecurity researchers have identified a new campaign by the banking Trojan Ousaban, primarily targeting users in Spain and Portugal. The malware, previously active in Brazil, is distributed via a sophisticated phishing PDF that leads victims to a malicious webpage. This page employs environmental and geo-fencing checks to ensure only intended targets download the payload, which includes a VBS script and the Ousaban executable. The Trojan then establishes persistence, decrypts banking-related strings using a custom algorithm, and communicates with command-and-control servers through dynamically generated hostnames.

zeroday.news ·

Researchers have observed a new campaign by the banking Trojan Ousaban, which is actively targeting users in Spain and Portugal. This malware, previously known for its activity in Brazil, is being distributed via a sophisticated phishing scheme that employs geofencing and environmental checks to limit its reach.

The attack begins with a phishing PDF file disguised as corrupted data. This PDF contains deceptive messages prompting users to update the file, leading them to a malicious webpage. The PDF also incorporates JavaScript, which is hex-escaped to evade detection, to display an error message and direct the user to this same webpage.

The malicious webpage acts as a gatekeeper, masquerading as a source for tax documents or system installers. It performs rigorous checks on the user's environment, including IP address, device data, language, and time zone, to ensure the target is within Spain or Portugal. To further prevent circumvention, the page also blocks VPN IP addresses and employs anti-analysis techniques to identify and block automated tools like sandboxes and crawlers by examining browser characteristics.

If a user passes these environmental checks, the webpage downloads a VBS file. This script then downloads a steganographic image that appears to be a PDF icon. The VBS script extracts a ZIP file from this image, which contains the Ousaban payload. Both the image and the ZIP archive are placed in the temporary folder, and the payload is dropped to a specific directory on the victim's system. The script then deletes the temporary files to minimize its footprint.

Once executed, Ousaban establishes persistence by creating a registry value named "Financeiro" (Finance). It also creates an empty file named "maisum.dat," using its creation time as an installation timestamp. The malware then decrypts a list of bank-related strings, which are used to detect when a victim accesses specific banking services. The encryption algorithm used is a custom method common among Latin American banking Trojans, including Casbaneiro.

In this campaign, Ousaban decrypts a Pastebin link that points to configuration data containing a private IP address. However, this Pastebin link appears to be a decoy. The actual command and control (C2) IP address is obtained by resolving a hostname that changes daily. This hostname is part of a dynamically managed domain, with subdomains constructed from a hard-coded string and an MD5 hash derived from a combination of another hard-coded string and the current date. The malware obtains the current date by accessing Google's Automated Queries page.

The communication between Ousaban and the C2 server is largely encrypted using the same custom algorithm. Basic commands include requests for user information, assigning victim IDs, heartbeat signals, screen resolution retrieval, and initiating screenshot capture and remote control capabilities. When the `#Iniciar#` command is received, Ousaban begins capturing screenshots and prepares for further actions like mouse and keyboard control, clipboard injection, keylogging, and generating deceptive messages to trick the victim.

Researchers note that the threat actor is continuously evolving their malware delivery methods. The use of geofencing and environmental checks in this campaign aims to limit exposure to a specific target audience. The reliance on daily changing domains for C2 access and the use of a decoy Pastebin post are further indicators of the actor's efforts to obscure their operations.

banking trojanmalwarephishingcyberespionagecommand and control
ShareXLinkedInWhatsAppFacebook

More News

view all →
security

Postal Service moves to finalize mail ballot regs before SCOTUS ruling

The rules have already been rejected by multiple state courts, but the Trump administration said it’s preparing in case of a favorable Supreme Court decision. The post Postal Service moves to finalize mail ballot regs before SCOTUS ruling appeared first on CyberScoop.

vulnerability

ToxicPanda 2.0 Gets a Major Upgrade, Expanding Attacks Across 16 Countries

ToxicPanda 2.0 targets 349 financial apps and abuses Android Wireless Debugging to gain deeper device access and steal banking credentials. ToxicPanda used to be a Europe-focused nuisance targeting a manageable list of banks. That version is gone. Zimperium’s zLabs team just documented ToxicPanda 2.0, and the numbers alone tell the story: 349 targeted financial institutions […]

ai

If you're not using AI to attack your own systems, your adversaries will

Agents are also the new attack surface - cue defenders' existential angst

privacy

TikTok Agrees to $400 Million Settlement in U.S. Child Privacy Lawsuit

TikTok has agreed to a $400 million settlement with the U.S. Department of Justice to resolve a lawsuit alleging violations of child privacy laws. The lawsuit, filed in 2024, accused the company of improperly collecting data from users under 13 and failing to comply with parental requests to delete accounts. The settlement includes an immediate payment of $300 million and an additional $100 million contingent on the dissolution of a prior consent decree related to Musical.ly.

malware

Hackers infect Android car head units with proxy botnet malware

A supply-chain attack targeting Android-based car head units is using a legitimate device-update app to spread malware that enlists compromised devices in a proxy botnet or uses them for ad fraud. [...]

security

Named Pipes Under Attack: Securing Windows Interprocess Communication

Windows named pipes provide fast interprocess communication, but weak access controls can expose privileged services to untrusted processes. ThreatLocker explains how endpoint verification, command authorization, strict input validation, and narrowly scoped privileges can help secure named-pipe communication. [...]