You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to securit...@googlegroups.com
I have been running Security Onion at home testing it out and everything is running well.
One type of traffic is eluding me - VOIP traffic esp SIP.
I would like to query ELSA to show all SIP conversations and then pull them via capme into xplico.
Am I missing something easy?
I can pull all the days pcaps into xplico and see the traffic carved out, but I would prefer to pull the SIP traffic together into a session. I know SIP is fairly aggravating due to the RTP streams so I was hoping someone else tackled this.
If no one has anything I will try and do something with BRO.
Why do I care about SIP traffic ? Right now it is self training ( I am trying to play back my vonage connection for fun. ) In the future, I want to catch unallowed SIP on the production network.
Thanks for any help or pointers!
Doug Burks
unread,
Apr 10, 2015, 12:07:28 AM4/10/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to securit...@googlegroups.com
Hi Brant,
Is your SIP traffic using a standard port like 5060 and/or 5061?
Depending on your needs, you may want to carve that particular port
from the full pcaps on disk to an output pcap using tcpdump like this:
tcpdump -r /nsm/sensor_data/HOSTNAME-INTERFACE/dailylogs/2015-04-10/snort.log.EPOCH
-w /tmp/sip.pcap 'port 5060'
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to securit...@googlegroups.com
> On Apr 7, 2015, at 11:46 PM, Brant Hale <bran...@gmail.com> wrote:
>
> One type of traffic is eluding me - VOIP traffic esp SIP.
>
> If no one has anything I will try and do something with BRO.
There is a *nearly done* (so many things in this state) parser for SIP in the Bro repository actually, so this is something that will be coming to Bro eventually. Unfortunately it’s not quite there yet though. :)
.Seth
--
Seth Hall
International Computer Science Institute
(Bro) because everyone has a network
http://www.bro.org/