mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Make pivot condition independent for ENDGAMEHOST
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% set HIGHLANDER = salt['pillar.get']('global:highlander', False) %}
|
{%- set ENDGAMEHOST = salt['pillar.get']('soc:endgamehost', False) %}
|
||||||
[
|
[
|
||||||
{ "name": "actionHunt", "description": "actionHuntHelp", "icon": "fa-crosshairs", "target": "",
|
{ "name": "actionHunt", "description": "actionHuntHelp", "icon": "fa-crosshairs", "target": "",
|
||||||
"links": [
|
"links": [
|
||||||
@@ -31,11 +31,10 @@
|
|||||||
"links": [
|
"links": [
|
||||||
"https://www.virustotal.com/gui/search/{value}"
|
"https://www.virustotal.com/gui/search/{value}"
|
||||||
]}
|
]}
|
||||||
{%- if HIGHLANDER %}
|
{%- if ENDGAMEGHOST %}
|
||||||
{%- set EGHOST = salt['pillar.get']('soc:endgamehost', 'EGHOSTNOTPOPULATED') %}
|
|
||||||
,{ "name": "Endgame", "description": "Endgame Endpoint Investigation and Response", "icon": "fa-external-link-alt", "target": "_blank",
|
,{ "name": "Endgame", "description": "Endgame Endpoint Investigation and Response", "icon": "fa-external-link-alt", "target": "_blank",
|
||||||
"links": [
|
"links": [
|
||||||
"https://{{ EGHOST }}/endpoints/{:agent.id}"
|
"https://{{ ENDGAMEHOST }}/endpoints/{:agent.id}"
|
||||||
]}
|
]}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user