Add Google search quick action to Hunt; Change VirusTotal quick action to be applicable to all field values

This commit is contained in:
Jason Ertel
2020-09-09 12:07:18 -04:00
parent 90feb503ce
commit 9babc445ce

View File

@@ -145,7 +145,8 @@
"actions": [
{ "name": "", "description": "actionPcapHelp", "icon": "fa-stream", "link": "/joblookup?esid={eventId}" },
{ "name": "", "description": "actionAlertHelp", "icon": "fa-bell", "link": "/soctopus/thehive/alert/{eventId}" },
{ "name": "", "description": "actionVirtusTotalHelp", "icon": "fa-globe", "link": "https://www.virustotal.com/gui/ip-address/{value}/detection", "fields": [ "source.ip", "destination.ip" ] }
{ "name": "", "description": "actionGoogleHelp", "icon": "fa-google", "link": "https://www.google.com/search?q={value}" },
{ "name": "", "description": "actionVirusTotalHelp", "icon": "", "link": "https://www.virustotal.com/gui/search/{value}" }
]
}
}