jasonish / evebox

Web Based Event Viewer (GUI) for Suricata EVE Events in Elastic Search
https://evebox.org/
MIT License
418 stars 67 forks source link

improved dumpy integration #21

Open inliniac opened 8 years ago

inliniac commented 8 years ago

It would be nice to have a direct link to a dumpy generated pcap, instead of first opening the dumpy web page. Perhaps some sane defaults about the timerange can be used.

Additionally, if flow/netflow records are enabled perhaps it's possible to correlate them with the alert record, and pass the (net)flow start/end times to dumpy as the duration.

jasonish commented 8 years ago

Yes, I think I'll be adding first class support for dumpy. I once had it, but lost it in the rewrite to angular2.

I'm looking at adding a "Flow" panel to the event detail view that shows the flow for the particular event. From there, a quick link to download the entire flow.

inliniac commented 8 years ago

If we implement this in Suricata it may also be useful: https://redmine.openinfosecfoundation.org/issues/1879