From a2caf7425d48b9a7eff10c962d6db851c4c01369 Mon Sep 17 00:00:00 2001 From: Joshua Brower Date: Tue, 7 Jan 2025 13:22:14 -0500 Subject: [PATCH] Add config options --- salt/soc/soc_soc.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 062dc5f8c..eff21ccb9 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -419,6 +419,15 @@ soc: advanced: True forcedType: "[]string" helpLink: detections.html#rule-engine-status + navigator: + intervalMinutes: + description: How often to generate the Navigator Layers. (minutes) + global: True + helpLink: navigator.html + lookbackDays: + description: How far back to search for ATT&CK-tagged alerts. (days) + global: True + helpLink: navigator.html client: enableReverseLookup: description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.