A simple log parser for Suricata log file (JSON)
This tool basically interpret Suricata IDS log files (JSON format) into more human-friendly and beautiful format.
This is just a layman's coding style. Create this just for fun and for learning purpose.
The result will contains:
- Source IP
- Source Port
- Destination IP
- Destination Port
- IDS Signature
- Hostname
- URL
- Clone this suricatalogparser to your computers/servers
- Put the folder on your html root folder. E.g. /var/www/html/
- Make sure all files are owned by the Apache group and user. In Ubuntu, it is the www-data group and user > $ sudo chown -R www-data:www-data /var/www/html/suricatalogparser
- Enabled all members of the www-data group to read and write files > $ sudo chmod -R g+rw /var/www/html/suricatalogparser
- Visit http://127.0.0.1/suricatalogparser via web browser
- Upload you JSON file that you got from Suricata IDS. Mostly the filename is "eve.json".
- Profit! :)
Credit : Suricata for the logo :)