diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 1951a9aa1..d6531492e 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17124,6 +17124,22 @@ "id": 2471, "issuesUrl": "https://github.com/BPower0036/AdBlockFilters/issues", "licenseId": 4, - "name": "EasyDutch", + "name": "EasyDutch" + }, + { + "description": "A blocklist of malicious URLs that are being used for malware distribution.", + "homeUrl": "https://gitlab.com/curben/urlhaus-filter", + "id": 2472, + "issuesUrl": "https://gitlab.com/curben/urlhaus-filter/issues", + "licenseId": 28, + "name": "urlhaus-filter (RPZ)" + }, + { + "description": "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + "homeUrl": "https://gitlab.com/curben/phishing-filter", + "id": 2473, + "issuesUrl": "https://gitlab.com/curben/phishing-filter/issues", + "licenseId": 8, + "name": "phishing-filter (RPZ)" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 02aa87d50..8773f9a06 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -5722,5 +5722,13 @@ { "filterListId": 2461, "maintainerId": 46 + }, + { + "filterListId": 2472, + "maintainerId": 158 + }, + { + "filterListId": 2473, + "maintainerId": 158 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index e36c589ef..58abb8857 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8642,5 +8642,13 @@ { "filterListId": 2471, "syntaxId": 3 + }, + { + "filterListId": 2472, + "syntaxId": 25 + }, + { + "filterListId": 2473, + "syntaxId": 25 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 93947f9a5..ba68b8050 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12598,5 +12598,13 @@ { "filterListId": 2471, "tagId": 2 + }, + { + "filterListId": 2472, + "tagId": 6 + }, + { + "filterListId": 2473, + "tagId": 7 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index 992c98fca..3d9a7d3ee 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -15934,5 +15934,17 @@ "id": 2679, "primariness": 1, "url": "https://raw.githubusercontent.com/BPower0036/AdBlockFilters/main/easydutch" + }, + { + "filterListId": 2472, + "id": 2680, + "primariness": 1, + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-rpz-online.conf" + }, + { + "filterListId": 2473, + "id": 2681, + "primariness": 1, + "url": "https://curben.gitlab.io/malware-filter/phishing-filter-rpz.conf" } ]