Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Adds 3 lists of malicious domains #25

Merged
merged 5 commits into from
Mar 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adds 3 lists of malicious domains
jplot authored Mar 6, 2020
commit 430870248e6c40969e025c9523400660399607f0
3 changes: 3 additions & 0 deletions defaults.go
Original file line number Diff line number Diff line change
@@ -71,6 +71,9 @@ var strictDefaultBlacklists = []string{
"https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.2o7Net/hosts",
"https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt",
"https://zerodot1.gitlab.io/CoinBlockerLists/hosts",
"http://www.malwaredomainlist.com/hostslist/hosts.txt",
"http://www.malwaredomainlist.com/hostslist/delisted.txt",
"https://raw.github.com/jonschipp/mal-dnssearch/master/mandiant_apt1.dns"
}

const defaultIPv4ResolutionIP = "127.0.0.1"