From 56b3f146c28fe4ebbd27bd2343e2432b33c05992 Mon Sep 17 00:00:00 2001 From: David Moore Date: Sun, 16 Sep 2018 11:45:21 +1200 Subject: [PATCH] Initial default list bundle --- README.md | 3 ++ default/lists.json | 97 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 README.md create mode 100644 default/lists.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..c699e83 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# IPFilter Lists + +This is the branch for holding the default lists \ No newline at end of file diff --git a/default/lists.json b/default/lists.json new file mode 100644 index 0000000..ebbf26b --- /dev/null +++ b/default/lists.json @@ -0,0 +1,97 @@ +{ + "lists": [ + { + "id": "{6320B609-41FF-4B99-BF50-8F77C26EBF44", + "name": "I-Blocklist", + "description": "I-Blocklist is a service dedicated to the distribution of Internet Protocol address lists.", + "uri": "https://www.iblocklist.com", + "baseUri": "http://list.iblocklist.com/?fileformat=dat&archiveformat=gz&list={0}", + "lists": [ + { + "id": "ydxerpxkpcfqjaybcssw", + "name": "General - Bluetack/level1", + "description": "" + }, + { + "id": "cwworuawihqvocglcoss", + "name": "General - Bluetack/badpeers", + "description": "" + }, + { + "id": "usrcshglbiilevmyfhse", + "name": "General - Bluetack/hijacked", + "description": "" + }, + { + "id": "xpbqleszmajjesnzddhv", + "name": "General - Bluetack/dshield", + "description": "" + }, + { + "id": "dufcxgnbjsdwmwctgfuj", + "name": "General - Pedophiles", + "description": "" + }, + { + "id": "ynkdjqsjyfmilsgbogqf", + "name": "General - abuse/ZeuS", + "description": "" + }, + { + "id": "czvaehmjpsnwwttrdoyl", + "name": "General - CruzIT/cruzit web attacks", + "description": "" + }, + { + "id": "dhuwlruzmglnfaneeizx", + "name": "Other - dchubad/faker", + "description": "" + }, + { + "id": "qpuabqfzsykfvglktzkh", + "name": "Other - dchubad/hacker", + "description": "" + }, + { + "id": "zchgtvitlwnwcjfuxovf", + "name": "Other - dchubad/pedophiles", + "description": "" + }, + { + "id": "falwwczjguruglzisxdr", + "name": "Other - dchubad/spammer", + "description": "" + }, + { + "id": "zfucwtjkfwkalytktyiw", + "name": "Other - peerblock/rapidshare", + "description": "" + }, + { + "id": "tbnuqfclfkemqivekikv", + "name": "Other - tbg/hijacked", + "description": "" + }, + { + "id": "ijfqtofzixtwayqovmxn", + "name": "Other - tbg/primary-threats", + "description": "" + } + ] + }, + { + "id": "1CC6EFA1-5B90-4D3D-8284-0AF7FE118410", + "name": "CHEF-KOCH's NSA Blocklist'", + "description": "[D]esigned to stop known NSA / GCHQ / C.I.A. or F.B.I. servers from being connecting to you without permission", + "uri": "https://github.com/CHEF-KOCH/NSABlocklist", + "lists": [ + { + "id": "6B46518F-136C-49C9-B02A-A5E503207002", + "name": "NSA Blocklist", + "description": "", + "uri": "https://github.com/CHEF-KOCH/NSABlocklist/raw/master/test/ip-filter/ipfilter.dat" + } + ] + } + ] +} \ No newline at end of file