Recently I noticed that some web pages I visit comes wrapped into a frameset with two frames:
one contains the page I want to view. Actually, it's not a direct link to the page, it go through some URL with a long parameter which appear to serve the right page. For instance, this is what I get for lemonde.fr: http://219.141.147.70:8080/indexbj.jsp?param=ABaW1zaT00NjAwMzYxMTE1MzAzMjAmdXJsPXd3dy5sZW1vbmRlLmZyLyYxPTIwNDcwMjQ5NzI=&ref=1
the other loads a page with a link to http://js.tongji.linezing.com/2164473/tongji.js and a 1x1 gif that looks like tracking code
The whole thing is invisible - I only noticed it because the pages that are wrapped do not display a title in the browser tab so I checked Firebug and saw what was happening. MSE doesn't detect any virus. I'm downloading WinClam now and will do a fullscan but in the meantime do you think I have a virus and, if so, which one? Is there anything I can do to diagnose what's going on?
Here is the full code I'm being served for lemonde.fr:
<html><head></head>
<frameset frameborder="0" rows="100%,0" framespacing="0" border="0">
<frame src="http://219.141.147.70:8080/indexbj.jsp?
param=ABaW1zaT00NjAwMzYxMTE1MzAzMjAmdXJsPXd3dy5sZW1vbmRlLmZyLyYxPTIwNDcwMjQ5NzI=&ref=1"
name="frm123" id="frm123"></frame><frame src="http://118.213.88.152/tongji.html"
name="frmOLD" id="frmOLD"></frame></frameset></html>
