From 5a705fc0f257498c991e2462b2bdf1b1e5ed8677 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 27 Oct 2020 12:30:24 -0400 Subject: [PATCH] Add Hunt quick action for hunted events, grouping by dataset and module --- salt/soc/files/soc/hunt.actions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/soc/files/soc/hunt.actions.json b/salt/soc/files/soc/hunt.actions.json index 254cf4c5d..b825c0131 100644 --- a/salt/soc/files/soc/hunt.actions.json +++ b/salt/soc/files/soc/hunt.actions.json @@ -1,4 +1,5 @@ [ + { "name": "actionHunt", "description": "actionHuntHelp", "icon": "fa-crosshairs", "link": "/#/hunt?q=\"{value}\" | groupby event.module event.dataset", "target": "" }, { "name": "actionPcap", "description": "actionPcapHelp", "icon": "fa-stream", "link": "/joblookup?esid={eventId}", "target": "" }, { "name": "actionGoogle", "description": "actionGoogleHelp", "icon": "fab fa-google", "link": "https://www.google.com/search?q={value}", "target": "_blank" }, { "name": "actionVirusTotal", "description": "actionVirusTotalHelp", "icon": "fa-external-link-alt", "link": "https://www.virustotal.com/gui/search/{value}", "target": "_blank" }