Hacking - I think I have been hacked: Difference between revisions From Online Manual

Jump to: navigation, search
(After long discussion, (http://www.simplemachines.org/community/index.php?topic=522039.msg3702863#msg3702863) copied from http://wiki.simplemachines.org/smf/index.php?title=Hacking_-_I_think_I_have_been_hacked/sandbox&oldid=24972)
No edit summary
Line 1: Line 1:
__TOC__
== I think I have been hacked, I'm not sure, how do I check? ==
== I think I have been hacked. How do I check? ==
This is a difficult question, since it depends on the type of the hack. As an indication, you can open up a few of the Source files (the files located in ./Sources) and see if there is any trace of [http://php.net/manual/en/function.base64-decode.php base64_decode]. If there is, there are chances that your forum has been hacked, and there are a few utilities and steps that help users to recover their SMF installation. This code is usually put on the first line of code. So, if the first line isn't "<?php" and absolutely nothing else, you've almost certainly been hacked.
If any of your php files start with anything other than '''<?php''' all by itself on the line, or if an expert advises that any of your executable files have been infected with malicious code, you should be very suspicious. If your site is unexpectedly sending users to another website or causing unexpected pop ups, if users report that your site causes malware warning or if any of your files has a more recent modified date than you expect it to have, consult an expert quickly.
 
Another way of checking, although it's far less thorough, is to look at the datestamps on your files. If you haven't installed any mods/themes, recently, yet some of your files show as being edited, recently, chances are that they've been modified by someone who shouldn't be able to.


== I am sure I have been hacked...what do I do now? ==
== I am sure I have been hacked...what do I do now? ==
First of all, keep calm. When the forum has been hacked, there are a few simple steps for the administrator to do. Most infections can be eliminated in just a few minutes.
First of all, keep calm. When the forum has been hacked, there are a few simple steps the administrator can perform.
* If you can do it quickly and easily,  '''Shut down your website temporarily''' to stop any bad stuff happening while you are fixing the problem. See  [[#Shutting_down_your_site|instructions below]] for tips on how to do this.  If you can't, skip this step and move on to getting rid of the problem.
* Backup your database.
 
* '''Check your desktop computer for malware''' -- A virus on your PC might have given the bad guys your password, or uploaded a file to your website.
 
* '''Change all your passwords''' -- you don't know yet if any of them have been stolen.  That includes all SMF admins, ftp accounts, telnet/ssh users, hosting control panel, database, and even email. If you cannot LOG into your SMF admin account, see below for how to fix the problem. If you do not know how to change your database password or any other passwords associated with your hosting account, get help from your host.
 
* '''[[Backup]] your database and your files''' (even the infected ones) and store it in a safe place<br />
This is important. You want a copy of your database in case something goes wrong.  You want a backup of your attachment directory -- you can't get those files back if you accidentally delete them. If you have any other custom file directories (gallery or document storage, etc), you want to protect them, too. You want copies of all the SMF files so you or someone else can figure out later how you got hacked in the first place. Copy the backup files to a safe place. If you are using FTP to copy the backup files, make sure to use binary mode.  While your backups are in progress, notify your host and (if you think SMF let the hacker in) the SMF team.
 
* '''Tell your host''' that you've been hacked.
Let them know about the problem.  Ask them to check log files to find out where the attack may have come from. Find out what they recommend to eliminate the infection. Ask them if the malware has left any shell processes running.
 
* '''File a security report''' with SMF.
If you think the hacker got in using SMF, please report it right away at [http://www.simplemachines.org/about/security.php security reports]. Please be prepared to share information about your files and your account logs so the developers can figure out if SMF was the cause, and how to fix SMF if it needs it.  


* '''Delete all files'''  except for your attachments directory (Be very cautious -- infected files might be in there).  Make sure your backup files are stored somewhere safe and don't get deleted. Ask for help if you are unsure.  In addition to your SMF files, you should delete any "extra" php files, and you may need to delete .htaccess files, php.ini files, or other configuration files.  Talk to your host about this. If you can't delete a file, talk to your host about how to fix the problem.
One of the most critical steps is to make backups of the whole SMF system, including the database. If the user has not yet made a backup of the database, he/she should do right now. If something goes wrong, you always have a backup at hand.


* '''Replace all your SMF files''' with uninfected files.
* File a security report with SMF.
** It is safest to use a fresh set of SMF files rather than a recent file backup.  Only use '''[[Backup#Restoring_your_forum_files|your file backup]]''' if you are 100% certain it was not infected.
** To get a fresh set of files for the same version of SMF you are already using,  '''[[How to upload a fresh set of files|follow these instructions]]'''.
** If you have any custom directories (like a gallery mod directory), double check them now.
** Get a copy of Settings.php from your recent file Backup, edit it to correct the password you just changed, and place a copy in your SMF directory.
** Check your SMF file permissions.  Make sure they are OK, security-wise.  Ask your host if you are not sure.
** Patch or upgrade SMF to the most recent, most secure version.
** Re-install your mods.  Use [[Repair settings.php|repair_settings]] if you run into any trouble.
** Back up your files again.


* '''Change all your passwords again.''' Now that the infection is gone, just to be sure they weren't stolen again before you were done eliminating the infection.
If your forum was breached via a security weakness within SMF, or an SMF mod and not via a weakness in a non-SMF script, please report it to the SMF developers, so that the issue can be investigated and, if confirmed, patched. Please report Security issues [http://www.simplemachines.org/about/security.php here].
For security reports to be more useful and to help in discovering what the problem really is, please provide your webserver logs, and/or FTP logs. Usually, you can find these logs in your host's control panel, or in a directory called /logs in your account.


* '''Get your website running again''' if you shut down your website using any of the tips below.
* [http://wiki.simplemachines.org/smf/Backup Restore a recent backup] that you know to contain unaffected files.


== I have cleaned my hacked SMF installation. How can I prevent this from happening again? ==
You may want to remove the affected files and directories, first, then clean up your installation, to be sure there isn't any trace left of the malicious files.
Keep your SMF software up to date -- download new versions whenever security fixes are available.
Apply some of the [http://wiki.simplemachines.org/smf/Security_Tips security tips], which can help you to protect your forum from any further attacks.


==Tools you can use==
* Re-upload SMF files.
===If your admin password doesn't work any longer===
** If you do not have a recent backup of your files, or you want to make sure that you have a clean set of files, you can re-upload the standard SMF package files. Before you do that, it's better to clean up your installation as completely as possible, removing almost all SMF files from your installation directory.
See [[I_accidentally_lost_my_admin_account!_What_can_I_do#Resetting_an_admin_users_password|Resetting an admin users password]] to find out how to set your password back to something you can use. Login, change the password again, and double-check the email address. You already changed your database password and the email password, right?  If the admin account no longer has administrator powers, or if the account has been deleted, read through [[I accidentally lost my admin account! What can I do]] for more helpful tips.
** You may want however to keep the attachments directory, the Settings.php files, and any custom directories you may have, if any (i.e. if you have a gallery installed, you may want to keep the directory where the gallery pictures are).
** Check the Settings.php file, to make sure there isn't any leftover hack line. If there is, you'll need to remove the malicious code.
** Download a ''Large Upgrade Pack'' ([http://download.simplemachines.org/ Go to the download site]) for the version of SMF that you're using.
** Upload every file in the package, except the files required for upgrading (usually just upgrade.php and a few SQL files), using FTP ([[How do I use FTP]]?, note that uploading may take a while). Once done, you'll have fresh files and can use your forum safely, again.


===Shutting down your Linux/Apache site===
== I have cleared my hacked SMF installation, how can I prevent this from happening again? ==
If you can alter your .htaccess file and if your site uses the Apache web server with mod_rewrite installed, You can shut down your site using these two files.  First, make a copy of your .htaccess file and save it in a safe place. Then replace it with the one below and create a file called maintenance.html in the same directory. If your site does not use the Apache web server, then this method will not work.  If you cannot find your .htaccess file, or if this change to your .htaccess file does not shut your site down, get support from your host.
One measure that you can take, is to apply some or all of these [http://wiki.simplemachines.org/smf/Security_Tips security tips]. These tips help you to protect your forum from any further attacks.


'''.htaccess'''
Notify your host so that they can make sure no other servers have been affected. When you report the hack to your host, ask them to check their logs to see who might have had access to your server and, also, get them to check your file permissions. With some hosts, incorrect file permissions can leave files open for easier hacking.
{{code|1=# Enables runtime rewriting engine
RewriteEngine on


# Show maintenance page to visitors
#RewriteCond %{REMOTE_ADDR} !^111\.111\.111\.111 # except if they come from this IP (commented out)
RewriteCond %{REQUEST_URI} !/maintenance.html$
RewriteRule $ /maintenance.html [R=503,L]}}
'''maintenance.html'''
{{code|1=<html>
<head><title>This site is undergoing maintenance</title></head>
<body>This site is undergoing maintenance</body>
</html>}}
===Shutting down your Windows site===
If you are using the IIS webserver and have the [http://www.iis.net/configreference/system.webserver/security/ipsecurity ipsecurity restriction for IP Address and Domain Names] installed and enabled, save a copy of web.config, replace it with the one below and restart your IIS web server.
{{code|1=<nowiki><?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.web>
        <identity impersonate="false" />
    </system.web>
    <system.webServer>
        <security>
            <ipSecurity allowUnlisted="false">
                <clear/>
<!--                <add ipAddress="111.111.111.111" allowed="true" /> --> <!-- Adding your own IP address would allow you to use the website, but might be dangerous to you... -->
            </ipSecurity>
        </security>
    </system.webServer>
</configuration></nowiki>}}
[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 18:44, 2 June 2014

I think I have been hacked, I'm not sure, how do I check?

This is a difficult question, since it depends on the type of the hack. As an indication, you can open up a few of the Source files (the files located in ./Sources) and see if there is any trace of base64_decode. If there is, there are chances that your forum has been hacked, and there are a few utilities and steps that help users to recover their SMF installation. This code is usually put on the first line of code. So, if the first line isn't "<?php" and absolutely nothing else, you've almost certainly been hacked.

Another way of checking, although it's far less thorough, is to look at the datestamps on your files. If you haven't installed any mods/themes, recently, yet some of your files show as being edited, recently, chances are that they've been modified by someone who shouldn't be able to.

I am sure I have been hacked...what do I do now?

First of all, keep calm. When the forum has been hacked, there are a few simple steps the administrator can perform.

  • Backup your database.

One of the most critical steps is to make backups of the whole SMF system, including the database. If the user has not yet made a backup of the database, he/she should do right now. If something goes wrong, you always have a backup at hand.

  • File a security report with SMF.

If your forum was breached via a security weakness within SMF, or an SMF mod and not via a weakness in a non-SMF script, please report it to the SMF developers, so that the issue can be investigated and, if confirmed, patched. Please report Security issues here. For security reports to be more useful and to help in discovering what the problem really is, please provide your webserver logs, and/or FTP logs. Usually, you can find these logs in your host's control panel, or in a directory called /logs in your account.

You may want to remove the affected files and directories, first, then clean up your installation, to be sure there isn't any trace left of the malicious files.

  • Re-upload SMF files.
    • If you do not have a recent backup of your files, or you want to make sure that you have a clean set of files, you can re-upload the standard SMF package files. Before you do that, it's better to clean up your installation as completely as possible, removing almost all SMF files from your installation directory.
    • You may want however to keep the attachments directory, the Settings.php files, and any custom directories you may have, if any (i.e. if you have a gallery installed, you may want to keep the directory where the gallery pictures are).
    • Check the Settings.php file, to make sure there isn't any leftover hack line. If there is, you'll need to remove the malicious code.
    • Download a Large Upgrade Pack (Go to the download site) for the version of SMF that you're using.
    • Upload every file in the package, except the files required for upgrading (usually just upgrade.php and a few SQL files), using FTP (How do I use FTP?, note that uploading may take a while). Once done, you'll have fresh files and can use your forum safely, again.

I have cleared my hacked SMF installation, how can I prevent this from happening again?

One measure that you can take, is to apply some or all of these security tips. These tips help you to protect your forum from any further attacks.

Notify your host so that they can make sure no other servers have been affected. When you report the hack to your host, ask them to check their logs to see who might have had access to your server and, also, get them to check your file permissions. With some hosts, incorrect file permissions can leave files open for easier hacking.



Advertisement: