https://github.com/deepgram/suricata
Suricata (NIDS) in a Docker container
https://github.com/deepgram/suricata
Last synced: 3 months ago
JSON representation
Suricata (NIDS) in a Docker container
- Host: GitHub
- URL: https://github.com/deepgram/suricata
- Owner: deepgram
- Created: 2019-01-03T14:56:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T19:13:59.000Z (about 7 years ago)
- Last Synced: 2025-07-27T06:34:59.747Z (11 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dockerized Suricata
# Description
This is Suricata, a network-based intrusion detection system (NIDS), embedded
in a Docker container for ease of deployment.
We use Suricata's official PPA to install pre-built binaries. As an added
convenience, Ubuntu's package manager will also install the emerging rulesets.
# Usage
Replace `` with the host machine's network interface of interest.
```
docker run --net=host deepgram/suricata -i
```
Suricata's default log directory (`/var/logs/suricata`) is exposed as a Docker
volume, making it easy to share among other containers.
# Customization
To customize Suricata, you may mount a YAML configuration file to
`/etc/suricata/suricata.yaml`.