mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #7362 from Security-Onion-Solutions/delta
Navigator - include attack json for airgap
This commit is contained in:
367847
salt/nginx/files/enterprise-attack.json
Normal file
367847
salt/nginx/files/enterprise-attack.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,9 @@
|
|||||||
{%- set URL_BASE = salt['pillar.get']('global:url_base', '') %}
|
{%- set URL_BASE = salt['pillar.get']('global:url_base', '') %}
|
||||||
|
|
||||||
{
|
{
|
||||||
"enterprise_attack_url": "https://raw.githubusercontent.com/mitre/cti/master/enterprise-attack/enterprise-attack.json",
|
"enterprise_attack_url": "assets/enterprise-attack.json",
|
||||||
"pre_attack_url": "https://raw.githubusercontent.com/mitre/cti/master/pre-attack/pre-attack.json",
|
"pre_attack_url": "assets/pre-attack.json",
|
||||||
"mobile_data_url": "https://raw.githubusercontent.com/mitre/cti/master/mobile-attack/mobile-attack.json",
|
"mobile_data_url": "assets/mobile-attack.json",
|
||||||
"taxii_server": {
|
"taxii_server": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"url": "https://cti-taxii.mitre.org/",
|
"url": "https://cti-taxii.mitre.org/",
|
||||||
|
|||||||
8724
salt/nginx/files/pre-attack.json
Normal file
8724
salt/nginx/files/pre-attack.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -67,6 +67,24 @@ navigatordefaultlayer:
|
|||||||
- replace: False
|
- replace: False
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|
||||||
|
navigatorpreattack:
|
||||||
|
file.managed:
|
||||||
|
- name: /opt/so/conf/navigator/pre-attack.json
|
||||||
|
- source: salt://nginx/files/pre-attack.json
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
|
- makedirs: True
|
||||||
|
- replace: False
|
||||||
|
|
||||||
|
navigatorenterpriseattack:
|
||||||
|
file.managed:
|
||||||
|
- name: /opt/so/conf/navigator/enterprise-attack.json
|
||||||
|
- source: salt://nginx/files/enterprise-attack.json
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
|
- makedirs: True
|
||||||
|
- replace: False
|
||||||
|
|
||||||
so-nginx:
|
so-nginx:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-nginx:{{ VERSION }}
|
- image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-nginx:{{ VERSION }}
|
||||||
@@ -83,6 +101,8 @@ so-nginx:
|
|||||||
# ATT&CK Navigator binds
|
# ATT&CK Navigator binds
|
||||||
- /opt/so/conf/navigator/navigator_config.json:/opt/socore/html/navigator/assets/config.json:ro
|
- /opt/so/conf/navigator/navigator_config.json:/opt/socore/html/navigator/assets/config.json:ro
|
||||||
- /opt/so/conf/navigator/nav_layer_playbook.json:/opt/socore/html/navigator/assets/playbook.json:ro
|
- /opt/so/conf/navigator/nav_layer_playbook.json:/opt/socore/html/navigator/assets/playbook.json:ro
|
||||||
|
- /opt/so/conf/navigator/enterprise-attack.json:/opt/socore/html/navigator/assets/enterprise-attack.json:ro
|
||||||
|
- /opt/so/conf/navigator/pre-attack.json:/opt/socore/html/navigator/assets/pre-attack.json:ro
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ISAIRGAP is sameas true %}
|
{% if ISAIRGAP is sameas true %}
|
||||||
- /nsm/repo:/opt/socore/html/repo:ro
|
- /nsm/repo:/opt/socore/html/repo:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user