Re: Passive syslog monitoring
"ron dilley" <[email protected]> Tue, 29 Jan 2008 16:25:34 -0800
| Newsgroups | gmane.comp.sysutils.loganalysis |
|---|---|
| Message-ID | <[email protected]> |
Morty, No argument there. I built the first version to monitor a DMZ where I was unable to get the system administrators and network administrators to send their log data to a central repository. I put a box with lots of disk in the DMZ and always had the logs that I needed. When I was finally able to get them to see the advantage of having all the data in one place, I had the firewall rules they used to send the data to their internal log servers removed and had them point their clients to a silent drop rule while all logs were sucked off the wire. Later, I implemented a log analysis appliance that wanted logs to come from the clients directly. This did not work for me as I had a well established central logging infrastructure so I modified psmd to suck the traffic destined for loghost off the wire and forward them to the appliance as though they had come directly from the clients. Ron On Jan 29, 2008 4:06 PM, Mordechai T. Abzug <[email protected]> wrote: > On Tue, Jan 29, 2008 at 03:00:17PM -0800, ron dilley wrote: > > > I have just posted an update to the Passive Syslog Monitoring Daemon > > ( http://sourceforge.net/projects/psmd). > > That sounds cool. But what's the point? The risk of running a daemon > is not because your OS has an open socket, it's because you're > processing untrusted data. Most security checklists say to disable > open sockets, but only because they equate open sockets with > processing untrusted data. A passively listening daemon is still > processing untrusted data. > > - Morty > _______________________________________________ LogAnalysis mailing list [email protected] http://www.loganalysis.org/mailman/listinfo/loganalysis