Skip to content

Simple shell scripting to retrieve value from Snort alert file

Notifications You must be signed in to change notification settings

ridwanzal/snort_alert_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

snort_alert_counter

This is simple alert counter of Snort Network Intrusion Detection System. You can count the alert base on Content alert or SID (Signature Identification) There is 3 format that we could count "Alert Full", "Alert Fast" and "Alert CSV.

I'm assuming we've already familiar and understand how to deploy and use Snort in general Setup, configuration and run the system

This is the first place you must visit, how to install and deploy Snort snort official

For deep understanding about Snort itself, you could read the manual version Snort 2.9.5

I suggested to install Snort through package manager (apt,yum,zypper)

How to use

  • First open the script with your favorite editor
  • Set the path of the alert file *example below
file=/var/log/snort/alert
  • Then, execute the script
# ./snort_alert_couter.sh

Thanks - M. Ridwan Zalbina

About

Simple shell scripting to retrieve value from Snort alert file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages