79 lines
2.5 KiB
Markdown
79 lines
2.5 KiB
Markdown
# Importing Results Into Elastic Stack
|
|
|
|
## Start an elastic stack distribution
|
|
|
|
Hayabusa results can easily be imported into Elastic Stack. We recommend using [SOF-ELK](https://github.com/philhagen/sof-elk/blob/main/VM_README.md), a free elastic stack Linux distro focused on DFIR investigations.
|
|
|
|
First download and unzip the SOF-ELK 7-zipped VMware image from [http://for572.com/sof-elk-vm](http://for572.com/sof-elk-vm).
|
|
|
|
* Username: `elk_user`
|
|
* Password: `forensics`
|
|
|
|
When you boot up the VM, you will get a screen similar to below:
|
|
|
|

|
|
|
|
Open Kibana in a web browser according to the URL displayed. For example: http://172.16.62.130:5601/
|
|
|
|
>> Note: it may take a while for Kibana to load.
|
|
|
|
You should see a webpage as follows:
|
|
|
|

|
|
|
|
## Import the CSV results
|
|
|
|
Click the sidebar icon in top-lefthand corner and open `Integrations`.
|
|
|
|

|
|
|
|
Type in `csv` in the search bar and click `Upload a file`.
|
|
|
|

|
|
|
|
After uploading the CSV file, click `Override settings` to specify the correct timestamp format.
|
|
|
|

|
|
|
|
Perform the following changes and then click `Apply`:
|
|
1. Change `Timestamp format` to `custom`.
|
|
2. Specify the format as `yyyy-MM-dd HH:mm:ss.SSS XXX`
|
|
3. Change the `Time field` to `Timestamp`.
|
|
|
|

|
|
|
|
Now click `Import` in the bottom left-hand corner.
|
|
|
|

|
|
|
|
Click on `Advanced` and perform the following settings:
|
|
1. Title the `Index name` as `evtxlogs-hayabusa`.
|
|
2. Under `Index settings`, add `, "number_of_replicas": 0` so that the index health status does not turn yellow.
|
|
3. Under `Mappings`, change the `RuleTitle` type of `text` to `keyword` so that we can do statistics on the rule titles.
|
|
4. Under `Ingest pipeline`, add `, "field": "Timestamp"` under the `remove` section. Timestamps will be displayed as `@timestamp` so this duplicate field is not needed.
|
|
|
|
Settings should look similar to below:
|
|
|
|

|
|
|
|
After importing, you should receive something similar to below:
|
|
|
|

|
|
|
|
You can now click `View index in Discover` to view the results.
|
|
|
|
## Analyzing results
|
|
|
|
The default Discover view should look similar to this:
|
|
|
|

|
|
|
|
|
|
|
|
Level: "critical"
|
|
|
|
*LatMov*
|
|
"Password Spray"
|
|
|
|
|
|
https://qiita.com/kzzzzo2/items/ead8ccc77b7609143749 |