July 3, 2009
mod_rewrite can be used to protect against many types of XSS, XSRF, injection, HTTP verb abuse, referer link spam, image hijacking, and other things.
Here are a few articles with samples and examples of ways to use Apache mod_rewrite and .htaccess files to protect yourself.
http://perishablepress.com/press/2009/02/03/eight-ways-to-blacklist-with-apaches-mod_rewrite/
http://www.askapache.com/htaccess/mod_rewrite-tips-and-tricks.htm
http://www.askapache.com/htaccess/mod_rewrite-variables-cheatsheet.html
Of course there is always mod_security in addition to a range of [...]
Read the full article →
July 3, 2009
In a nutshell – A recent trend in botnet/malware herder attacks is that are looking for new – and old – ways to accomplish the main purpose of including javascript malware on legitimate sites, often using traditional hacking methods.
Emphasis in the quote below is mine. Similar to the reports of FTP hacking recently, where attackers [...]
Read the full article →