all of the list you are using that say "zip, gz, ,7z or csv" at the end, may be incompatible with skynet. I know the zip, gz, 7z ones are because skynet does nothing to unzip, or uncompress list.
here is an example of what lists which maybe or are incompatible:
Code:
https://threatview.io/Downloads/Experimental-IOC-Tweets.txt
http://cdn1.iblocklist.com/files/mbp6v2fvpd5qug9yg944/gihxqmhyunbxhbmgqrla.gz
http://cdn2.iblocklist.com/files/kr3cc3ym3slkt53kzjvi/usrcshglbiilevmyfhse.gz
http://list.iblocklist.com/?list=dgxtneitpuvgqqcpfulq&fileformat=p2p&archiveformat=gz
http://list.iblocklist.com/?list=dgxtneitpuvgqqcpfulq&fileformat=p2p&archiveformat=zip
http://list.iblocklist.com/?list=dgxtneitpuvgqqcpfulq&fileformat=p2p&archiveformat=7z
http://list.iblocklist.com/?list=llvtlsjyoyiczbkjsxpf&fileformat=p2p&archiveformat=gz
http://list.iblocklist.com/?list=xpbqleszmajjesnzddhv&fileformat=p2p&archiveformat=gz
http://list.iblocklist.com/?list=npkuuhuxcsllnhoamkvm&fileformat=p2p&archiveformat=gz
http://cdn1.iblocklist.com/files/khb6awgvtx9ag89djxow/dgxtneitpuvgqqcpfulq.gz
http://list.iblocklist.com/?list=llvtlsjyoyiczbkjsxpf&fileformat=p2p&archiveformat=gz
http://cdn2.iblocklist.com/files/vls356k74gg5gkwaq1q1/zhogegszwduurnvsyhdf.gz
http://list.iblocklist.com/?list=qlprgwgdkojunfdlzsiv&fileformat=hosts&archiveformat=zip
http://list.iblocklist.com/?list=qlprgwgdkojunfdlzsiv&fileformat=hosts&archiveformat=gz
http://security-research.dyndns.org/pub/malware-feeds/ponmocup-infected-domains-shadowserver.csv
e.g.
Code:
curl -fsL --retry 3 --connect-timeout 3 "http://list.iblocklist.com/?list=dgxtneitpuvgqqcpfulq&fileformat=p2p&archiveformat=gz" | gzip -d | wc -l
3174
vesus no gzip -d
Code:
curl -fsL --retry 3 --connect-timeout 3 "http://list.iblocklist.com/?list=dgxtneitpuvgqqcpfulq&fileformat=p2p&archiveformat=gz" | wc -l
173
which represents a compressed file.