urlhaus-filter/README.md

36 lines
1.2 KiB
Markdown
Raw Normal View History

2018-10-09 06:18:46 +00:00
# URLhaus Malicious URL Blocklist
2018-10-08 10:53:50 +00:00
2018-11-03 07:42:36 +00:00
A block list of malicious URLs that are being used for malware distribution. This [uBO](https://github.com/gorhill/uBlock/)-compatible filter list is based on the database dump (CSV) of Abuse.sh [URLhaus](https://urlhaus.abuse.ch/).
2018-10-09 06:18:46 +00:00
## Subscribe
Filter is updated twice a day.
2018-10-09 06:18:46 +00:00
Import the following URL into uBO to subcribe:
2018-10-09 06:18:46 +00:00
https://gitlab.com/curben/urlhaus/raw/master/urlhaus-filter.txt
## Description
Following URL categories are removed from the database dump:
2018-10-10 06:54:25 +00:00
- Offline URLs
- Well-known domains ([top-1m.txt](src/top-1m.txt)) (using [Umbrella Popularity List](https://s3-us-west-1.amazonaws.com/umbrella-static/index.html))
- False positives ([exclude.txt](src/exclude.txt))
2018-10-09 06:18:46 +00:00
2018-10-10 06:54:25 +00:00
Database dump is saved as [URLhaus.csv](src/URLhaus.csv), get processed by [script.sh](utils/script.sh) and output as [urlhaus-filter.txt](urlhaus-filter.txt).
2018-10-09 06:18:46 +00:00
## Note
Please report any false positive.
2018-10-09 06:18:46 +00:00
This filter **only** accepts malware URLs from [URLhaus](https://urlhaus.abuse.ch/).
Please report malware URL to the upstream maintainer through https://urlhaus.abuse.ch/api/#submit.
This repo is not endorsed by Abuse.sh.
## FAQ
2018-10-17 06:43:54 +00:00
See [wiki](https://gitlab.com/curben/urlhaus-filter/wikis/FAQ)