updated to reflect changes

This commit is contained in:
keyboardcrunch
2020-12-07 18:09:57 -06:00
committed by GitHub
parent 4d4b09a627
commit cbf14cd87c
+1 -7
View File
@@ -4,7 +4,7 @@ Repository of SentinelOne Deep Visibility queries.
## What These Are
This repository contains yaml files documenting SentinelOne Deep Visibility queries, divided up by Operating System. These yaml files take inspiration from the [SIGMA Signatures](https://github.com/Neo23x0/sigma/) project and provide better programmatic access to SentinelOne queries for the later purpose of mapping to Mitre Attack, providing a query navigator, as well as other hunting tools.
*__Side note:__ These rules were created by converting the markdown files from [ATT&CK Mapped SentinelOne Queries](https://github.com/keyboardcrunch/SentinelOne-ATTACK-Queries) repository. Many of the descriptions, references, and false positive information needs to be cleaned up or filled out.*
*__Side note:__ Most of these rules were created by converting the markdown files from [ATT&CK Mapped SentinelOne Queries](https://github.com/keyboardcrunch/SentinelOne-ATTACK-Queries) repository. Some of the descriptions, references, and false positive information needs to be cleaned up or filled out.*
## Query Files
Query files document what the goal of the query, references, tags, mitre mapping, and authors. These files can optionally include more than one query, so if you were to create multiple queries for T1055 Process Injection you could store them all in a single file called t1055_process_injection.yml.
@@ -27,9 +27,3 @@ tags: -optional
references: -optional
-
```
## Tooling
Coming soon
- query creator
- query verification
- web based query navigator with one-click threat hunting