tweedge / emerging-threats-pihole

Block malware on your network using your PiHole, using threat intelligence extracted from Emerging Threats rulesets.
https://hosts.tweedge.net/
Apache License 2.0
52 stars 2 forks source link

Maintaining this list in AdGuard format in a fork #3

Open jarelllama opened 3 months ago

jarelllama commented 3 months ago

Hi, I appreciate the creation and idea of this blocklist. I was one of the first few people to recommend this list to Hagezi. I have forked this blocklist and am maintaining it with my own code to implement the ABP syntax to make use of wildcard matching in Pihole and AdGuard. I also automatically remove dead domains and redundant rules.

I initially just wanted to include the emerging-phishing rules in Jarelllama's Scam Blocklist but figured I might as well maintain the malware rules too.

The fork can be found here: https://github.com/jarelllama/emerging-threats-pihole

I have kept the original licenses in the repo and blocklist. If you dislike/disagree with any part of the fork, please do let me know.

tweedge commented 3 months ago

Great to see!! Mind if I link to your repo in the README as well?

jarelllama commented 3 months ago

Thanks for the positive response! Go ahead.

Also I might as well explain some of the changes:

I had to rewrite your script from scratch in Bash, I hope you don't mind that. I've kept most of your README intact. Please do have a look and let me know your thoughts!