mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
19 lines
333 B
Markdown
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
|