diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 09:21:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 09:21:14 +0000 |
commit | efe705504afffc22cf67f69f8c952921caced8cc (patch) | |
tree | 1602f9328ecef9b116d8c05ad5eaab0b3519be9a /security/Makefile | |
parent | 50fb5a0f3d7306ac0b80878ab4a49ea55ece6e28 (diff) | |
download | ports-efe705504afffc22cf67f69f8c952921caced8cc.tar.gz ports-efe705504afffc22cf67f69f8c952921caced8cc.zip |
New port: hunch - Scan httpd log files, find vulnerability probes,
mail admins
Scan Apache log files for CodeRed, Nimda, FormMail, proxy
scanners and other malicious probes. For each one found,
track down the contact email from WHOIS data and send a
notice. Built-in rate controls prevent flooding an admin
even when his machines are scanning at high rates. Runs as
a non-privileged cron job to not interfere with the HTTP
daemon's operation.
Notes to committer:
1. This port installs a user and a group "hunch". It doesn't
meet the conditions listed in the handbook for a "reserved"
uid/gid.
2. portlint will complain about the port. A lot. To the
best of my judgment all of the warnings can be ignored
with the exception of the one about BATCH which I could
find no documentation for. Therefore it is setting
IS_INTERACTIVE.
PR: ports/44836
Submitted by: Dan Pelleg <daniel+hunch@pelleg.org>
Notes
Notes:
svn path=/head/; revision=87873
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ef28df72dcaf..fb074cd29fb8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -101,6 +101,7 @@ SUBDIR += hlfl SUBDIR += hostsentry SUBDIR += hping + SUBDIR += hunch SUBDIR += hydra SUBDIR += ident2 SUBDIR += identify |