Skip to content

Commit aa69824

Browse files
committed
total_replay_tool
1 parent 99d1678 commit aa69824

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ See a quick demo 📺 of the process to dump a dataset [here](https://www.youtub
126126

127127
To contribute a dataset simply create a PR on this repository, for general instructions on creating a PR [see this guide](https://gist.github.com/Chaser324/ce0505fbed06b947d962).
128128

129+
# TOTAL-REPLAY
130+
A lightweight tool helps you make the most of Splunk’s [Security Content](https://github.com/splunk/security_content) metadata, such as detection names, analytic stories, and more, by replaying relevant test event logs or attack data from either the [Splunk Attack Data](https://github.com/splunk/attack_data) or [Splunk Attack Range](https://github.com/splunk/attack_range) projects.
131+
132+
for more information of this tool, please refer to [TOTAL-REPLAY Guide](total_replay/readme.md)
133+
129134
# Automatically generated Datasets ⚙️
130135

131136
This project takes advantage of automation to generate datasets using the attack_range. You can see details about this service on this [sub-project folder attack_data_service](https://github.com/splunk/attack_data/tree/master/attack_data_service).

total_replay/configuration/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ settings:
99
python_interpreter_name: python3
1010
attack_range_version_on: False
1111
attack_data_version_on: True
12-
debug_print: True
12+
debug_print: False

total_replay/readme.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,17 @@ settings:
2828
attack_range_dir_path: ~/path/to/your/attack_range
2929
```
3030

31-
4. enable the `attack_range_version_on` config setting in total_replay->configuration->config.yml:
31+
4. Enable the `attack_range_version_on` config setting in total_replay->configuration->config.yml:
3232
**NOTE: You can enable either `attack_range_version_on` or `attack_data_version_on` settings**
3333
```
3434
attack_range_version_on: True
3535
```
3636

37+
5. If you encounter problem with colorama python library just update it.
38+
```
39+
poetry update colorama
40+
```
41+
3742
#### TOTAL-REPLAY IN SPLUNK ATTACK-DATA REPO:
3843
---
3944

@@ -54,7 +59,9 @@ cd /path/to/your/total-replay-project
5459
poetry shell
5560
```
5661
6. Install project dependencies
57-
62+
```
63+
poetry install
64+
```
5865
7. In total_replay->configuration->config.yml, add the folder path of the Splunk Attack Data repo and the detection folder path in Splunk Security Content.
5966

6067
```

0 commit comments

Comments
 (0)