Skip to content

Creased/ids-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Suricata IDS Services

Installation

git clone https://github.com/Creased/ids-services.git
cd ids-services/

cp ./etc/default/{barnyard2,snorby,suricata} /etc/default/
chmod 644 /etc/default/{barnyard2,snorby,suricata}

cp ./usr/sbin/{barnyard2,snorby}.sh /usr/sbin/
chmod 755 /usr/sbin/{barnyard2,snorby}.sh
cp ./etc/init.d/suricata /etc/init.d/
chmod 755 /etc/init.d/suricata

cp ./etc/systemd/system/{barnyard2,snorby}.service /etc/systemd/system/

systemctl enable barnyard2.service
systemctl enable snorby.service
systemctl enable suricata.service

Usage

Restart

systemctl restart barnyard2.service
systemctl restart snorby.service
systemctl restart suricata.service

Status

systemctl status barnyard2.service
systemctl status snorby.service
systemctl status suricata.service

About

Suricata IDS Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages