May 9, 2016 By Larry Loeb 2 min read

In April, security researchers at Zscaler came across malware that targets a specific bank and steals user credentials. This infostealer Trojan seems to be Spanish in origin, and so far has targeted users in the U.S. and Mexico.

Mexico’s second-largest bank, Banamex, is its current target. However, the Trojan could be configured to attack other financial institutions.

About the Infostealer Trojan Operation

The installer that is the Trojan payload’s limousine has two extensions in its file name. This seems to be a way to try to impersonate a PDF file, but it appears on the desktop as a generic .exe file, not a PDF, so the camouflage fails.

The installer will attempt to download three files: the actual infostealer, a Fiddler proxy engine for .net applications and open-source JSON framework for .net applications. Interestingly, the last two files are legitimate: Though they are being used by the malware authors for malicious purposes, the code seems to be unaltered from its original state.

All three of the files are downloaded to the Windows system directory. The infostealer checks for the Fiddler and JSON files upon starting. If they’re not present, it will attempt to download them from a hard-coded location.

For Windows XP and Windows Server 2003, the malware creates an autostart registry key entry ensuring the persistence of the malware if the system is rebooted. It behaves differently on other Windows versions, installing root certificates early in the process.

The malware then collects information from the victim’s system, after which it is sent to a remote C&C server in an encoded format, according to Zscaler. The banking Trojan uses the Fiddler proxy engine to intercept Web connections and redirect the users to the attacker-controlled server, which hosts the impostor banking website.

The Fiddler proxy engine comes in handy here; it sends the victim to the fake website but resolves the domain to the IP address so the fraudulent page appears legitimate. There, the user’s banking credentials can be intercepted.

Warnings for the Future

Attackers can modify this Trojan rather simply. There is a 10-minute loop in the code that downloads a configuration file, so any changes to that file will quickly propagate.

Thinking this is a limited attack on one Mexican bank is shortsighted. The framework can be easily changed and expanded to threaten more people in the near future.

More from

FYSA — VMware Critical Vulnerabilities Patched

< 1 min read - SummaryBroadcom has released a security bulletin, VMSA-2025-0004, addressing and remediating three vulnerabilities that, if exploited, could lead to system compromise. Products affected include vCenter Server, vRealize Operations Manager, and vCloud Director.Threat TopographyThreat Type: Critical VulnerabilitiesIndustry: VirtualizationGeolocation: GlobalOverviewX-Force Incident Command is monitoring activity surrounding Broadcom’s Security Bulletin (VMSA-2025-0004) for three potentially critical vulnerabilities in VMware products. These vulnerabilities, identified as CVE-2025-22224, CVE-2025-22225, and CVE-2025-22226, have reportedly been exploited in attacks. X-Force has not been able to validate those claims. The vulnerabilities…

SoaPy: Stealthy enumeration of Active Directory environments through ADWS

10 min read - Introduction Over time, both targeted and large-scale enumeration of Active Directory (AD) environments have become increasingly detected due to modern defensive solutions. During our internship at X-Force Red this past summer, we noticed FalconForce’s SOAPHound was becoming popular for enumerating Active Directory environments. This tool brought a new perspective to Active Directory enumeration by performing collection via Active Directory Web Services (ADWS) instead of directly through Lightweight Directory Access Protocol (LDAP) as other AD enumeration tools had in the past.…

Smoltalk: RCE in open source agents

26 min read - Big shoutout to Hugging Face and the smolagents team for their cooperation and quick turnaround for a fix! Introduction Recently, I have been working on a side project to automate some pentest reconnaissance with AI agents. Just after I started this project, Hugging Face announced the release of smolagents, a lightweight framework for building AI agents that implements the methodology described in the ReAct paper, emphasizing reasoning through iterative decision-making. Interestingly, smolagents enables agents to reason and act by generating…

Topic updates

Get email updates and stay ahead of the latest threats to the security landscape, thought leadership and research.
Subscribe today