public inbox for gentoo-security@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-security] prelude-lml and log_prefix_regex
@ 2005-10-15  9:33 Sheran Gunasekera
  2005-10-15  9:45 ` Chris
  0 siblings, 1 reply; 3+ messages in thread
From: Sheran Gunasekera @ 2005-10-15  9:33 UTC (permalink / raw
  To: gentoo-security

Hi Chris,
Give this a go:
(?P<timestamp>.{15}).*?\>\s(?P<hostname>.*?)\s(?:(?P<process>\S+?)(?:\[(?P<pid>[0-9]+)\])?:)

I'm not using either Snort or Prelude, but I tried this on Python and I
think it
yields the results you require.  I wonder about only capturing the first 15
characters for the timestamp, though.  It comes up a bit short.  As I am
unsure
of the context it is being used, I cannot comment, but I would capture
at least
19 characters:

(?P<timestamp>.{19}).*?\>\s(?P<hostname>.*?)\s(?:(?P<process>\S+?)(?:\[(?P<pid>[0-9]+)\])?:)

Take care,
Sheran 
-- 
gentoo-security@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread
* RE: [gentoo-security] hosts.{allow,deny} vs. iptables.
@ 2005-10-13 19:17 Łukasz C. Jokiel
  2005-10-15  8:10 ` [gentoo-security] prelude-lml and log_prefix_regex Chris
  0 siblings, 1 reply; 3+ messages in thread
From: Łukasz C. Jokiel @ 2005-10-13 19:17 UTC (permalink / raw
  To: gentoo-security

10/13/2005, "Giles Coochey" <giles.coochey@mirada-solutions.com>
napisał(a):

>Iptables is nice because it is at kernel level, if someone were to try
>to hack it so that your Iptables commands were ignored then they would
>need to be able to reboot the box, something that you would probably

Do I understand correctly that you claim that to undo the iptables you
need to reboot box ? Or maybe you claim something that you assume but do
not tell (non-vanilla hardened systemem) ?

>notice in a managed environment.
>
>Tcpd runs in userspace, so given root access is a lot easier to
>compromise the executable.

I don't get your point... If you give me root access - what's the
difference in r00ting the box via fake iptables or tcpd ? 

Anyway comparing iptables with tcpd is rather useless, they seem to
perform the same job but they fight on different fronts.

>
>NOTICE: This e-mail message and all attachments
>transmitted with it may contain legally privileged and
>confidential information intended solely for the use of
>the addressee. If the reader of this message is not the

Well, pretty much anybody can subs to this list. 

>intended recipient, you are hereby notified that any
>reading, dissemination, distribution, copying, or other
>use of this message or its attachments, hyperlinks, or
>any other files of any kind is strictly prohibited. If you
>have received this message in error, please notify the
>sender immediately by telephone (+44-1865-265500) or by
>a reply to this electronic mail message and delete this
>message and all copies and backups thereof.

And how can you enforce that ?

Excuse me but I think such notices are complete waste of space & time,
while attached to public mailing list. Please do not attach them, thank
you!

-- 
gentoo-security@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-15  9:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-15  9:33 [gentoo-security] prelude-lml and log_prefix_regex Sheran Gunasekera
2005-10-15  9:45 ` Chris
  -- strict thread matches above, loose matches on Subject: below --
2005-10-13 19:17 [gentoo-security] hosts.{allow,deny} vs. iptables Łukasz C. Jokiel
2005-10-15  8:10 ` [gentoo-security] prelude-lml and log_prefix_regex Chris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox