secubox-openwrt/package/secubox/secubox-app-auth-logger/README.md
CyberMind-FR 62f2f6a7a8 docs(secubox): Add KISS README for all 46 remaining packages
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 07:34:06 +01:00

41 lines
809 B
Markdown

# SecuBox Authentication Failure Logger for CrowdSec
Logs authentication failures from LuCI/rpcd and Dropbear SSH for CrowdSec detection.
## Installation
```sh
opkg install secubox-app-auth-logger
```
## Usage
```sh
# Enable and start the service
/etc/init.d/secubox-app-auth-logger enable
/etc/init.d/secubox-app-auth-logger start
```
The auth monitor runs as a background daemon watching for login failures.
## What It Ships
- SSH failure monitoring (OpenSSH/Dropbear)
- LuCI web interface auth failure logging via CGI hook
- CrowdSec parser and bruteforce scenario
- CrowdSec acquisition configuration
## Files
- `/etc/init.d/secubox-app-auth-logger` -- init script
- `/usr/lib/secubox/auth-monitor.sh` -- auth failure monitor daemon
## Dependencies
- `rpcd`
- `uhttpd`
## License
Apache-2.0