What's new

Skynet Issue adding filter list help?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Joshuajackson

Senior Member

Attachments

  • Screenshot 2023-02-10 104733.png
    Screenshot 2023-02-10 104733.png
    123.8 KB · Views: 56
Hello i have an issue adding my own filter list https://raw.githubusercontent.com/Usernamenotavailableofc/skynetlist/main/asus/skynet/filter.list
it worked a couple days ago but now whenever i want to readd it or update it, i get error like then i get no blocking at all i have picture attached
Resetting works but whenever i add my own it doesnt
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.
 
Last edited:
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.
i thought that too but ive removed them and still same result
 
Then i get this issue too Monitoring from to is all blank

1676055317370.png
 
i thought that too but ive removed them and still same result
When looking at your filter list link, I still see all of them in there on the bottom? You need to remove them from this file... They are probably causing a list compilation failure of some sorts.

1676127114735.png

Then i get this issue too Monitoring from to is all blank
Once skynet starts back up with a working filter list that is performing some blocks, you should start seeing stats again.
 
When looking at your filter list link, I still see all of them in there on the bottom? You need to remove them from this file... They are probably causing a list compilation failure of some sorts.

View attachment 47884

Once skynet starts back up with a working filter list that is performing some blocks, you should start seeing stats again.
still having issues with the monitoring got filter back to work
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top