Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello. I was trying to setup the auditd daemon to send the messages to remote server, by using syslog. Is that possible?, I've just found the aureport tool which allows to query the audit events, but I'd like to retrieve those events from syslog.
If not, is there a way to set some auditing entries with selinux and retrieve by syslog?
The problem with the syslog is that you cannot audit the things that you can with auditd...for example you cannot audit chmod, chown, symlink, etc..Syslog audits system functions where auditd audits user space.
I am still hoping someone posts a reply with a method to aggregate audit logs, other than the Snare solution.
Syslog audits system functions where auditd audits user space.
Syslog actively audits nothing, it's just a conduit for transferring kernel and daemon messages someplace.
And if I stop auditd and audctl rules they get logged to syslog perfectly.
OK...stopped the audit daemon and I do not see the auditing of the syscalls that we have defined in audit.rules going to syslog. Is there something else we need to do? We are trying to audit user space syscalls to be CC compliant.
Stopped auditd and user space auditing is now going to syslog-ng and on to a SIEM tool....Now to get the SIEM tool to parse the data...another problem...another thread...another day.
OK...stopped the audit daemon and I do not see the auditing of the syscalls that we have defined in audit.rules going to syslog. Is there something else we need to do?
To answer that: if you 'auditctl -l' after stopping auditd you'll see there are no rules and you'll have to 'auditctl -a' them to see them in syslog.
Distribution: Debian and RTLInux (acquired by WIndriver)
Posts: 32
Rep:
www.splunk.com is a commercial central audit log server and real time and interactive analysis. Free up to 500 MB per day. Install SNARE on Windows clients o forward events to the server via UDP messages. EPILOG also from IA audits windows ASCII logs which can be forwarded to syslog server.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.