From 87de17cf67100879c25ddfd2096a31538122aa82 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:08:29 +0000 Subject: [PATCH 1/4] Update domain_blacklist.yml This will add a new field to the issue domain blacklist template, This field are to get and collect the used nameservers. @g0d33p3rsec FYI Signed-off-by: spirillen <44526987+spirillen@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/domain_blacklist.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/domain_blacklist.yml b/.github/ISSUE_TEMPLATE/domain_blacklist.yml index 7de52d4d81b..65cfaa2b220 100644 --- a/.github/ISSUE_TEMPLATE/domain_blacklist.yml +++ b/.github/ISSUE_TEMPLATE/domain_blacklist.yml @@ -91,6 +91,17 @@ body: validations: required: false + - tyoe: textarea + id: nameServers + attributes: + label: Name servers + description: Please add any know DNS server here. These are used for research. + placeholder: | + ns1.example.com + ns2.example.com + value: null + render: text + - type: textarea id: logs attributes: From f91186baaba6e33f5c3140956cf21143ca669afc Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:08:49 +0000 Subject: [PATCH 2/4] Committed new lists day: 012 of year 2025 13:08:49 --- source/tracking/domains.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/tracking/domains.csv b/source/tracking/domains.csv index 4e1e347eddc..fb4aed30068 100644 --- a/source/tracking/domains.csv +++ b/source/tracking/domains.csv @@ -1195,6 +1195,9 @@ page.oceaninsight.com dmbtv.ocooooo.com piwik.okisee.com www.olark.com +a8.onamae.com +ebis.onamae.com +lcsopa.onamae.com matomo.one-6.com graph.prod.k8s.onepeloton.com dev-dl.oneworldonesai.com From 09f5bfd7cf94fcd32092b14d1cbe11cd2e35d5f7 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:19:05 +0000 Subject: [PATCH 3/4] Update domain_blacklist.yml Signed-off-by: spirillen <44526987+spirillen@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/domain_blacklist.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/domain_blacklist.yml b/.github/ISSUE_TEMPLATE/domain_blacklist.yml index 65cfaa2b220..a5a35386b8f 100644 --- a/.github/ISSUE_TEMPLATE/domain_blacklist.yml +++ b/.github/ISSUE_TEMPLATE/domain_blacklist.yml @@ -87,7 +87,6 @@ body: description: If you have any external info, that can help process this issue value: | null - render: text validations: required: false From 689f25376a2c244ebaa2df1b47f9ef3569aa3d4b Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:20:56 +0000 Subject: [PATCH 4/4] Update domain_blacklist.yml Signed-off-by: spirillen <44526987+spirillen@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/domain_blacklist.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/domain_blacklist.yml b/.github/ISSUE_TEMPLATE/domain_blacklist.yml index a5a35386b8f..44b3c137065 100644 --- a/.github/ISSUE_TEMPLATE/domain_blacklist.yml +++ b/.github/ISSUE_TEMPLATE/domain_blacklist.yml @@ -90,7 +90,7 @@ body: validations: required: false - - tyoe: textarea + - type: textarea id: nameServers attributes: label: Name servers @@ -98,7 +98,8 @@ body: placeholder: | ns1.example.com ns2.example.com - value: null + value: | + null render: text - type: textarea