{"id":13518094,"url":"https://github.com/ShadowWhisperer/BlockLists","last_synced_at":"2025-03-31T09:31:14.275Z","repository":{"id":37671200,"uuid":"240538622","full_name":"ShadowWhisperer/BlockLists","owner":"ShadowWhisperer","description":"Custom DNS Block Lists","archived":false,"fork":false,"pushed_at":"2025-03-25T00:38:21.000Z","size":76058,"stargazers_count":305,"open_issues_count":1,"forks_count":36,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-25T01:28:40.023Z","etag":null,"topics":["ads","blocklist","dns","dnsmasq","domains","fraud","hosts","malware","privacy","proxies","proxy","remote","scam","scams","trackers","typos"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShadowWhisperer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-14T15:25:56.000Z","updated_at":"2025-03-25T00:38:25.000Z","dependencies_parsed_at":"2024-11-21T06:27:33.717Z","dependency_job_id":"b7f37d8f-18e8-48bc-ae2d-3060a07c0af6","html_url":"https://github.com/ShadowWhisperer/BlockLists","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowWhisperer%2FBlockLists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowWhisperer%2FBlockLists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowWhisperer%2FBlockLists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowWhisperer%2FBlockLists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowWhisperer","download_url":"https://codeload.github.com/ShadowWhisperer/BlockLists/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246446846,"owners_count":20778885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ads","blocklist","dns","dnsmasq","domains","fraud","hosts","malware","privacy","proxies","proxy","remote","scam","scams","trackers","typos"],"created_at":"2024-08-01T05:01:40.713Z","updated_at":"2025-03-31T09:31:14.269Z","avatar_url":"https://github.com/ShadowWhisperer.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"    Ads              Advertisements, Banners, Widgets \u0026 Push Notifications  \n    Adult            Porn / 18+ Content  \n    Apple            Bloat  \n    Bloat            Domains not required for software to function  \n    Chat             Chat Dialog Popups  \n    Cryptocurrency   Bitcoin, Ethereum, Mining, etc. (Not Malware)  \n    Dating           Dating Sites  \n    DNS              DNS Resolvers  \n    Dynamic          Dynamic DNS\n    Fonts            Fonts  \n    Free             Free/Cheap Hosting, Free Blogs  \n    Gambling         Casino, Gambling, Poker sites  \n    Junk             Personally untrusted software, browser extensions, search engines, etc  \n    Malware          Malicious Sites, PUPs, Malware, Browser Hijackers, Phishing Sites  \n    Marketing        Marketing, Ebay Listing Tools, etc  \n    Marketing-Email  Email Based Marketing  \n    Microsoft        Apps, Bing, Bloat, Tiles, etc  \n    Remote           Domains used for remote sessions  \n    Risk             Bad ISP/Bots/Spam, Keyloggers, Sites used by compromised devices\n    Scam             Fake freight, gift cards, products, support, pets, firearms, news, etc    \n    Shock            Gore, Gross, and Torture sites\n    Top_Level        Top Level Domains. Sorted by continent, then by country\n    Tracking         Analytics, Diagnostics, Location, Metrics, Public IP  \n    Tunnels          VPNs \u0026 Proxies  \n    Typo             Misspelling of websites / Typosquatting  \n    URL Shortener    URL Shorteners. Can be used to mask malicious domains\n      \n    Filter           Used by my parse script to show me what has not been blocked\n    Whitelist        Reasons for some allowed domains  \n  \n\nThis repo was created: 2/14/2020.  https://api.github.com/repos/ShadowWhisperer/BlockLists  \nThe repo is compressed occasionally, to reduce the overall size. Logs, diff, etc. do not stay with the repo because of this.  \n  \nThese lists are built using custom scripts, and manual additions. (All of my own)\n\u003cbr /\u003e  \n  \nSome domains are used for both ads and tracking.  *Dating* may contain scam dating sites.  *Bloat*, *Free*, *Junk*, and *Marketing* will probably break stuff. *Typo* will have mostly dead domains. Not recommended to use on lower-end devices. If you're looking to merge my lists, I would advise you to skip *Typo*. You will get a lot of complaints of dead domains.  \n\u003cbr /\u003e  \n\nIf you find sites that do not resolve an IP, it's probably a wildcard block. If _badsite.com_ is dead, _1.badsite.com_ is not. I remove dead/parked sites occasionally.  \n\u003cbr /\u003e  \n\n  \n_www\u003cspan\u003e\u003c/span\u003e._ _mobile._ _m._ prefixes are removed. They are added in the script below. This keeps the lists shorter.  \n  \n\u003cbr /\u003e \n  \n**Create Block List (Bash)**\n\n    while read -r D || [[ -n \"$D\" ]]; do echo \"0.0.0.0 $D www.$D mobile.$D m.$D\" \u003e\u003e OUT; done \u003c LIST  \n\u003cbr /\u003e  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShadowWhisperer%2FBlockLists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShadowWhisperer%2FBlockLists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShadowWhisperer%2FBlockLists/lists"}