MikroTik routers are forwarding owners’ traffic to unknown attackers
blog.netlab.360.com
MikroTik routers are forwarding owners’ traffic to unknown attackers
1–10 of 151 posts
Re: MikroTik routers are forwarding owners’ traffic to unknown attackers
#2Article link is down on my end.
Re: MikroTik routers are forwarding owners’ traffic to unknown attackers
#3Article link is down on my end.
It's basically another take on this older report: https://www.trustwave.com/Resources/SpiderLabs-Blog/Mass-Mik...
Re: MikroTik routers are forwarding owners’ traffic to unknown attackers
#4[deleted]
Re: MikroTik routers are forwarding owners’ traffic to unknown attackers
#5Do NOT visit...trojan at URL!
Re: MikroTik routers are forwarding owners’ traffic to unknown attackers
#6My home router has the following
/ip firewall filter
add action=accept chain=input connection-state=established
add action=accept chain=input connection-state=related
add action=accept chain=input dst-port=5000 protocol=udp
add action=accept chain=input dst-port=6000 protocol=udp
add action=accept chain=input dst-port=6001 protocol=udp
add action=accept chain=input protocol=icmp
add action=accept chain=input dst-port=22 protocol=tcp src-address-list=Mgmt
add action=accept chain=input dst-port=179 in-interface-list=LAN protocol=tcp
add action=drop chain=input in-interface=btopenreach
add action=drop chain=input
Clearly it's possible that an attacker could come in from the back door (desktop, XSS etc), I could lock down the BGP more, and tighen up Mgmt beyond it's current fairly wide subnets (a /16 owned by work and my wired range), but it becomes a hassle, which leads to more disabling of the "action=drop" while debugging. My backup script emails me when the configuration changesTo check if your proxy is enabled (probably shouldn't be)
/ip proxy print
enabled: noRe: MikroTik routers are forwarding owners’ traffic to unknown attackers
#7Do NOT visit...trojan at URL!
Really? In what way?
Re: MikroTik routers are forwarding owners’ traffic to unknown attackers
#8My home router has the following /ip firewall filter add action=accept chain=input connection-state=established add action=accept chain=input connection-state=related add action=accept chain=input dst-port=5000 protocol=udp add action=accept chain=input dst-port=6000 protocol=udp add action=accept chain=input dst-port=6001 protocol=udp add action=accept chain=input protocol=icmp add action=accept chain=input dst-port…
Also change the winbox port if you need it to be enabled.
Re: MikroTik routers are forwarding owners’ traffic to unknown attackers
#9Re: MikroTik routers are forwarding owners’ traffic to unknown attackers
#10Just yesterday updated my Mikrotik to latest current. And now read that news. Great!