public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
* auditspd
@ 2007-10-24 15:27 Ameel Kamboh
  2007-10-24 15:50 ` auditspd Steve Grubb
  2007-10-24 15:54 ` auditspd John Dennis
  0 siblings, 2 replies; 3+ messages in thread
From: Ameel Kamboh @ 2007-10-24 15:27 UTC (permalink / raw)
  To: linux-audit


[-- Attachment #1.1: Type: text/plain, Size: 223 bytes --]

I was trying to find more information about auditspd and
What it is and what it is used for.
I am trying to evaluate the impact of this as a dispatcher when using
other
3rd part HIDS tools.

Thanks

Ameel Kamboh


[-- Attachment #1.2: Type: text/html, Size: 826 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

* Re: auditspd
  2007-10-24 15:27 auditspd Ameel Kamboh
@ 2007-10-24 15:50 ` Steve Grubb
  2007-10-24 15:54 ` auditspd John Dennis
  1 sibling, 0 replies; 3+ messages in thread
From: Steve Grubb @ 2007-10-24 15:50 UTC (permalink / raw)
  To: linux-audit

On Wednesday 24 October 2007 11:27:01 Ameel Kamboh wrote:
> I was trying to find more information about auditspd and
> What it is and what it is used for.

It is a new event multiplexor. This will allow the development of plugins that 
can anylize the audit data in realtime for certain things or the development 
of plugins that either transform the data into another format and/or move the 
data to another machine.

> I am trying to evaluate the impact of this as a dispatcher when using
> other 3rd part HIDS tools.

I know of no plugins except the one that IBM submitted. I am developing some 
but they are not released. So, today I'd say there is no interference. Down 
the road there could be if you configure it that way. No plugins will be on 
by default with the possible excpet of af_unix which is needed by 
setroubleshooter.

-Steve

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

* Re: auditspd
  2007-10-24 15:27 auditspd Ameel Kamboh
  2007-10-24 15:50 ` auditspd Steve Grubb
@ 2007-10-24 15:54 ` John Dennis
  1 sibling, 0 replies; 3+ messages in thread
From: John Dennis @ 2007-10-24 15:54 UTC (permalink / raw)
  To: Ameel Kamboh; +Cc: linux-audit

Ameel Kamboh wrote:
> I was trying to find more information about auditspd and
> What it is and what it is used for.
> I am trying to evaluate the impact of this as a dispatcher when using other
> 3rd part HIDS tools.

I think you mean audispd. Steve Grubb can probably give you more 
complete information as this is an area that has been under active 
development and the facilities available depend on the version.

In the current state one connects to a UNIX domain socket 
(/var/run/audispd_events) and you read audit records one per line. The 
audit records need to be assembled into audit events. The auparse 
library is a good tool for this purpose and has a 'feed' interface where 
  one can read N bytes off the socket and be called back when a complete 
event is seen. There is also a python module supporting this interface.

Steve has also added support for 'plugins', a module which rather than 
reading off the audispd socket will be fed the same data via stdin.

I took a look at the audit website http://people.redhat.com/sgrubb/audit 
but it looks like some of the info is out of date, especially the real 
time link.

What one does with the audit events after you've read them is up to you.

HTH,
-- 
John Dennis <jdennis@redhat.com>

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

end of thread, other threads:[~2007-10-24 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 15:27 auditspd Ameel Kamboh
2007-10-24 15:50 ` auditspd Steve Grubb
2007-10-24 15:54 ` auditspd John Dennis

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