Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evilsocket/takuan
Takuan is a system service that parses logs and detects noisy attackers in order to build a blacklist database of known cyber offenders.
https://github.com/evilsocket/takuan
Last synced: 6 days ago
JSON representation
Takuan is a system service that parses logs and detects noisy attackers in order to build a blacklist database of known cyber offenders.
- Host: GitHub
- URL: https://github.com/evilsocket/takuan
- Owner: evilsocket
- License: other
- Created: 2020-09-18T15:46:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T23:54:59.000Z (over 3 years ago)
- Last Synced: 2024-08-10T11:02:38.317Z (3 months ago)
- Language: Go
- Homepage:
- Size: 5.63 MB
- Stars: 82
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Takuan is a system service that parses logs and detects noisy attackers in order to build a blacklist database of
known cyber offenders.
Periodic reports are saved to [this repository](https://github.com/evilsocket/takuan-reports) in CSV format for
parsing. A bot is running as [@cybertakuan](https://twitter.com/cybertakuan) and tweeting about new reports.
## How to UseInstall the configuration:
sudo mkdir -p /etc/takuan
sudo cp config.example.yml /etc/takuan/config.ymlUse your favorite editor to customize it, then you can build and start all the takuan services via
`docker-compose`:sudo docker-compose build
sudo docker-compose up
Reports are saved on the host `/var/log/takuan/reports` and all events are available on a MySQL database running in
one of the container and persisting its data in `/var/lib/takuan`. A `phpmyadmin` is also available on `http
://localhost:9090`.
## License`takuan` is made with ♥ by [evilsocket](https://github.com/evilsocket) and it's released under the GPL 3
license.