It seems like a new spam bot is currently being developed. Few days ago, a fellow researcher posted a pretty good analysis of a relatively simple spam bot, which Trend Micro detects as TROJ_PROXY.AIF.
This spam bot is quite straightforward. On execution, the Trojan (TROJ_PROXY.AIF) issues a DNS query to a single domain in order to obtain an IP address in order to connect to a C&C (Command and Control ). The C&C traffic is in plain text and one can easily identify how the C&C works (Figure 1).
We say the TROJ_PROXY.AIF is simple because, unlike other spam bots like WALEDAC, the former does not have any C&C command encryption or a robust C&C (take down the domain and they’re out of business).
One saving grace of this spam bot however, is its implementation of certain techniques to avoid spam filters. Take a look at a sample spam mail generated by TROJ_PROXY.AIF (Figure 2).
![]() |
![]() |
A short glance introduces a simple spam email, but a closer look reveals that there are 5 intended recipients of the spam mail. This is quite uncommon for a spam mail since most spam email out there have a 1-spam-per-target email address format and this technique might actually throw off some spam filters.
Another technique used by this spam bot is it uses a Google group to link to in the email body which acts as a middle-man for the actual spam site advertising penis enlargement pills.
![]() |
![]() |
The two techniques mentioned, combined with the usual random lettered words and normal words in the e-mail subject and body give the spam a better chance of passing through Bayesian filters and anti-spam signatures.
Mentionable is that most of the target email addresses are Yahoo! or other webmail users, which then again slightly increases the spam’s chances of passing through since most of these webmails are free services and have slightly lower level of spam protection as compared to corporate networks with a stronger anti-spam product and stringent email policies.
In all, TROJ_PROXY.AIF may be relatively simple now, but it is possible this spam bot is still in the early stages of development and may one day evolve into something more complex.