1
I noticed in my log some kind of nimda web attack to mydownload -> tell a friend link.
The attack file is long, I have added to my site.
http://unixtime.net/nimda.txtThe attacker trying to use Tell a Friend link to spam. using the default template link.
Example:
https://xoops.org/modules/mydownloads/singlefile.php?cid=2&lid=1I had to recompile my kernel to support iptables string and added the following statements
$IPTABLES -I INPUT -j DROP -m string -p tcp -s 0.0.0.0/0 --string .c+dir.
$IPTABLES -I INPUT -j DROP -m string -p tcp -s 0.0.0.0/0 --string .cmd.exe.
$IPTABLES -I INPUT -j DROP -m string -p tcp -s 0.0.0.0/0 --string .default.ida.
I am sure there are many sites using tell a friend links.
does anybody know if there is a patch for this problem?
Thank you.