
The Cisco Umbrella Team has been tracking an Exploit Kit campaign that we refer to as ‘Seamless’ due to its inclusion of the now deprecated seamless iframe attribute. This campaign has been discussed indirectly in other blog posts – we’d like to shed more information on its details.
In the Wild
In early February, 2017 our HitList classifier identified a redirection to a known Rig Exploit Kit Gate:
- http://forexo-click.info/flow2[.]php to new.admastersagency[.]com

We immediately blocked this domain, however, starting in March following a lull in the latter part of February, we’ve seen an increasing number of redirections to other known gates by systems hosted in the same ASNs: AS39134 and AS197695.
The majority of infections we’re seeing appear to be targeted towards Canada. This may be intended by the campaign or just be an unintended result of the distribution network. You’ll notice a number of references to Canada in the URI section below.
Landing Page
Common in some Rig EK campaigns, an actor compromises a website to inject a malicious iframe which, unbeknownst to it’s visitors, fetches content from the exploit kit gate. The gate then profiles the user and delivers an exploit or some other malicious content.
What makes this campaign slightly different is that the initial website (referred to here as a landing page, not to be confused with an EK landing page) which includes the iframe does not appear to be a compromised site. It looks to be in use for the sole purpose of delivering the iframe. This implies the campaign may be focused on malvertising or direct email links as a key method to drive traffic towards its sites. Malvertising also supports the observations in the prior report of this campaign mentioned above.
These landing pages follow a few common patterns, discussed in following sections.
Page Content
It appears the campaign is testing the content of these landing pages. For instance, this example found on http://z-soft[.]biz/index1.php includes example code from bike guru and internet bad-boy, Sheldon Brown, but lacks the actual iframe src:
While other sites are ready for production, such as this example from http://194.58.38[.]54/canadajapan.php:
Root Content
The root directories on some of the systems hosting landing pages include slightly more sophisticated JavaScript which grabs the timezone information from the user and posts it back to the PHP script before disclosing the gate. Here is an example from http://194.58.58[.]193/:
A deobfuscated version of this same JavaScript shows that they may be using Google Analytics to track infections:
In response to this POST, the user will be redirected to the PHP script via JavaScript:
We saw cross-redirection between the two hosts, for example:
- http://194.58.58[.]193/ redirects to http://194.58.38[.]103/sploit/flow3.php
- http://194.58.38[.]103 redirects to http://194.58.38[.]103/sploit/flow3.php
While http://194.58.58[.]193/index1.php lacks an iframe src.
iframe Structure
The iframe declaration is pretty white label – its positioned right after the center tag, includes zero’ed width, height and no frame border, plus the addition of the seamless attribute. This seamless attribute has been used in various exploit related content, even one instance involved in a notorious leak. However we haven’t seen it used in any recent campaigns, probably because its deprecated, which may imply this is a new effort by an old schooler or just someone who copied it from existing code.
URIs
We’ve observed a few different permutations of the URI for these systems:
- /index1.php
- /sploit/index1.php
- /canadajapan.php
- /flowchina.php
- /sploit/flow336.php
- /china.php
- /sploit/flow2.php
- /sploit/flow3.php
- /usa.php
- /japan.php
- /flowrabit.php
- /flow77.php
Hosting Infrastructure
Most of the systems found to be associated with the landing pages used by this campaign were all hosted in AS39134 and AS197695, owned by a Russian provider. While most activity was IP centric, the few domains involved also linked back to this provider. forexo-click[.]info, one of the first domains seen exhibiting these behavior, was registered a day before malicious traffic was set up on it.
We observed activity on the following systems:
- 194.58.40[.]198
- 194.58.58[.]193
- 194.58.38[.]54
- 194.58.38[.]51
- forexo-click[.]info
- z-soft[.]biz
- lexushireahero[.]com
- xn--15-mmc[.]xn--p1acf
Registrant
Pivoting off of the registrant for forexo-click[.]info, we came across z-soft[.]biz, which served what appeared to be a testing page containing the same landing page content without an iframe src target defined.
Infection
The infection chain is what you’d expect from a Rig campaign:
Before the Flash object, the gate returns a page including a few strings between the script tags:

The exploit achieves code execution and transfers control to the following one liner which fetches an encoded binary and runs it.
The encoded binary is Ramnit, a well known banking trojan that has been grabbing headlines recently. We’ll continue to monitor the progress of this campaign and keep you up to date.