From c64e5ea68aa0b60d4ee928ba9696669676daf3bc Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 8 Feb 2024 13:00:49 +0100 Subject: [PATCH] Initial checkin (Copy of the original repo on Github) --- LICENSE | 20 ++++++++++++++---- README.md | 3 +-- config.json | 15 +++++++++++++ filter_1.txt | 35 ++++++++++++++++++++++++++++++ source.rules | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ update.sh | 5 +++++ 6 files changed, 132 insertions(+), 6 deletions(-) create mode 100644 config.json create mode 100644 filter_1.txt create mode 100644 source.rules create mode 100755 update.sh diff --git a/LICENSE b/LICENSE index 4060336..d297163 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,21 @@ MIT License -Copyright (c) 2024 wneessen +Copyright (c) 2023 Winni Neessen -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 0ab0bde..6346338 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ # ScamBlocklist - - My personal DNS blocklist for AdGuard \ No newline at end of file +My personal DNS blocklist for AdGuard diff --git a/config.json b/config.json new file mode 100644 index 0000000..106ac43 --- /dev/null +++ b/config.json @@ -0,0 +1,15 @@ +{ + "name": "Winni's Phishing/SCAM/Malware block list", + "description": "List of websites that are used for malware, phising and scams", + "homepage": "https://github.com/wneessen/ScamBlocklist", + "license": "MIT", + "sources": [ + { + "name": "Local rules", + "source": "source.rules", + "type": "adblock", + "transformations": ["RemoveComments", "Compress", "RemoveEmptyLines", "InsertFinalNewLine", "Validate"] + } + ], + "transformations": ["RemoveComments", "Deduplicate", "Compress", "RemoveEmptyLines", "InsertFinalNewLine", "Validate"] +} diff --git a/filter_1.txt b/filter_1.txt new file mode 100644 index 0000000..7dc869f --- /dev/null +++ b/filter_1.txt @@ -0,0 +1,35 @@ +! +! Title: Winni's Phishing/SCAM/Malware block list +! Description: List of websites that are used for malware, phising and scams +! Homepage: https://github.com/wneessen/ScamBlocklist +! License: MIT +! Last modified: 2024-02-02T14:09:35.191Z +! +! Compiled by @adguard/hostlist-compiler v1.0.23 +! +||www.ohiosamishcountry.com^ +||tracking-dpd.de^ +||898097.com^ +||hermes-lieferung.com^ +||lotus-flower.co.za^ +||verstehengehen.today^ +||gnawstamps.com^ +||marginden.world^ +||s9p5z.wonderpublish.co.in^ +||suaned.com^ +||kunden-login.duckdns.org^ +||seidendecken.info^ +||strato-kunde.de^ +||xiaomi24.page.link^ +||ewan-archdesign.com^ +||7c7a752afb.nxcli.io^ +||img18.xyz^ +||online-banking-tf.duckdns.org^ +||momentumhosting.cloud^ +||miped.ru^ +||bingolguncel.tv^ +||kts.co.id^ +||hetzner-de.duckdns.org^ +||cryptotradehq.com^ +||lola-bangkok.com^ +||miles-andmore.duckdns.org^ diff --git a/source.rules b/source.rules new file mode 100644 index 0000000..6682a4b --- /dev/null +++ b/source.rules @@ -0,0 +1,60 @@ +!! DPD tracking phishing +www.ohiosamishcountry.com +tracking-dpd.de + +!! Commerzbank phishing +commerz.898097.com +898097.com + +!! Hermes tracking phishing +hermes-lieferung.com + +!! ComDirect phishing +lotus-flower.co.za + +!! LIDL Scam +verstehengehen.today +gnawstamps.com +marginden.world + +!! Apple Magic Loot Box SCAM +verstehengehen.today + +!! Investment SCAM +s9p5z.wonderpublish.co.in +suaned.com + +!! Strato phishing +kunden-login.duckdns.org +seidendecken.info +strato-kunde.de +xiaomi24.page.link +ewan-archdesign.com + +!! DHL phishing +7c7a752afb.nxcli.io + +!! XXX Ads +img18.xyz + +!! Generic bank phishing +online-banking-tf.duckdns.org +momentumhosting.cloud + +!! Docusign phishing +miped.ru + +!! TFBank phishing +https://correiosbraziliadimanikikom.questionpro.com +bingolguncel.tv + +!! Hetzner phishing +kts.co.id +hetzner-de.duckdns.org + +!! Crypto bros. +cryptotradehq.com + +!! Miles & More phishing +lola-bangkok.com +miles-andmore.duckdns.org diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..fcc9e73 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +hostlist-compiler -c config.json -o filter_1.txt +git commit -S source.rules filter_1.txt +git push