Add EchoTrail image to assets and change link

This commit is contained in:
Wes
2023-12-19 15:42:23 +00:00
parent 4a23832267
commit bfcf7d4668

View File

@@ -1,25 +1,25 @@
# EchoTrail # EchoTrail
## Description ## Description
Submit a filename, hash, commandline to EchoTrail for analysis Submit a filename, hash, commandline to EchoTrail for analysis
## Configuration Requirements ## Configuration Requirements
In SOC, navigate to `Administration`, toggle `Show all configurable settings, including advanced settings.`, and navigate to `sensoroni` -> `analyzers` -> `echotrail`. In SOC, navigate to `Administration`, toggle `Show all configurable settings, including advanced settings.`, and navigate to `sensoroni` -> `analyzers` -> `echotrail`.
![echotrail](https://github.com/RyHoa/securityonion/assets/129560634/43b55869-1fba-4907-8418-c0745c37237b) ![echotrail](https://github.com/Security-Onion-Solutions/securityonion/tree/2.4/dev/assets/images/screenshots/analyzers/echotrail.png)
The following configuration options are available for: The following configuration options are available for:
``api_key`` - API key used for communication with the Echotrail API (Required) ``api_key`` - API key used for communication with the Echotrail API (Required)
This value should be set in the ``sensoroni`` pillar, like so: This value should be set in the ``sensoroni`` pillar, like so:
``` ```
sensoroni: sensoroni:
analyzers: analyzers:
echotrail: echotrail:
api_key: $yourapikey api_key: $yourapikey
``` ```