CrowdSec Dashboard: - Refactor all views (alerts, bouncers, decisions, overview, settings) - Add soc.css for Security Operations Center styling - Remove 3000+ lines of redundant code CrowdSec Custom Parsers & Scenarios: - Add secubox-gitea parser and bruteforce scenario - Add secubox-haproxy parser and bruteforce scenario - Add secubox-streamlit parser and bruteforce scenario - Add secubox-webapp parser and bruteforce scenario - Update Makefile for new parser/scenario files HAProxy: - Update api.js, backends.js view improvements - Update luci.haproxy RPCD backend - Update haproxyctl helper script Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
342 B
YAML
18 lines
342 B
YAML
# CrowdSec acquisition for SecuBox Webapp logs
|
|
# Monitors general web application access and auth events
|
|
|
|
source: file
|
|
filenames:
|
|
- /var/log/webapp/*.log
|
|
- /srv/webapp/logs/*.log
|
|
labels:
|
|
type: webapp
|
|
---
|
|
# Webapp via HAProxy/Nginx
|
|
source: file
|
|
filenames:
|
|
- /var/log/nginx/access.log
|
|
- /var/log/nginx/error.log
|
|
labels:
|
|
type: nginx
|