|
Yes, you can set up triggers in syslog-ng
that will trigger based on failed ssh login attempts. filter f_ssh_login_attempt {
program("sshd.*")
and match("(Failed|Accepted)")
and not match("Accepted (hostbased|publickey) for (root|zoneaxfr) from
(10.4.3.1)"); }; log {
source(src);
filter(f_ssh_login_attempt);
destination(mail-alert-perl); }; destination mail-alert-perl {
program("/usr/local/bin/syslog-mail-perl"); }; Sean From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
|
- [gentoo-security] hackers Jochen Maes
- Re: [gentoo-security] hackers Christophe Garault
- Re: [gentoo-security] hackers APerez
- Re: [gentoo-security] hackers Chris Smart
- RE: [gentoo-security] hackers Sean Cook
- Re: [gentoo-security] hackers Oliver Schad
- Re: [gentoo-security] hackers Kurt Lieber
- Re: [gentoo-security] hackers Erik Anderson
- [gentoo-security] Re: hackers Noah K Tilton
- Re: [gentoo-security] Re: hackers Robert Larson
- [gentoo-security] Re: hackers Noah K Tilton
- Re: [gentoo-security] hackers woody
- Re: [gentoo-security] hackers Dark
- Re: [gentoo-security] hackers Elisamuel Resto
