From 07b90116361f9b91ec8cb98069bccea1678476a8 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 20 Jun 2024 10:09:27 -0400 Subject: [PATCH] Update defaults.yaml to put Process actions in logical order --- salt/soc/defaults.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index 3884cd41c..e11264c42 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -72,12 +72,6 @@ soc: target: '' links: - '/#/hunt?q=(process.entity_id:"{:process.entity_id}") | groupby event.dataset | groupby -sankey event.dataset event.action | groupby event.action | groupby process.name | groupby process.command_line | groupby host.name user.name | groupby source.ip source.port destination.ip destination.port | groupby dns.question.name | groupby dns.answers.data | groupby file.path | groupby registry.path | groupby dll.path' - - name: actionProcessAncestors - description: actionProcessAncestorsHelp - icon: fa-people-roof - target: '' - links: - - '/#/hunt?q=(process.entity_id:"{:process.entity_id}" OR process.entity_id:"{:process.Ext.ancestry|processAncestors}") | groupby event.dataset | groupby -sankey event.dataset event.action | groupby event.action | groupby process.parent.name | groupby -sankey process.parent.name process.name | groupby process.name | groupby process.command_line | groupby host.name user.name | groupby source.ip source.port destination.ip destination.port | groupby dns.question.name | groupby dns.answers.data | groupby file.path | groupby registry.path | groupby dll.path' - name: actionProcessChildInfo description: actionProcessChildInfoHelp icon: fa-users-line @@ -90,6 +84,12 @@ soc: target: '' links: - '/#/hunt?q=({:process.entity_id}) | groupby event.dataset | groupby -sankey event.dataset event.action | groupby event.action | groupby process.name | groupby process.command_line | groupby host.name user.name | groupby source.ip source.port destination.ip destination.port | groupby dns.question.name | groupby dns.answers.data | groupby file.path | groupby registry.path | groupby dll.path' + - name: actionProcessAncestors + description: actionProcessAncestorsHelp + icon: fa-people-roof + target: '' + links: + - '/#/hunt?q=(process.entity_id:"{:process.entity_id}" OR process.entity_id:"{:process.Ext.ancestry|processAncestors}") | groupby event.dataset | groupby -sankey event.dataset event.action | groupby event.action | groupby process.parent.name | groupby -sankey process.parent.name process.name | groupby process.name | groupby process.command_line | groupby host.name user.name | groupby source.ip source.port destination.ip destination.port | groupby dns.question.name | groupby dns.answers.data | groupby file.path | groupby registry.path | groupby dll.path' - name: actionRelatedAlerts description: actionRelatedAlertsHelp icon: fa-bell