Skip to content

SNORT IDS Installation und configuration on CentOS-7 using Ansible

Notifications You must be signed in to change notification settings

ameen-mcmxc/SNORT-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

SNORT_Automation

SNORT IDS Installation and configuration on Debian and CentOS-7 using Ansible

SNORT is an open source IDS (Intrusion Detection Sysyem).

I creted a script which installs the essential packages for IDS to function, then install SNORT itself. The code also contains creating essential folders and files.

Howto (for Debain)

Update the machine

apt-get update -y

Install git

apt-get install git -y

Install Anisble

apt-get install ansible -y

Pull the repository

git clone https://github.com/ameen-mcmxc/SNORT_Automation.git

cd SNORT_Automation

Run the main playbook to install Snort

ansible-playbook snort.yml

About

SNORT IDS Installation und configuration on CentOS-7 using Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published