Login attempts to proftp not blocked (debian 8, virtualmin)
Posted: 18 May 2015, 11:12
Hi,
I can't figure out why these proftpd login attempts are not blocked.
Snippet from /var/log/proftpd/proftpd.log
2015-05-18 11:56:02,688 server.xxx.xxx proftpd[5035] server.xxx.xxx (2002:706f:bfed::706f:bfed[2002:706f:bfed::706f:bfed]): USER valid_user (Login failed): Incorrect password
2015-05-18 11:56:21,583 server.xxx.xxx proftpd[5041] server.xxx.xxx (112.111.191.237[112.111.191.237]): USER oneuser: no such user found from 112.111.191.237 [112.111.191.237] to ::ffff:123.123.123.123:21
Any ideas? What have I missed?
LF_FTPD = 5
FTPD_LOG = /var/log/proftpd/proftpd.log
Is it the timestamp format that causes the problem? YYYY-MM-DD HH:MM:SS,xxx
I tried a custom regex but that didn't work. ^.* \S+ proftpd\[\d+\] \S+ (\S+[\S+])?:? USER (\S*) no such user found from .*
Any ideas are welcome!
I can't figure out why these proftpd login attempts are not blocked.
Snippet from /var/log/proftpd/proftpd.log
2015-05-18 11:56:02,688 server.xxx.xxx proftpd[5035] server.xxx.xxx (2002:706f:bfed::706f:bfed[2002:706f:bfed::706f:bfed]): USER valid_user (Login failed): Incorrect password
2015-05-18 11:56:21,583 server.xxx.xxx proftpd[5041] server.xxx.xxx (112.111.191.237[112.111.191.237]): USER oneuser: no such user found from 112.111.191.237 [112.111.191.237] to ::ffff:123.123.123.123:21
Any ideas? What have I missed?
LF_FTPD = 5
FTPD_LOG = /var/log/proftpd/proftpd.log
Is it the timestamp format that causes the problem? YYYY-MM-DD HH:MM:SS,xxx
I tried a custom regex but that didn't work. ^.* \S+ proftpd\[\d+\] \S+ (\S+[\S+])?:? USER (\S*) no such user found from .*
Any ideas are welcome!