From: Andrew Beverley <andy@andybev.com>
To: tobi <tobster@brain-force.ch>
Cc: netfilter@vger.kernel.org
Subject: Re: Run a userspace script upon rule matching?
Date: Thu, 08 Mar 2012 22:02:08 +0000 [thread overview]
Message-ID: <1331244128.30413.442.camel@andrew-desktop> (raw)
In-Reply-To: <4F5928DD.4040206@brain-force.ch>
On Thu, 2012-03-08 at 22:47 +0100, tobi wrote:
> okay more details about my intention: I got a script that checks some
> logs and acts upon violation by adding IPs to a sperate chain via
> iptables -A OFFENDERS -s IP -j DROP. So such IPs get blocked. Now I
> thought about how could I find out if IPs from OFFENDERS come again. So
> I put another chain to iptables (before the OFFENDERS), put the IPs from
> OFFENDERS and set the log target for each rule. But then I need a script
> that reads the logs and searches for IPs from OFFENDERS. Too complex for
> me :-)
> So I thought it should somehow be possible to achieve that quite easy IF
> I could add a script to be executed when a rule (that now goes to log
> target) matches. Thats were I stand now :-)
> All I "need" would be a way to excute a simple mailx command with the
> offending IP and send a mail to myself
Okay, a few ideas then:
1. Log the packets with a specific prefix, and use rsyslog with the Mail
Output Module and relevant configuration to alert you to such logs:
http://www.rsyslog.com/doc/ommail.html
2. Use ULOGD. Never really used it myself, but you might be able to
create some sort of userspace program that alerts you.
3. Log the IP addresses to an IPSET, and use a cron job to check the
list of IP addresses in the set.
Just thoughts, but hopefully one of the above will work.
Andy
next prev parent reply other threads:[~2012-03-08 22:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-08 12:45 Run a userspace script upon rule matching? tobi
2012-03-08 17:19 ` Andrew Beverley
2012-03-08 18:00 ` Abhi Devireddy
2012-03-08 21:47 ` tobi
2012-03-08 22:02 ` Andrew Beverley [this message]
2012-03-08 22:43 ` tobi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1331244128.30413.442.camel@andrew-desktop \
--to=andy@andybev.com \
--cc=netfilter@vger.kernel.org \
--cc=tobster@brain-force.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).