https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt Open raw list Description
Filter list covering malware. Format: Domains. Maintained by Ming Di Leom. See the project homepage for details and inclusion criteria.
Integration
Pi-hole v6 (web interface)
- Open the admin interface and go to Settings → Lists.
- Paste the address below into Address, optionally add a comment and click Add.
- Go to Tools → Update Gravity (or run
pihole -g) to download the list.
https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt Pi-hole v5
- Go to Group Management → Adlists.
- Paste the address into Address and click Add.
- Run
pihole -gor use Tools → Update Gravity.
Command line (v5 / v6)
sudo sqlite3 /etc/pihole/gravity.db "INSERT INTO adlist (address, enabled, comment) VALUES ('https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt', 1, 'urlhaus-filter (Domains)');"
pihole -g Pi-hole v5 only understands hosts and plain domain lists. Since v6 ABP-style entries (||example.com^) are supported as well.
- Open the AdGuard Home dashboard and go to Filters → DNS blocklists.
- Click Add blocklist → Add a custom list.
- Enter urlhaus-filter (Domains) as name and paste the URL below, then click Save.
- AdGuard Home refreshes lists automatically; use Check for updates to force it.
https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt Manual import
- Click the uBlock Origin icon → Dashboard (gear icon).
- Open the Filter lists tab and scroll to the bottom.
- Expand Import…, paste the URL below and click Apply changes.
https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt - Open AdGuard → Settings → Filters → Custom.
- Click Add custom filter and paste the URL below.
- Confirm with Next / Add.
https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt - Open the web console and go to Settings → Blocking.
- Paste the URL below into Block List URLs (one per line) and click Save Settings.
- Technitium downloads the list immediately and refreshes it every 24 hours.
https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt - Go to Services → Unbound DNS → Blocklist.
- Enable the blocklist feature and paste the URL below into URLs of Blocklists.
- Click Apply. OPNsense downloads the list via cron (default: daily).
https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt - Go to Firewall → pfBlockerNG → DNSBL → DNSBL Groups (or IP for IP lists).
- Click Add, give the group a name and add the URL below as source (Format: Auto).
- Save, then run Update → Force Reload.
https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt Add the list to the blocking.denylists section of your config.yml:
blocking:
denylists:
default:
- https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt
clientGroupsBlock:
default:
- default Restart Blocky afterwards.
banIP (recommended)
- Install the package:
opkg update && opkg install banip luci-app-banip - Open LuCI → Services → banIP → Feeds and add a custom feed with the URL below.
- Enable the feed and click Save & Apply.
https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt Manual with nftables
wget -qO /tmp/blocklist.txt "https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt"
nft add set inet fw4 blocklist { type ipv4_addr; flags interval; }
nft -f - <<EOF
$(awk '!/^[#;]/ && NF {print "add element inet fw4 blocklist { " $1 " }"}' /tmp/blocklist.txt)
EOF
nft add rule inet fw4 forward ip saddr @blocklist drop Recent changes
Recently added entries
- 103.159.152.118
- 103.159.221.33
- 103.203.210.102
- 103.226.249.227
- 104.250.238.131
- 106.40.242.20
- 108.170.136.155
- 111.228.4.54
- 112.198.193.5
- 112.198.238.18
- 112.226.137.138
- 112.246.19.248
- 113.221.25.148
- 113.231.218.166
- 113.94.58.121
- 114.227.56.205
- 115.192.97.236
- 115.48.162.240
- 115.49.119.203
- 115.49.63.152
- 115.51.108.246
- 115.55.156.50
- 115.55.174.71
- 115.55.52.180
- 115.58.180.245
Recently removed entries
- 102.53.15.17
- 103.153.93.18
- 103.164.117.74
- 103.236.133.81
- 103.236.135.177
- 103.44.137.13
- 103.54.153.49
- 103.68.21.2
- 103.8.112.156
- 106.57.6.80
- 110.186.228.150
- 112.113.68.159
- 112.198.186.249
- 112.238.131.128
- 112.248.108.140
- 112.248.110.76
- 113.221.46.118
- 113.221.46.119
- 113.221.58.41
- 113.225.35.229
- 113.229.179.183
- 113.231.219.14
- 113.231.250.48
- 113.237.108.77
- 113.239.211.197
