From 5dbd9e4d46fe827bfebacf0cdbf8468c261f17ad Mon Sep 17 00:00:00 2001 From: BigDargon <10969626+bigdargon@users.noreply.github.com> Date: Tue, 6 Sep 2022 13:53:28 +0700 Subject: [PATCH] Add threat source from hostsVN --- security/threat-intelligence-feeds.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/threat-intelligence-feeds.json b/security/threat-intelligence-feeds.json index 61746728..8caa6216 100644 --- a/security/threat-intelligence-feeds.json +++ b/security/threat-intelligence-feeds.json @@ -199,6 +199,10 @@ { "url": "https://phishstats.info/phish_score.csv", "format": "phishstats:1+" + }, + { + "url": "https://raw.githubusercontent.com/bigdargon/hostsVN/master/extensions/threat/hosts", + "format": "hosts" } ], "ignoreSourceError": true,