Skip to content

Commit 3624799

Browse files
authored
Merge pull request #12 from ccl0utier/update_lookups
Update lookups
2 parents c3457fb + bad5098 commit 3624799

File tree

11 files changed

+456805
-239410
lines changed

11 files changed

+456805
-239410
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ MANIFEST
3030
# PyInstaller
3131
# Usually these files are written by a python script from a template
3232
# before PyInstaller builds the exe, so as to inject date/other infos into it.
33-
*.manifest
3433
*.spec
3534

3635
# Installer logs

.slimignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.*
2+
\.DS_Store
3+
Thumbs.db
4+
*.py[co]
5+
default/indexes.conf
6+
local/
7+
metadata/local.meta
8+
.git/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Finally there is a dashboard made with Splunk dashboards - Beta which looks nice
3838
![Main - Beta](appserver/static/docs/img/ar_dashboards_beta_preview.png?raw=true "Main-Beta")
3939

4040
## Contributors
41-
[Christian Cloutier](https://github.com/ccloutier-splunk)
41+
[Christian Cloutier](https://github.com/ccl0utier)

app.manifest

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"schemaVersion": "2.0.0",
3+
"info": {
4+
"title": "Attack Range Reporting",
5+
"id": {
6+
"group": null,
7+
"name": "splunk_attack_range_reporting",
8+
"version": "1.0.8"
9+
},
10+
"author": [
11+
{
12+
"name": "[email protected]",
13+
"email": "[email protected]",
14+
"company": "Splunk"
15+
}
16+
],
17+
"releaseDate": null,
18+
"description": "Splunk Attack Range Dashboards",
19+
"classification": {
20+
"intendedAudience": null,
21+
"categories": [],
22+
"developmentStatus": null
23+
},
24+
"commonInformationModels": null,
25+
"license": {
26+
"name": null,
27+
"text": null,
28+
"uri": null
29+
},
30+
"privacyPolicy": {
31+
"name": null,
32+
"text": null,
33+
"uri": null
34+
},
35+
"releaseNotes": {
36+
"name": null,
37+
"text": "./README.md",
38+
"uri": null
39+
}
40+
},
41+
"dependencies": null,
42+
"tasks": null,
43+
"inputGroups": null,
44+
"incompatibleApps": null,
45+
"platformRequirements": null,
46+
"supportedDeployments": [
47+
"_standalone",
48+
"_distributed"
49+
],
50+
"targetWorkloads": null
51+
}

appserver/static/vendor/mitre/enterprise-attack.json

100755100644
Lines changed: 448549 additions & 235635 deletions
Large diffs are not rendered by default.

appserver/static/vendor/mitre/pre-attack.json

100755100644
Lines changed: 3177 additions & 2820 deletions
Large diffs are not rendered by default.

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_configured = 0
55

66
[launcher]
77
description = Splunk Attack range dashboards
8-
version = 1.0.7
8+
version = 1.0.8
99
1010

1111
[ui]

default/data/ui/views/attack_range_main_dashboard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<form theme="dark">
1+
<form theme="dark" version="1.1">
22
<search id="BaseSearch">
33
<query>`get_attack_data`
44
|lookup enterprise-attack-lookup Technique

default/data/ui/views/attack_range_navigator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<form theme="dark">
1+
<form theme="dark" version="1.1">
22
<init>
33
<set token="show_init_tactic"></set>
44
<unset token="show_breakdown_tactic"></unset>

lookups/enterprise-attack.csv

Lines changed: 3737 additions & 591 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)