From dfe6ea6385fb36747585cdfd106b5e3663e591af Mon Sep 17 00:00:00 2001 From: Paul Mueller Date: Fri, 3 May 2024 08:03:47 -0400 Subject: [PATCH 1/3] Change error to debug --- baddns/modules/zonetransfer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baddns/modules/zonetransfer.py b/baddns/modules/zonetransfer.py index 9feecc16..679622fd 100644 --- a/baddns/modules/zonetransfer.py +++ b/baddns/modules/zonetransfer.py @@ -60,7 +60,7 @@ async def zone_transfer(self, nameserver, domain): log.debug("dns.exception.FormError attempting zone transfer") return False except Exception as e: - log.warning(f"Unknown error trying to perform zone transfer: [{e}]") + log.debug(f"Unknown error trying to perform zone transfer: [{e}]") return False self.zone_nameservers.append(nameserver) self.parse_zone(zone) From 9f6dd56ceddd64b087b7c5c457c07a6dd2eaa2e9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 3 May 2024 17:08:42 +0000 Subject: [PATCH 2/3] [SignatureBot] Add or update signature nucleitemplates_uptime-takeover.yml and update signature history --- .../nucleitemplates_uptime-takeover.yml | 21 +++++++++++++++++++ baddns/signatures/signature_history.txt | 1 + 2 files changed, 22 insertions(+) create mode 100644 baddns/signatures/nucleitemplates_uptime-takeover.yml diff --git a/baddns/signatures/nucleitemplates_uptime-takeover.yml b/baddns/signatures/nucleitemplates_uptime-takeover.yml new file mode 100644 index 00000000..c59d1d04 --- /dev/null +++ b/baddns/signatures/nucleitemplates_uptime-takeover.yml @@ -0,0 +1,21 @@ +identifiers: + cnames: [] + ips: [] + nameservers: [] + not_cnames: [] +matcher_rule: + matchers: + - dsl: + - Host != ip + type: dsl + - condition: and + part: body + type: word + words: + - You are being redirected. + - status: 302 + type: status + matchers-condition: and +mode: http +service_name: Uptime Takeover Detection +source: nucleitemplates diff --git a/baddns/signatures/signature_history.txt b/baddns/signatures/signature_history.txt index 41dfd2fc..87435261 100644 --- a/baddns/signatures/signature_history.txt +++ b/baddns/signatures/signature_history.txt @@ -101,3 +101,4 @@ e99f19fee1bf0128e1d15aa562fbe660780674b3189727ec9ceb9815222e94c6 #nucleitemplate 42d22a592a1738dc3c411a39da46e12feee4ef5c8229c89f5c18490b7006aa8d #dnsreaper_github_pages.yml 2dd9264885df0d12e7e7ae3d95a83c67e2595753e310453c430013fecfaa0602 #dnsreaper_smartjobboard.yml 700612eb0f8776b2732d00214159b6db94aabebc60127c251c54ae836b551cd6 #dnsreaper_teamwork.yml +22b21533c10e5859223004c0d65bc722b393e1d752c9fa7b27dc04ba315999df #nucleitemplates_uptime-takeover.yml From 91f1f9cdbb2a03cf917e1686de4141cbd3ab6603 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 May 2024 17:08:09 +0000 Subject: [PATCH 3/3] [SignatureBot] Add or update signature nucleitemplates_squadcast-takeover.yml and update signature history --- .../nucleitemplates_squadcast-takeover.yml | 22 +++++++++++++++++++ baddns/signatures/signature_history.txt | 1 + 2 files changed, 23 insertions(+) create mode 100644 baddns/signatures/nucleitemplates_squadcast-takeover.yml diff --git a/baddns/signatures/nucleitemplates_squadcast-takeover.yml b/baddns/signatures/nucleitemplates_squadcast-takeover.yml new file mode 100644 index 00000000..2d8c5b14 --- /dev/null +++ b/baddns/signatures/nucleitemplates_squadcast-takeover.yml @@ -0,0 +1,22 @@ +identifiers: + cnames: [] + ips: [] + nameservers: [] + not_cnames: [] +matcher_rule: + matchers: + - dsl: + - Host != ip + type: dsl + - condition: and + part: body + type: word + words: + - "There doesn\u2019t seem to be an active status page associated with this URL." + - Please check the URL and try again. + - status: 404 + type: status + matchers-condition: and +mode: http +service_name: Squadcast Takeover Detection +source: nucleitemplates diff --git a/baddns/signatures/signature_history.txt b/baddns/signatures/signature_history.txt index 41dfd2fc..56d561b8 100644 --- a/baddns/signatures/signature_history.txt +++ b/baddns/signatures/signature_history.txt @@ -101,3 +101,4 @@ e99f19fee1bf0128e1d15aa562fbe660780674b3189727ec9ceb9815222e94c6 #nucleitemplate 42d22a592a1738dc3c411a39da46e12feee4ef5c8229c89f5c18490b7006aa8d #dnsreaper_github_pages.yml 2dd9264885df0d12e7e7ae3d95a83c67e2595753e310453c430013fecfaa0602 #dnsreaper_smartjobboard.yml 700612eb0f8776b2732d00214159b6db94aabebc60127c251c54ae836b551cd6 #dnsreaper_teamwork.yml +e3a452987e0aab4f6c387dd89dc1a042590a14555274a564d5d6e5f9dfc691c9 #nucleitemplates_squadcast-takeover.yml