Skip to content

Perl module for Apache mod_perl to check frequent attack vectors.

Notifications You must be signed in to change notification settings

dminear/apache_hack_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apache_hack_check

Perl module for Apache mod_perl to check frequent attack vectors

I noticed some common URL requests coming in for particular URLs. Rather than waste time with processing these, I wanted to capture the IPs and then do some analysis. It also helps Apache so it doesn't have to keep processing the same bad requests and spend compute cycles to get to an error status. The request is rejected at the beginning of the request cycle.

Somewhere in your Apache configuration

PerlSetEnv REDIS_PW 'somepassword'
PerlModule ModPerl::DanHandler
PerlAccessHandler ModPerl::DanHandler

About

Perl module for Apache mod_perl to check frequent attack vectors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published