eris

- Elasticsearch Recon Ingestion Scripts (ERIS) 🔎
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

commit cba51ca2dd2d38dd999ac7b561895c5d43b1cc0d
parent 654e4a8667a9b0db0d4b4c7bb5503c9a5627e2b0
Author: acidvegas <acid.vegas@acid.vegas>
Date: Wed, 6 Mar 2024 14:16:05 -0500

Added a note about NSEC3 hash cracking for zone file data

Diffstat:
Mingestors/ingest_zone.py | 5+++++

1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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