From 47dda1911491a791b81bffa3448eed48149cd34f Mon Sep 17 00:00:00 2001 From: Armins Palms Date: Tue, 27 Oct 2020 11:10:28 +0200 Subject: [PATCH 1/2] Added new type [wildlist] warninglist, that will exclude subdomains from warn --- lists/wildlist/list.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lists/wildlist/list.json diff --git a/lists/wildlist/list.json b/lists/wildlist/list.json new file mode 100644 index 0000000..e2a4163 --- /dev/null +++ b/lists/wildlist/list.json @@ -0,0 +1,16 @@ +{ + "description": "List will exclude all subdomains from warninglist if domain or subdomain exist in other warning lists.", + "list": [ + "!.appspot.com", + "!.cloudapp.azure.com", + "!.sytes.net", + "!.weebly.com" + ], + "matching_attributes": [ + "domain", + "hostname" + ], + "name": "Exclude subdomain from warn", + "type": "wildmask", + "version": 1 +} From e5388a21efbe2992712a87b69f1ec2f8a421e9d7 Mon Sep 17 00:00:00 2001 From: Armins Palms Date: Tue, 27 Oct 2020 11:16:14 +0200 Subject: [PATCH 2/2] Update list.json --- lists/wildlist/list.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lists/wildlist/list.json b/lists/wildlist/list.json index e2a4163..712d00c 100644 --- a/lists/wildlist/list.json +++ b/lists/wildlist/list.json @@ -2,7 +2,6 @@ "description": "List will exclude all subdomains from warninglist if domain or subdomain exist in other warning lists.", "list": [ "!.appspot.com", - "!.cloudapp.azure.com", "!.sytes.net", "!.weebly.com" ],