Dealing with compromised web sites
As I’m working on server side, I will not going to talk how to remove such threads from clients side. I’m going to talk how to remove them from the server side. As a SysAdmin I have wrote some tools to deal with it, one of them called REMalware I published to the public. It will search specified directories and will try to find such threads if it finds it will successfully remove them. You can download it from here. The tool is written in perl script language and is very extensible. On the file “signatures” I wrote virus signatures with file extension, header, and description. After downloading this tool you can run:
# ./remalware –scan /path/to/directory
It will show if any threads detected. If it finds one or more threads you can clean them automatically by launching this app with parameters:
# ./remalware –scan /path/to/directory –clean
This early version of this application, in the future I will write much more features and update signature file with the latest threads.
Download
Happy browsing.
No comments: