docs(faq): update location of database

9a5fdb2be6
curben 2019-05-27 16:02:18 +09:30
parent aafe27b8cd
commit c9930a6e31
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -1,5 +1,5 @@
- How is the filter created?
1. Grab the URLhaus database dump and save it to [URLhaus.csv](https://gitlab.com/curben/urlhaus-filter/blob/master/src/URLhaus.csv).
1. Grab the URLhaus **Plain-Text URL List** and save it to [URLhaus.txt](https://gitlab.com/curben/urlhaus-filter/blob/master/src/URLhaus.txt).
2. Extract the domains.
3. Exclude popular domains ([Umbrella Popularity List](https://s3-us-west-1.amazonaws.com/umbrella-static/index.html)) and some well-known domains (if not listed by Umbrella, see [exclude.txt](https://gitlab.com/curben/urlhaus-filter/blob/master/src/exclude.txt)).
4. Extract the URLs (from step 1) that include popular domains (Umbrella and exclude.txt).