From 60f04a47a72aa38ec1c055002de26402440f1c49 Mon Sep 17 00:00:00 2001 From: Brian Grabau Date: Mon, 30 Sep 2024 15:56:08 -0500 Subject: [PATCH] reordered enrichments for dns lookups --- config/enrichments/{09_host_split.conf => 18_host_split.conf} | 0 .../enrichments/{18_related_hosts.conf => 19_related_hosts.conf} | 0 config/enrichments/{19_related_ip.conf => 20_related_ip.conf} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename config/enrichments/{09_host_split.conf => 18_host_split.conf} (100%) rename config/enrichments/{18_related_hosts.conf => 19_related_hosts.conf} (100%) rename config/enrichments/{19_related_ip.conf => 20_related_ip.conf} (100%) diff --git a/config/enrichments/09_host_split.conf b/config/enrichments/18_host_split.conf similarity index 100% rename from config/enrichments/09_host_split.conf rename to config/enrichments/18_host_split.conf diff --git a/config/enrichments/18_related_hosts.conf b/config/enrichments/19_related_hosts.conf similarity index 100% rename from config/enrichments/18_related_hosts.conf rename to config/enrichments/19_related_hosts.conf diff --git a/config/enrichments/19_related_ip.conf b/config/enrichments/20_related_ip.conf similarity index 100% rename from config/enrichments/19_related_ip.conf rename to config/enrichments/20_related_ip.conf