Lucian Constantin
CSO Senior Writer

Browser-hijacking malware talks to attackers using SPF email validation protocol

news
Jan 28, 20133 mins

The technique makes malicious traffic harder to detect for firewalls and other network security systems, researcher says

A new Trojan program that displays rogue advertisements during browsing sessions uses a DNS-based email validation protocol called the SPF (Sender Policy Framework ) in order to receive instructions from attackers without being detected, according to security researchers from Symantec.

The new malware is called Trojan.Spachanel and its purpose is to inject malicious JavaScript code into every Web page opened on infected computers, Symantec researcher Takashi Katsuki said Friday in a blog post.

[ Also on InfoWorld: Roger Grimes asserts you don’t need a firewall. Agree or disagree? Join the discussion and let him know. | The Web browser is your portal to the world — as well as the conduit that lets in many security threats. InfoWorld’s expert contributors show you how to secure your Web browsers in this “Web Browser Security Deep Dive” PDF guide. ]

The malware injects HTML script elements that load JavaScript files from remote URLs. The role of the JavaScript code is to display rogue advertisements inside pop-up windows and trick users to click on them, which generates income for the attackers, Katsuki said.

However, the most interesting aspect of this malware is the way in which it receives updated URLs from attackers to use in the rogue HTML script elements.

The malware periodically generates a domain name according to a predefined algorithm and makes an SPF lookup for it. Knowing in advance which domain will be generated, the attackers register it and configure its SPF record to contain IP (Internet Protocol) addresses or host names that will be used by the malware to construct new malicious URLs.

SPF was designed to detect email spoofing and is implemented using the DNS (Domain Name System).

A domain name owner can specify an SPF policy — a number of IP addresses or host names that are allowed to send emails from that particular domain — inside a DNS TXT or SPF record. Email servers can then perform SPF lookups via DNS in order to check that email messages appearing to have been sent from that domain actually came from an IP address authorized by the domain administrator.

If the sender IP address or host specified in an email’s header is not listed in the SPF policy for the corresponding domain name then the email sender’s address was probably spoofed.

In the case of Trojan.Spachanel, the SPF policy for the domain name is not used to validate emails, but to provide a new list of malicious host names to be used by the malware.

Using this technique, attackers can hide the malicious traffic from firewalls and other security products that might otherwise block direct connections to known malware command-and-control servers.

That’s because in order to perform SPF lookups, the malware queries a trusted DNS server located on the local network or the Internet service provider’s network. This server then queries other DNS servers up the chain until the request reaches the authoritative DNS server for the domain name, which responds with a TXT or SPF record containing the SPF policy.

“In some cases, specific domains are blocked by a local DNS server, but this malware generates a domain that is rarely filtered,” Katsuki said.

Lucian Constantin

Lucian Constantin writes about information security, privacy, and data protection for CSO. Before joining CSO in 2019, Lucian was a freelance writer for VICE Motherboard, Security Boulevard, Forbes, and The New Stack. Earlier in his career, he was an information security correspondent for the IDG News Service and Information security news editor for Softpedia.

Before he became a journalist, Lucian worked as a system and network administrator. He enjoys attending security conferences and delving into interesting research papers. He lives and works in Romania.

You can reach him at lucian_constantin@foundryco.com or @lconstantin on X. For encrypted email, his PGP key's fingerprint is: 7A66 4901 5CDA 844E 8C6D 04D5 2BB4 6332 FC52 6D42

More from this author