IDSUtil and Wireshark Alert plugin
I recently came across a really neat Wireshark plugin for displaying IDS alerts inside of Wireshark. I find this a really useful way of doing historical packet capture analysis as I have the complete detail of the alert right there inside of Wireshark. I installed the IDSUtil on a VM running the Centrych Linux distro which I have found to be one of the most pleasant to install and use. Centrych, the IDSUtil and the Wireshark Alert plugin were all created by Jack Radigan and I highly recommend them to anyone who needs to do historical packet analysis. There is a great demonstration of the Wireshark plugin and the IDSUtil here . Once everything is installed and configured all that is required is to update the rules and then run the ids-pcap command with the packet capture: ids-rules ./snort/default --list ids-pcap ./snort/default vrouter2.pcap Once the pcap has been read by Snort or Suricata the alerts are available in Wireshark when the same pcap is opened. Wher...