Skip to content

mata-elang-stable/snort3-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snort3 Parser

Collect the Snort v3 alert log and send it to Mata Elang Defense Center through MQTT

Docker Hub Repository

https://hub.docker.com/r/mataelang/snort3-parser

Requirements

Build with Makefile

  • Show the make help: make help
  • Build the binary: make build. The binary will be available in the out/bin/ directory.
  • Build docker image: make build-docker