Actions
Feature #473
openpcap log: alert log with packet indexes
Effort:
medium
Difficulty:
medium
Label:
Description
A log similar to alert-pcapinfo that lists alerts for the pcap files we write out.
The pcap-log module keeps track of a per pcap file packet index, so when we get an alert, we can log the packet number the alert was generated for.
Should log: sid,gid,rev,5tuple,packet number.
Updated by Jason Ish over 6 years ago
- Effort set to medium
- Difficulty set to medium
Updated by Philippe Antoine over 1 year ago
- Status changed from New to Closed
We have pcap_cnt
in eve.json alert events.
Feel free to reopen of there is more to do
Updated by Victor Julien over 1 year ago
- Status changed from Closed to New
pcap_cnt is only about the packet index on the input side, not the output side
Updated by Philippe Antoine over 1 year ago
So, is this when we do conditional pcap logging on an alert ?
Actions