What the hell is that kind of page ?

G

Gino Zantafio

It corresponds to a not-displayable window in IE5.5. Clicking on the task
bar icon does nothing.
Back in the browser history, clicking on the corresponding url displays the
following:

http://[email protected]/random/popup.html?burgher

Nothing happens when I connect to the site it says something as access
denied.

Activating the window (icon in the task bar) then depressing F11, then
"view" "source code" gives the following code.

Zone Alarm looks to do the job it's paid for !

Does anybody know if this code is harmful ? Is it something like a trojan ?

Thanks a lot

=================================================================
<html>
<head>

<!-- ZoneLabs Privacy Insertion -->
<script language='javascript'
src='http://127.0.0.1:1025/js.cgi?pcaw&r=26299'></script>


<title>Inbox</title>
<script language = "Javascript">

<!--
function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("No right click.");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

var spamem=true;
var reOpen = 1;
window.name = "nullValue";
var newWindow;

function SelectBlur(){
self.moveTo(5000, 5000);
self.resizeTo(50, 50);
self.blur();
}

function SelectTime(){
setTimeout("dispAd();", 150000);
}

function MoveClose(){
self.close();
}

function dispAd()
{
var url = 'default';
if (url == "default")
{
var url='http://www.freeraffle.us/popupads/paypop.html';
}

msg=open(url, "webpry");
//spamem=false;
self.blur();
msg.focus();
SelectTime();
}

function blinger()
{
var myself='http://www.freeraffle.us/random/popup.html';
if (spamem!=false)
{
msg=open(myself,"SexTop");
self.blur();
}
}
// -->
</script>
</head>

<body onLoad="SelectTime()" onFocus="SelectBlur()" onMove="SelectBlur()"
onResize="SelectBlur()" onUnload="blinger()" bgcolor="#000000"
text="#00FF00" link="#000099" vlink="#FFFF00">
</body>
</html>

<!-- ZoneLabs Popup Blocking Insertion -->
<script language='javascript'>postamble();</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top