This repository contains a Pi-hole blocklist generated from SI-CERT's phishing URL database. The blocklist is updated daily and uses a smart blocking approach to minimize false positives.
- Protects against known phishing domains
- Updates daily via GitHub Actions
- Uses Tranco list to identify popular domains
To add the domain blocklist to your Pi-hole, add this URL in your Pi-hole's blocklist settings:
https://raw.githubusercontent.com/Jan-Fcloud/SI-CERT-PiHole/main/blocklist_domains.txt
Regex blocklists are currently being tested. It is available under a different branch in the Repository but not recommended yet.
Available on the regex-test branch for now (not recommended)
- Domain Blocking: Unknown/suspicious domains are blocked entirely
The blocklist is generated from SI-CERT's phishing URL list:
- Source URL: https://www.cert.si/misp/urls/all.txt
- Updates: Daily at midnight UTC
- Format: Processed for optimal Pi-hole compatibility
You can view the current blocklist statistics in the blocklist_metadata.json file.
Feel free to open issues or submit pull requests if you find any problems or have suggestions for improvements.
This project is licensed under the MIT License - see the LICENSE file for details.