Should these IPs be in my IPtables Drop list?

Hi:
When running:

/etc/apf/deny_hosts.rules

along with IPs I've banned using APF, I see the following listed as DROP in iptables:

Code:
3    DROP       all  --  10.0.0.0/8           0.0.0.0/0
4    DROP       all  --  172.16.0.0/12        0.0.0.0/0
5    DROP       all  --  128.66.0.0/16        0.0.0.0/0
6    DROP       all  --  192.168.0.0/16       0.0.0.0/0
7    DROP       all  --  127.0.0.0/8          0.0.0.0/0
30   DROP       all  --  220.61.144.0/24      0.0.0.0/0
31   DROP       all  --  207.206.5.0/24       0.0.0.0/0
32   DROP       all  --  222.55.65.0/24       0.0.0.0/0
33   DROP       all  --  211.241.144.0/24     0.0.0.0/0
34   DROP       all  --  209.200.133.0/24     0.0.0.0/0
35   DROP       all  --  129.219.135.0/24     0.0.0.0/0
36   DROP       all  --  221.202.129.0/24     0.0.0.0/0
37   DROP       all  --  80.122.118.0/24      0.0.0.0/0
38   DROP       all  --  218.23.142.0/24      0.0.0.0/0
39   DROP       all  --  210.74.232.0/24      0.0.0.0/0
40   DROP       all  --  218.83.155.0/24      0.0.0.0/0
41   DROP       all  --  202.67.19.0/24       0.0.0.0/0
42   DROP       all  --  61.185.142.0/24      0.0.0.0/0
43   DROP       all  --  202.109.189.0/24     0.0.0.0/0
44   DROP       all  --  61.152.144.0/24      0.0.0.0/0
45   DROP       all  --  202.97.174.0/24      0.0.0.0/0
46   DROP       all  --  202.99.159.0/24      0.0.0.0/0
47   DROP       all  --  64.122.17.0/24       0.0.0.0/0
48   DROP       all  --  66.160.191.0/24      0.0.0.0/0
49   DROP       all  --  61.134.45.0/24       0.0.0.0/0
Just wondering, are these IP ranges configured by default to be banned by APF? I was just wondering if any of them may be legit and should be unbanned. If so, how would I do that?

Thanks,

 

 

 

 

Top