Giter Club home page Giter Club logo

blocklists's Introduction

Ads              Advertisements, Banners, Widgets & Push Notifications  
Adult            Porn / 18+ Content  
Apple            Bloat  
Bloat            Fonts, Surveys, Domains not required for software to function  
Chat             Chat Dialog Popups  
Cryptocurrency   Bitcoin, Ethereum, Mining, etc. (Not malware, but could be used by it)  
Dating           Dating Sites  
Dynamic          Dynamic DNS:  DNS --> IP  
Free             Free/Cheap Hosting, Free Blogs  
Junk             Personally Untrusted Antivirus, Browser Extensions, Search Engines, etc  
Malware          Malicious Sites, PUPs, Malware, Browser Hijackers, Phishing Sites  
Marketing        Marketing, Ebay Listing Tools, etc  
Marketing-Email  Email Based Marketing  
Microsoft        Apps, Bing, Bloat, Tiles, etc  
Remote           Domains used for remote sessions  
Risk             Bad ISP/Bots/Spam, Keyloggers, Sites used by compromised devices
Scam             Fake freight, gift cards, products, support, pet sales, firearms, news, etc    
Shock            Gore, Gross, and Torture sites
Top_Level        Top Level Domains. Sorted by Continent, then by country
Tracking         Analytics, Diagnostics, Location, Metrics, Public IP  
Tunnels          VPNs & Proxies  
Typo             Misspelling of websites / Typosquatting  
URL Shortener    URL Shorteners. Can be used to mask malicious domains
  
Filter           Used by my parse script to show me what has not been blocked
Whitelist        Reasons for some allowed domains  

This repo was created: 2/14/2020. https://api.github.com/repos/ShadowWhisperer/BlockLists
The repo is compressed occasionally, to reduce the overall size. Logs, diff, etc. do not stay with the repo because of this.

These lists are built using custom scripts, and manual additions. (All of my own)

Some 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.

If 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.

www. mobile. m. prefixes are removed. They are added in the script below. This keeps the lists shorter.


Create Block List (Bash)

while read -r D || [[ -n "$D" ]]; do echo "0.0.0.0 $D www.$D mobile.$D m.$D" >> OUT; done < LIST  

blocklists's People

Contributors

shadowwhisperer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.