Suricata-Logger
This sofware is aimed to everyone that would like to have interactive feedback from Suricata, like in CTF competitions, or Threat Analyses run independently.
How to use it
You need to start the software with deno run and
then run suricata -i insert_tap_device_here.
Note
This is not a comprehensive list on how to run Suricata. As long as you have Suricata output its
evefile like aunix_streamand modify the socket accordingly, everything should work.
Caution
Since you are streaming data, be sure to exclude this traffic from being logged, otherwise you'll have a feedback loop
Description
Languages
TypeScript
100%