From c9930a6e31518cb425061ed5f7018b29714bc556 Mon Sep 17 00:00:00 2001 From: curben Date: Mon, 27 May 2019 16:02:18 +0930 Subject: [PATCH] docs(faq): update location of database https://gitlab.com/curben/urlhaus-filter/commit/9a5fdb2be621b82afae5c88407d30e72fe58c0b5 --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 76b1970..a39a092 100644 --- a/FAQ.md +++ b/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).