Hi,
I have a Proxmox VE with a few dozen VMs (with apache, sshd, …) and i would like to secure this environment with Crowdsec.
I am currently using Fail2Ban on each individual VM but i think i could do something different with crowdsec and i would like your opinion.
Basically i would like to have :
- A central crowdsec LAPI on the proxmox server that keeps track of banned IPs and uses an IPTable bouncer to prevent any banned IP to access proxmox or any of the VMs.
- Crowdsec installed on each VM with just parsers and scenarios to find new IPs to ban and report them to the central LAPI server
That way i would have one source of truth for banned IPs in my system that would protect every VM with one bouncer.
Do you think this is feasible ? Do you guys have any better ideas or some tips ?
Thanks a lot for this great project btw !