We have a campus network working great with 100 % Mikrotik solution. My first implementation and I am not looking anywhere else for further deployment.
We have filter implemented as per wiki,
add chain=Virus protocol=udp dst-port=135-139 action=add-src-to-address-list
address-list=virus address-list-timeout=0s comment=“Messenger Worm”
disabled=no
add chain=Virus protocol=udp dst-port=135-139 action=drop comment=“Messenger
Worm” disabled=no
We are seeing few megabyte on this filter. and on address list it seems every hotspot address is captured.
Is this really a worms that should be drop and anyone knows how can this be cleaned on the user laptop.
We also have a few more virus that was drop but not as much as the Messenger worms.
any insight is much appreciated
thx