Skip to content

Commit

Permalink
FEATURE: Add new SOC action to show process ancestry #12345
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks authored Feb 13, 2024
1 parent 20d2f3b commit 0ad39a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions salt/soc/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ soc:
target: _blank
links:
- 'https://{:sublime.url}/messages/{:sublime.message_group_id}'
- 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 process.parent.name | groupby -sankey process.parent.name process.name | groupby process.name | groupby event.module event.dataset | table soc_timestamp event.dataset user.name process.executable process.command_line process.working_directory'
eventFields:
default:
- soc_timestamp
Expand Down

0 comments on commit 0ad39a7

Please sign in to comment.