Traffic Talk 4 Posted
My fourth edition of Traffic Talk, titled Daemonlogger for Packet Capture and Redirection, has been posted. From the article:
Welcome to the 4th edition of Traffic Talk, a regular SearchNetworkingChannel.com series for network solution providers and consultants who troubleshoot business networks.
In this article I'll demonstrate two novel features of Marty Roesch's Daemonlogger tool.
I compare Daemonlogger's ring buffer to Tcpdump's ring buffer, and then show how to use the Daemonlogger soft tap function.
Richard Bejtlich is teaching new classes in DC and Europe in 2009. Register by 1 Jan and 1 Feb, respectively, for the best rates.
Welcome to the 4th edition of Traffic Talk, a regular SearchNetworkingChannel.com series for network solution providers and consultants who troubleshoot business networks.
In this article I'll demonstrate two novel features of Marty Roesch's Daemonlogger tool.
I compare Daemonlogger's ring buffer to Tcpdump's ring buffer, and then show how to use the Daemonlogger soft tap function.
Richard Bejtlich is teaching new classes in DC and Europe in 2009. Register by 1 Jan and 1 Feb, respectively, for the best rates.
Comments
For example, HTTP traffic out eth1, FTP traffic out eth2, and all other out eth3?
1) You can specify a size using shortcuts at the command line. Like '-s 100M' instead of '-s 100000000' for example.
2) I've thought about replicating traffic out multiple interfaces, it's probably not too hard to do if I'm just going to spit out the same packets on many interfaces. In order to send out different traffic by type I have to add a decoder. I can do that but the complexity is going to go up...
I'll have time over the next couple weeks, I'll probably take some time and port Snort 3's decoder logic over to DL as a nice little xmas present to all the fans out there.