suricata.generic
Next Generation Intrusion Detection and Prevention Tool
Install
- All systems
-
curl cmd.cat/suricata.generic.sh
- Debian
-
apt-get install suricata
- Ubuntu
-
apt-get install suricata
- Alpine
-
apk add suricata
- Kali Linux
-
apt-get install suricata
- Fedora
-
dnf install suricata
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install suricata
- OS X
-
brew install suricata
- Raspbian
-
apt-get install suricata
- Dockerfile
- dockerfile.run/suricata.generic
- Docker
-
docker run cmd.cat/suricata.generic suricata.generic
powered by Commando
suricata
Next Generation Intrusion Detection and Prevention Tool
Suricata is a network Intrusion Detection System (IDS). It is based on rules (and is fully compatible with snort rules) to detect a variety of attacks / probes by searching packet content. It can also be used as Intrusion Prevention System (IPS), and as higher layer firewall. This new Engine supports Multi-Threading, Automatic Protocol Detection (IP, TCP, UDP, ICMP, HTTP, TLS, FTP and SMB), Gzip Decompression, Fast IP Matching and coming soon hardware acceleration on CUDA and OpenCL GPU cards. This version has inline (NFQUEUE) support enabled.