1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/maltrail/README.md

19 lines
333 B
Markdown
Raw Normal View History

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