From cba51ca2dd2d38dd999ac7b561895c5d43b1cc0d Mon Sep 17 00:00:00 2001 From: acidvegas Date: Wed, 6 Mar 2024 14:16:05 -0500 Subject: [PATCH] Added a note about NSEC3 hash cracking for zone file data --- ingestors/ingest_zone.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ingestors/ingest_zone.py b/ingestors/ingest_zone.py index 4b7c6cd..5089387 100644 --- a/ingestors/ingest_zone.py +++ b/ingestors/ingest_zone.py @@ -146,4 +146,9 @@ Will be indexed as: "seen" : "2021-09-01T00:00:00Z" # Zulu time added upon indexing } } +''' + +''' +Notes: +- How do we want to handle hashed NSEC3 records? Do we ignest them as they are, or crack the NSEC3 hashes first and ingest? ''' \ No newline at end of file