Website Migration Notice: SafePoint is now operated by CyberServal.Learn more →
DiscussionSLA

SSH server

Published a year ago

# SafeLine WAF

Published a year ago

profile_photo

LeonTA

Updated a year ago

0

Hi all is possible set the firewall to listen the port 22 of ssh? Like fail2ban!

profile_photo

Naldela Teleyal

Updated a year 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

profile_photo

CRONOS

Updated a year ago

Is there a possibility of joining crowdsec? to keep layer 3 protected?

profile_photo

Naldela Teleyal

Updated a year 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