1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/maltrail/README.md

19 lines
333 B
Markdown
Raw Normal View History

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