feat(urlhaus/phishing-filter): add RPZ blocklists

This commit is contained in:
MDLeom 2021-04-03 02:23:19 +00:00 committed by Collin M. Barrett
parent b5f567426b
commit cf2d844491
5 changed files with 53 additions and 1 deletions

View file

@ -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)"
}
]

View file

@ -5722,5 +5722,13 @@
{
"filterListId": 2461,
"maintainerId": 46
},
{
"filterListId": 2472,
"maintainerId": 158
},
{
"filterListId": 2473,
"maintainerId": 158
}
]

View file

@ -8642,5 +8642,13 @@
{
"filterListId": 2471,
"syntaxId": 3
},
{
"filterListId": 2472,
"syntaxId": 25
},
{
"filterListId": 2473,
"syntaxId": 25
}
]

View file

@ -12598,5 +12598,13 @@
{
"filterListId": 2471,
"tagId": 2
},
{
"filterListId": 2472,
"tagId": 6
},
{
"filterListId": 2473,
"tagId": 7
}
]

View file

@ -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"
}
]