Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions mitre_attack_navigator_layer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ NOTE: "Please use the rendered version of this file"
---
{% assign techniques = '' %}
{% for file in site.lolapps %}
{% for command in file.Commands %}
{% for command in file.Usage %}
{% assign techniques = techniques | append:command.MitreID | append:"|" %}
{% endfor %}
{% endfor %}
{% assign occurences = techniques | split:'|' | group_by_exp:"item","item" | sort:"items" %}
{
"name": "LOLAPPS",
"versions": {"attack": "11", "navigator": "4.6.4", "layer": "4.3"},
"versions": {"attack": "13", "navigator": "4.6.4", "layer": "4.4"},
"domain": "enterprise-attack",
"description": "ATT&CK alignment of LOLAPPS, see https://lolbapps-project.github.io/.",
"description": "ATT&CK alignment of LOLAPPS, see https://lolapps-project.github.io/.",
"filters": {"platforms": ["Windows"]},
"layout": {
"layout": "flat",
Expand All @@ -30,7 +30,7 @@ NOTE: "Please use the rendered version of this file"
{% endfor %}
],
"gradient": {
"colors": ["#cdf0fc", "#0d89b3"],
"colors": ["#ffc2c2", "#ff0000"],
"minValue": 0,
"maxValue": {{max_score}}
}
Expand Down