Hi everyone,
I’m having this constant connection tries in the mikrotik and I think it is an attack but I can’t fully understand the log.
I banned the ip:
filter add chain=input src-address=58.218.198.171/32 in-interface=my_wan action=drop
Also made a rule with forward.
But this messages in the log screen keep apearing with different port number like if it was getting into the mikrotik. (I only have SSH and winbox port in the mikrotik and is being filtered by my lan so I don’t think he is gonna get into the router but I’m afraid because of the resources.)
18:30:45 firewall,info input: in:ether1 out:(none), src-mac 58:f3:9c:3d:bb:1a, proto TCP (SYN), 58.218.198.171:60001->myWAN:22, len 60
18:30:46 firewall,info input: in:ether1 out:(none), src-mac 58:f3:9c:3d:bb:1a, proto TCP (SYN), 58.218.198.171:60001->myWAN:22, len 60
18:30:48 firewall,info input: in:ether1 out:(none), src-mac 58:f3:9c:3d:bb:1a, proto TCP (SYN), 58.218.198.171:60001->myWAN:22, len 60
18:30:50 firewall,info input: in:ether1 out:(none), src-mac 58:f3:9c:3d:bb:1a, proto TCP (SYN), 58.218.198.171:54368->myWAN:22, len 60
18:30:51 firewall,info input: in:ether1 out:(none), src-mac 58:f3:9c:3d:bb:1a, proto TCP (SYN), 58.218.198.171:54368->myWAN:22, len 60
18:30:53 firewall,info input: in:ether1 out:(none), src-mac 58:f3:9c:3d:bb:1a, proto TCP (SYN), 58.218.198.171:54368->myWAN:22, len 60
18:30:55 firewall,info input: in:ether1 out:(none), src-mac 58:f3:9c:3d:bb:1a, proto TCP (SYN), 58.218.198.171:48833->myWAN:22, len 60
18:30:56 firewall,info input: in:ether1 out:(none), src-mac 58:f3:9c:3d:bb:1a, proto TCP (SYN), 58.218.198.171:48833->myWAN:22, len 60
18:30:58 firewall,info input: in:ether1 out:(none), src-mac 58:f3:9c:3d:bb:1a, proto TCP (SYN), 58.218.198.171:48833->myWAN:22, len 60
I tracked the ip seems to be a range from China, I have block rules for port scanning and flood but it seems is not something like that.
I would like to know if I’m missing something?
thanks in advance
Regards,