mod_anti_tamper – Anti Tamper Module for Apache 2.x
What Is Mod AntiTamper (AT)
AntiTamper is an Apache 2.x module that could be used to prevent some sort of url and cookie tampering.
Specifically, AT could stop a lot of those malicious bots that take advantage from search engines. Moreover, attack techniques like HTTP Response Splitting and session hijacking/fixation will be mitigated.
Is important to notice that mod_anti_tamper is not an alternative to mod_security, which is more exaustive and useful for all web situations. AT could be a complement to mod_security.
Introduction
- What is HMAC
HMAC is a validation algorithm to check the integrity of informations coupled with a secret password (more here).
AT will automatically generate a password and will save it in a ‘safe’ place (root owner with 600 mode).
How AT Works
AT is composed by two primary active components.
1. A filter for url links integrity check.
2. A filter for cookie integrity check.
Download mod_anti_tamper here:
Or read more here.
Recent in Countermeasures:
- Noted Chinese Hacker Wicked Rose Heading Antivirus Company Anvisoft
- HoneyDrive – Honeypots In A Box
- Microsoft Patches Critical Security Vulnerabilities In Windows, Office, IE, Exchange & SQL Server
Related Posts:
- gotroot modsecurity Rules for Apache – Anti-spam and Security
- Apache.org Hacked Using Remote SSH Key
- Hackers Penetrate Apache.org In Direct Targeted Attack
Most Read in Countermeasures:
- AJAX: Is your application secure enough? - 117,833 views
- Password Hasher Firefox Extension - 115,941 views
- NDR or Backscatter Spam – How Non Delivery Reports Become a Nuisance - 57,461 views


Posted in:


Sorry that I didn’t comment on this one earlier. I’m kinda busy these days..
This is a very usefull feature. I will definately introduce this in my own webserver.
2005!! it’s obsolete!
All servers deserve this although Fran brings up a good point of it being kind of dated…