Re-Malwack Hosts Repository

July 21, 2026 · View on GitHub

This repository hosts all the pre-compiled hosts and blocklist files used by Re-Malwack. It also provides direct raw links for non-root and custom adblocking applications like AdAway, Blokada, DNS66, NextDNS, and others.

Main Project

The main module can be found here: Re-Malwack

Repository Structure

├── .github/          # GitHub Actions workflows for automated updates
├── blocklists/       # Specialized blocklist files (porn, gambling, fakenews, social, trackers)
├── hosts/            # Main profile host files (lite, balanced, default, aggressive)
├── scripts/          # Python update scripts to fetch and compile lists
├── sources/          # Source URLs for blocklists and tracker lists (shared with shell scripts)
└── README.md         # This documentation

Hosts Profiles (For AdAway & Custom Ad-Blockers)

These are the main compiled profiles containing merged domains. Use the raw links below to import them into your ad-blocker application.

ProfileDescriptionDomainsSourcesRaw Link
LiteOnly basic ads and trackers. Very safe, minimal breakage.172,569
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/lite
BalancedBlocks ads, trackers, telemetry, and common annoyances. Recommended for most users.697,958
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/balanced
DefaultMore aggressive blocking. Might break some referral links or minor site functionalities.961,366
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/default
AggressiveMaximum protection. Warning: Will break sites, apps, and services. Only for advanced users who know how to whitelist.3,610,574
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/aggressive

Specialized Blocklists

These lists target specific categories and can be added alongside your main ad-blocker profiles.

BlocklistDomainsSourcesRaw Link
Porn115,802
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/porn
Gambling345,360
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/gambling
Fakenews2,187
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/fakenews
Social3,222
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/social
Trackers287,263
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers
Trackers (Xiaomi)287,263
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-xiaomi
Trackers (Samsung)287,263
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-samsung
Trackers (Oppo Realme)287,812
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-oppo-realme
Trackers (Vivo)287,482
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-vivo
Trackers (Huawei)287,268
View Sources
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-huawei

Note


.count files are also available for each list by appending .count to the raw link (e.g. https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/lite.count). These files contain a breakdown of domain counts per upstream source, which can be useful for stats tracking or parsing.

Note

Thanks to every host source provider, full credits can be found in the main module repository.