243
edits
Tonyhanson (talk | contribs) mNo edit summary |
Tonyhanson (talk | contribs) mNo edit summary |
||
Line 32: | Line 32: | ||
*Restrict known PHP exploits by using PHP.ini | *Restrict known PHP exploits by using PHP.ini | ||
*Schedule and review the output of the 'find ctime -l' command (lists files that have been changed recently, which may be an indication of malicious activity) daily | *Schedule and review the output of the 'find ctime -l' command (lists files that have been changed recently, which may be an indication of malicious activity) daily | ||
*If you have installed 'off the shelf' Wiki/Blog/CMS packages that | *If you have installed 'off the shelf' Wiki/Blog/CMS packages that creates tables in MySQL consider changing the default table names (refer to the individual packages documentation to see if this is possible or even recommended). This may fool malicious code that does find its way to your server | ||
*If possible, disable displaying the version of your 'off the shelf' packages. This may throw off malicious software that is targeting specific versions of your software. | *If possible, disable displaying the version of your 'off the shelf' packages. This may throw off malicious software that is targeting specific versions of your software. | ||
edits