Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
denyhosts: A script to help thwart ssh server attacks
- Summary
- DenyHosts is a Python script that analyzes the sshd server log
messages to determine which hosts are attempting to hack into your
system. It also determines what user accounts are being targeted. It
keeps track of the frequency of attempts from each host and, upon
discovering a repeated attack host, updates the /etc/hosts.deny file
to prevent future break-in attempts from that host. Email reports can
be sent to a system admin.
Changelog
- * Thu Jun 22 17:00:00 2006 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 2.5-1
- Update to 2.5.
- * Mon Apr 10 17:00:00 2006 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 2.4b-1
- Update to 2.4b.
- * Thu Apr 6 17:00:00 2006 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 2.3-2
- Fix uncommented MacOS X SECURE_LOG config setting.