mirror of
https://github.com/safing/intel-data
synced 2025-04-18 16:19:08 +00:00
Add more sources
This commit is contained in:
parent
5a42382dcf
commit
aad348feea
1 changed files with 92 additions and 0 deletions
|
@ -46,6 +46,10 @@ categories:
|
|||
id: "BAD"
|
||||
description: "Miscellaneous services that are believed to be harmful to security or privacy, but their exact use is unknown, not categorized, or lists have mixed categories. See individual descriptions for more information."
|
||||
|
||||
- name: "Bad Stuff Collections (Mixed)"
|
||||
id: "BADC"
|
||||
description: "Miscellaneous services that are believed to be harmful to security or privacy. This category contains other collections of list that are likely to overblock."
|
||||
|
||||
- name: "NSFW"
|
||||
id: "NSFW"
|
||||
description: "Services that are generally not accepted in work environments."
|
||||
|
@ -423,3 +427,91 @@ sources:
|
|||
website: "https://github.com/safing/intel-data"
|
||||
contribute: "https://github.com/safing/intel-data"
|
||||
license: "CC-BY-SA-4.0"
|
||||
|
||||
- name: "Windows Spy Blocker"
|
||||
id: "WSP"
|
||||
description: "Services that Windows uses for telemetry and related activity."
|
||||
category: "TELEM"
|
||||
url: "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt"
|
||||
type: "Domain"
|
||||
parser: "hostsfile"
|
||||
website: "https://github.com/crazy-max/WindowsSpyBlocker"
|
||||
contribute: "https://github.com/crazy-max/WindowsSpyBlocker/issues"
|
||||
license: "MIT"
|
||||
|
||||
- name: "Abuse.ch URLHaus Domains"
|
||||
id: "UH-D"
|
||||
description: "Services that are malicious and deceptive, possibly hacked and abused. Possibility of false positives."
|
||||
category: "BAD"
|
||||
url: "https://urlhaus.abuse.ch/downloads/hostfile/"
|
||||
type: "Domain"
|
||||
parser: "hostsfile"
|
||||
website: "https://urlhaus.abuse.ch/"
|
||||
contribute: "https://urlhaus.abuse.ch/api/"
|
||||
license: "CC0"
|
||||
|
||||
- name: "DShield.org Suspicious Domain List (High)"
|
||||
id: "DS-SDH"
|
||||
description: "Services that are suspicious and are very likely to engage in malicious activity."
|
||||
category: "BAD"
|
||||
url: "https://dshield.org/feeds/suspiciousdomains_High.txt"
|
||||
type: "Domain"
|
||||
parser: "domainlist-firstcolumn"
|
||||
website: "https://dshield.org/suspicious_domains.html"
|
||||
contribute: "mailto:info@dshield.org"
|
||||
license: "CC-BY-NC-SA-2.5"
|
||||
|
||||
- name: "DShield.org Suspicious Domain List (Medium)"
|
||||
id: "DS-SDM"
|
||||
description: "Services that are suspicious and are likely to engage in malicious activity."
|
||||
category: "BAD"
|
||||
url: "https://dshield.org/feeds/suspiciousdomains_Medium.txt"
|
||||
type: "Domain"
|
||||
parser: "domainlist-firstcolumn"
|
||||
website: "https://dshield.org/suspicious_domains.html"
|
||||
contribute: "mailto:info@dshield.org"
|
||||
license: "CC-BY-NC-SA-2.5"
|
||||
|
||||
- name: "DShield.org Suspicious Domain List (Low)"
|
||||
id: "DS-SDL"
|
||||
description: "Services that are suspicious and are somewhat likely to engage in malicious activity."
|
||||
category: "BAD"
|
||||
url: "https://dshield.org/feeds/suspiciousdomains_Low.txt"
|
||||
type: "Domain"
|
||||
parser: "domainlist-firstcolumn"
|
||||
website: "https://dshield.org/suspicious_domains.html"
|
||||
contribute: "mailto:info@dshield.org"
|
||||
license: "CC-BY-NC-SA-2.5"
|
||||
|
||||
- name: "DNS-BH – Malware Domain Blocklist by RiskAnalytics"
|
||||
id: "DNSBH-D"
|
||||
description: "Services that are suspicious and are likely to engage in malicious activity."
|
||||
category: "BAD"
|
||||
url: "https://dshield.org/feeds/suspiciousdomains_Low.txt"
|
||||
type: "Domain"
|
||||
parser: "domainlist-firstcolumn"
|
||||
website: "http://www.malwaredomains.com/"
|
||||
contribute: "http://www.malwaredomains.com/?page_id=13"
|
||||
license: "free for noncommercial use"
|
||||
|
||||
- name: "DNS-BH – Immortal Malware Domain Blocklist by RiskAnalytics"
|
||||
id: "DNSBH-I"
|
||||
description: "Services that are suspicious and are likely to engage in malicious activity. This list contains domains that have lived for a long time."
|
||||
category: "BAD"
|
||||
url: "http://mirror1.malwaredomains.com/files/immortal_domains.txt"
|
||||
type: "Domain"
|
||||
parser: "domainlist"
|
||||
website: "http://www.malwaredomains.com/"
|
||||
contribute: "http://www.malwaredomains.com/?page_id=13"
|
||||
license: "free for noncommercial use"
|
||||
|
||||
- name: "BlockConvert Collection"
|
||||
id: "BCC"
|
||||
description: "Services that do bad stuff. Possibly has a high rate of false positives."
|
||||
category: "BADC"
|
||||
url: "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/domains.txt"
|
||||
type: "Domain"
|
||||
parser: "domainlist"
|
||||
website: "https://github.com/mkb2091/blockconvert"
|
||||
contribute: "https://github.com/mkb2091/blockconvert/issues"
|
||||
license: "GPL-3.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue