From 51533b2312c2c4f0e7f968afeb1a4ceb326d6806 Mon Sep 17 00:00:00 2001 From: J <91372088+jarelllama@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:46:54 +0800 Subject: [PATCH] Update readme --- scripts/update_readme.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/update_readme.sh b/scripts/update_readme.sh index f214bcdab..02089f7f5 100644 --- a/scripts/update_readme.sh +++ b/scripts/update_readme.sh @@ -98,16 +98,12 @@ Total domains: $(grep -cF '||' lists/adblock/nsfw.txt) This blocklist does not just include adult videos, but also NSFW content of the artistic variety (rule34, illustrations, etc). -### Malware Blocklist - -A blocklist for malicious domains extracted from Proofpoint's [Emerging Threats](https://rules.emergingthreats.net/) rulesets can be found here: **[jarelllama/Emerging-Threats](https://github.com/jarelllama/Emerging-Threats)**. - ## Automated filtering process - Domains are filtered against an actively maintained whitelist - Domains are checked against the [Tranco Top Sites Ranking](https://tranco-list.eu/) for potential false positives which are then vetted manually - Common subdomains like 'www' are stripped -- Only domains are included in the blocklist; URLs are stripped down to their domains and IP addresses are manually checked for resolving DNS records +- Non-domain entries are removed - Redundant rules are removed via wildcard matching. For example, 'abc.example.com' is a wildcard match of 'example.com' and, therefore, is redundant and removed. Wildcards are occasionally added to the blocklist manually to further optimize the number of entries Entries that require manual verification/intervention are notified to the maintainer for fast remediations.