mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(urlhaus/phishing-filter): add RPZ blocklists
This commit is contained in:
parent
b5f567426b
commit
cf2d844491
5 changed files with 53 additions and 1 deletions
|
|
@ -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)"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5722,5 +5722,13 @@
|
|||
{
|
||||
"filterListId": 2461,
|
||||
"maintainerId": 46
|
||||
},
|
||||
{
|
||||
"filterListId": 2472,
|
||||
"maintainerId": 158
|
||||
},
|
||||
{
|
||||
"filterListId": 2473,
|
||||
"maintainerId": 158
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8642,5 +8642,13 @@
|
|||
{
|
||||
"filterListId": 2471,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"filterListId": 2472,
|
||||
"syntaxId": 25
|
||||
},
|
||||
{
|
||||
"filterListId": 2473,
|
||||
"syntaxId": 25
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -12598,5 +12598,13 @@
|
|||
{
|
||||
"filterListId": 2471,
|
||||
"tagId": 2
|
||||
},
|
||||
{
|
||||
"filterListId": 2472,
|
||||
"tagId": 6
|
||||
},
|
||||
{
|
||||
"filterListId": 2473,
|
||||
"tagId": 7
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue