untuk mengecek semua yang forward dan input ke jaringan melalui mikroTik, nomer 0 dan 1 letakkan paling atas, selanjutnya nomer 2 sampai 42 taruh di paling bawah.
//ip firewall filter pr
Flags: X – disabled, I – invalid, D – dynamic
0 ;;; cek virus
chain=forward action=jump jump-target=virus log=no log-prefix=””
1 ;;; cek virus
chain=input action=jump jump-target=virus log=no log-prefix=””
2 ;;; Drop Blaster Worm
chain=virus action=drop protocol=tcp dst-port=135-139 log=no
log-prefix=””
3 ;;; Drop Messenger Worm
chain=virus action=drop protocol=udp dst-port=135-139 log=no
log-prefix=””
4 ;;; Drop Blaster Worm
chain=virus action=drop protocol=tcp dst-port=445 log=no log-prefix=””
5 chain=virus action=drop protocol=udp dst-port=445 log=no log-prefix=””
6 chain=virus action=drop protocol=tcp dst-port=593 log=no log-prefix=””
7 chain=virus action=drop protocol=tcp dst-port=1024-1030 log=no
log-prefix=””
8 ;;; Drop MyDoom
chain=virus action=drop protocol=tcp dst-port=1080 log=no log-prefix=””
9 chain=virus action=drop protocol=tcp dst-port=1214 log=no log-prefix=””
10 ;;; ndm requester
chain=virus action=drop protocol=tcp dst-port=1363 log=no log-prefix=””
11 ;;; ndm server
chain=virus action=drop protocol=tcp dst-port=1364 log=no log-prefix=””
12 ;;; screen cast
chain=virus action=drop protocol=tcp dst-port=1368 log=no log-prefix=””
13 ;;; hromgrafx
chain=virus action=drop protocol=tcp dst-port=1373 log=no log-prefix=””
14 ;;; cichlid
chain=virus action=drop protocol=tcp dst-port=1377 log=no log-prefix=””
15 ;;; Worm
chain=virus action=drop protocol=tcp dst-port=1433-1434 log=no
log-prefix=””
16 ;;; Bagle Virus
chain=virus action=drop protocol=tcp dst-port=2745 log=no log-prefix=””
17 ;;; Drop Dumaru.Y
chain=virus action=drop protocol=tcp dst-port=2283 log=no log-prefix=””
18 ;;; Drop Beagle
chain=virus action=drop protocol=tcp dst-port=2535 log=no log-prefix=””
19 ;;; Drop Beagle.C-K
chain=virus action=drop protocol=tcp dst-port=2745 log=no log-prefix=””
20 ;;; Drop MyDoom
chain=virus action=drop protocol=tcp dst-port=3127-3128 log=no
log-prefix=””
31 ;;; Drop Backdoor OptixPro
chain=virus action=drop protocol=tcp dst-port=3410 log=no log-prefix=””
32 ;;; Worm
chain=virus action=drop protocol=tcp dst-port=4444 log=no log-prefix=””
33 chain=virus action=drop protocol=udp dst-port=4444 log=no log-prefix=””
34 ;;; Drop Sasser
chain=virus action=drop protocol=tcp dst-port=5554 log=no log-prefix=””
35 ;;; Drop Beagle.B
chain=virus action=drop protocol=tcp dst-port=8866 log=no log-prefix=””
36 ;;; Drop Dabber.A-B
chain=virus action=drop protocol=tcp dst-port=9898 log=no log-prefix=””
37 ;;; Drop MyDoom.B
chain=virus action=drop protocol=tcp dst-port=10080 log=no log-prefix=””
38 ;;; Drop NetBus
chain=virus action=drop protocol=tcp dst-port=12345 log=no log-prefix=””
39 ;;; Drop SubSeven
chain=virus action=drop protocol=tcp dst-port=27374 log=no log-prefix=””
40 ;;; Drop PhatBot, Agobot, Gaobot
chain=virus action=drop protocol=tcp dst-port=65506 log=no log-prefix=””
41 ;;; Drop SubSeven
chain=virus action=drop protocol=tcp dst-port=27374 log=no log-prefix=””
42 ;;; Drop PhatBot, Agobot, Gaobot
chain=virus action=drop protocol=tcp dst-port=65506 log=no log-prefix=””