ECS formatting added to eris, certstream ingestor now caches to prevent duplication, elastic connections properly closed now
main
acidvegas2024-03-23 22:47:30 -0400
AXFR detection in zone file input, to determine if the data is form ICANN or an AXFR against a dns (for source tracking)acidvegas2024-03-23 14:42:51 -0400
Records stored as a nested type for better querying, added source field so we can identify where the zone data derived (icann, axfr, breach, etc)acidvegas2024-03-23 13:46:38 -0400
Certstream ingestor now only logs sub-domains since we already ingested zone files. Ignores www. and wildcard domains.acidvegas2024-03-13 22:34:20 -0400
Full source commenting, uniformity in testing function, records stored as a list by default incase an IP address yields multiple PTR recordsacidvegas2024-03-11 19:18:03 -0400
Fixed issue with ingest_certs and the ingestion function signature. Simple placeholder argument (un-used) added to maintain function uniformityacidvegas2024-03-07 23:33:20 -0500
MassDNS ingestion script now caches the previous record to support IP addresses that yield more than one PTR record (field turned into a list when +1). Records will now upsert so MassDNS can be streaming into ES 24/7=acidvegas2024-03-07 21:57:44 -0500
MassDNS ingestion script now caches the previous record to support IP addresses that yield more than one PTR record (field turned into a list when +1). Records will now upsert so MassDNS can be streaming into ES 24/7=acidvegas2024-03-07 21:57:10 -0500
Certstream ingestion improved, still need to test stripping nulls and refactor the index mapping so we only store whats neededacidvegas2024-03-06 14:38:34 -0500
Zone file ingestion script now uses the same sentinal value as masscans ingestion, set document id as the domain name to allow updating records if they existacidvegas2024-03-06 14:12:27 -0500
Masscan ingestion script updated to use ip:port as the document id to allow updating records that already exist. Added a sentinal value to trigger an EOF when using --watch with FIFO'sacidvegas2024-03-06 13:26:45 -0500
Asyncronous developed mon ERIS is complete, need to refactor ingestion helpers before pushing this as the main versionacidvegas2024-03-05 16:47:11 -0500