Published a year ago
Published a year ago
LeonTA
Updated 2 years ago
0
Hi all is possible set the firewall to listen the port 22 of ssh? Like fail2ban!
Naldela Teleyal
Updated 2 years ago
0
SafeLine is designed as Web Application Firewall, not as a full lvl3. Stream proxy is possible with nginx, but not the task for a WAF
CRONOS
Updated 2 years ago
Is there a possibility of joining crowdsec? to keep layer 3 protected?
Naldela Teleyal
Updated 2 years ago
0
I use fail2ban together with SafeLine for extra security:
Filter:
1[INCLUDES] 2before = common.conf 3 4[Definition] 5failregex = ^.* - - .*HTTP\/[0-9]+(\.[0-9]+)?" (40[13]|428) \d+ "(.*)" "(.*)" "<HOST>"
Jail:
1[safeline]
2enabled = true
3filter = safeline
4logpath = /data/safeline/logs/nginx/*.log
5 /data/safeline/logs/nginx/safeline/*
6bantime = 60
7findtime = 120
8maxretry = 15
9backend = pyinotify