1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/maltrail/README.md
2024-03-04 17:54:13 +08:00

19 lines
333 B
Markdown

maltrail
========
[Maltrail][1] is a malicious traffic detection system.
```bash
$ docker compose up -d
$ curl http://127.0.0.1:8338 # admin:changeme!
$ less data/etc/maltrail.csv
$ ping -c 1 136.161.101.53
$ nslookup morphed.ru
$ tail -f ./data/server/log/$(date +"%Y-%m-%d").log
```
[1]: https://github.com/stamparm/maltrail