Community discussions

MikroTik App
 
clarkstyx
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 69
Joined: Sun Jun 28, 2009 7:26 pm

getting errors on log

Sat Sep 12, 2009 11:15 pm

guys ,im getting this recently

11:09:30 system,error,critical login failure for user tokend from 121.15.171.5
5 via ssh
11:09:37 system,error,critical login failure for user windowserver from 121.15
.171.55 via ssh
11:09:43 system,error,critical login failure for user appowner from 121.15.171
.55 via ssh
11:09:50 system,error,critical login failure for user xgridagent from 121.15.1
71.55 via ssh
11:09:56 system,error,critical login failure for user agent from 121.15.171.55
via ssh
11:10:03 system,error,critical login failure for user xgridcontroller from 121
.15.171.55 via ssh
11:10:09 system,error,critical login failure for user jabber from 121.15.171.5
5 via ssh
11:10:16 system,error,critical login failure for user amavisd from 121.15.171.
55 via ssh
11:10:22 system,error,critical login failure for user clamav from 121.15.171.5
5 via ssh
11:10:29 system,error,critical login failure for user appserver from 121.15.17
1.55 via ssh
11:10:36 system,error,critical login failure for user mailman from 121.15.171.
55 via ssh
11:10:42 system,error,critical login failure for user cyrusimap from 121.15.17
1.55 via ssh
11:10:49 system,error,critical login failure for user qtss from 121.15.171.55
via ssh
11:10:56 system,error,critical login failure for user eppc from 121.15.171.55
via ssh
11:11:02 system,error,critical login failure for user telnetd from 121.15.171.
55 via ssh
11:11:09 system,error,critical login failure for user identd from 121.15.171.5
5 via ssh
11:11:15 system,error,critical login failure for user gnats from 121.15.171.55
via ssh
11:11:22 system,error,critical login failure for user jeff from 121.15.171.55
via ssh
11:11:28 system,error,critical login failure for user irc from 121.15.171.55 v
ia ssh
11:11:35 system,error,critical login failure for user list from 121.15.171.55
via ssh
11:11:42 system,error,critical login failure for user eleve from 121.15.171.55
via ssh
11:11:48 system,error,critical login failure for user proxy from 121.15.171.55
via ssh
11:11:55 system,error,critical login failure for user sys from 121.15.171.55 v
ia ssh
11:12:01 system,error,critical login failure for user zzz from 121.15.171.55 v
ia ssh
11:12:08 system,error,critical login failure for user frank from 121.15.171.55
via ssh
11:12:15 system,error,critical login failure for user dan from 121.15.171.55 v
ia ssh
11:12:21 system,error,critical login failure for user james from 121.15.171.55
via ssh
11:12:28 system,error,critical login failure for user snort from 121.15.171.55
via ssh
11:12:34 system,error,critical login failure for user radiomail from 121.15.17
1.55 via ssh
11:12:41 system,error,critical login failure for user harrypotter from 121.15.
171.55 via ssh
11:12:48 system,error,critical login failure for user divine from 121.15.171.5
5 via ssh
11:12:54 system,error,critical login failure for user popa3d from 121.15.171.5
5 via ssh
11:13:01 system,error,critical login failure for user aptproxy from 121.15.171
.55 via ssh
11:13:07 system,error,critical login failure for user desktop from 121.15.171.
55 via ssh
11:13:14 system,error,critical login failure for user workshop from 121.15.171
.55 via ssh
11:13:21 system,error,critical login failure for user mailnull from 121.15.171
.55 via ssh
11:13:27 system,error,critical login failure for user nfsnobody from 121.15.17
1.55 via ssh
11:13:34 system,error,critical login failure for user rpcuser from 121.15.171.
55 via ssh
11:13:40 system,error,critical login failure for user rpc from 121.15.171.55 v
ia ssh
11:13:47 system,error,critical login failure for user gopher from 121.15.171.5
5 via ssh


what should i do? thanks
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: getting errors on log

Sun Sep 13, 2009 5:23 am

Just a hacker trying to get into your router. Since he is using different user names, the chances of him/her getting in is rather slim, unless your password is weak or not set. Temporarily, you can use this to block that one person:

/ip firewall filter
add chain=input action=drop src-address=121.15.171.55 comment="hacker"

You should look at the firewall filter section of the docs. Near the bottom is a "Protect your router" section. I allow my network ips and block all others. I add the following rule just before the "drop all" rule:

/ip firewall filter
add chain=input action=accept src-address=xx.xx.xx.xx/yy
add chain=input action=drop

Change xx.xx.xx.xx/yy to your network ips for the computers you want to access the router from. Multiple entries are ok, just insure they are before the "chain=input action=drop" rule. Order is important.
 
clarkstyx
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 69
Joined: Sun Jun 28, 2009 7:26 pm

Re: getting errors on log

Sun Sep 13, 2009 6:12 am

thanks, I also tried disabling ssh and made my password a lot stronger.. :D

Who is online

Users browsing this forum: No registered users and 104 guests