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 Moloch Full Packet Capture
Can someone tell me if there is a good way to identify top talkers within Moloch? I have a large amount of pcap data being captured by netsniff-ng and I'd like to see what the majority of that traffic is based on bytes transmitted and then write a bpf filter for netsniff-ng. Is there a good way to identify this so that I can prune some of this out if possible?
Thanks!!
Matt C
unread,
Aug 24, 2016, 9:36:01 AM8/24/16
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 Moloch Full Packet Capture
You can use Kibana, but it's difficult to interpret because the IPs are stored as integers. The best way I've found is to query the elasticsearch backend directly with my own queries so I can convert back to dotted quads. I got good results by reporting on the top ASNs and then dumping the announced blocks for them to use as filters. I've attached a perl script that runs a few top talker queries and one that fetches the announced blocks for an AS and merges them into the largest aggregates it can.
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 Moloch Full Packet Capture
I've utilized (installed) ntop in tandem with Moloch which provides this data along with other useful analysis capabilities. I'm looking forward to the next release (Elastic v5) which will provide integration with other capabilities (logstash, kibana, X-Pack).
-Andrew
erik clark
unread,
Oct 31, 2016, 8:08:24 AM10/31/16
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