mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
working on index changes
This commit is contained in:
@@ -26,53 +26,66 @@ This search is to detect a pushed or commit to develop branch. This is to avoid
|
||||
- **Type**: [Anomaly](https://github.com/splunk/security_content/wiki/Detection-Analytic-Types)
|
||||
- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
|
||||
|
||||
|
||||
- **Last Updated**: 2021-09-01
|
||||
- **Author**: Teoderick Contreras, Splunk
|
||||
- **ID**: f3030cb6-0b02-11ec-8f22-acde48001122
|
||||
|
||||
|
||||
#### Metadata
|
||||
#### Annotations
|
||||
|
||||
<details>
|
||||
<summary>ATT&CK</summary>
|
||||
|
||||
<div markdown="1">
|
||||
|
||||
|
||||
| ID | Technique | Tactic |
|
||||
| -------------- | ---------------- |-------------------- |
|
||||
| [T1199](https://attack.mitre.org/techniques/T1199/) | Trusted Relationship | Initial Access |
|
||||
|
||||
</div>
|
||||
</details>
|
||||
|
||||
|
||||
<details>
|
||||
<summary>Kill Chain Phase</summary>
|
||||
|
||||
<div markdown="1">
|
||||
|
||||
* Exploitation
|
||||
|
||||
|
||||
</div>
|
||||
</details>
|
||||
|
||||
|
||||
<details>
|
||||
<summary>NIST</summary>
|
||||
|
||||
<div markdown="1">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>CIS20</summary>
|
||||
|
||||
<div markdown="1">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>CVE</summary>
|
||||
|
||||
<div markdown="1">
|
||||
|
||||
|
||||
</div>
|
||||
</details>
|
||||
|
||||
#### Search
|
||||
@@ -91,7 +104,7 @@ The SPL above uses the following Macros:
|
||||
* [security_content_ctime](https://github.com/splunk/security_content/blob/develop/macros/security_content_ctime.yml)
|
||||
* [github](https://github.com/splunk/security_content/blob/develop/macros/github.yml)
|
||||
|
||||
Note that `github_commit_in_develop_filter` is a empty macro by default. It allows the user to filter out any results (false positives) without editing the SPL.
|
||||
Note that **github_commit_in_develop_filter** is a empty macro by default. It allows the user to filter out any results (false positives) without editing the SPL.
|
||||
|
||||
#### Required field
|
||||
* _time
|
||||
@@ -123,7 +136,7 @@ admin can do changes directly to develop branch
|
||||
|
||||
|
||||
#### Test Dataset
|
||||
Replay any dataset to Splunk Enterprise by using our [`replay.py`](https://github.com/splunk/attack_data#using-replaypy) tool or the [UI](https://github.com/splunk/attack_data#using-ui).
|
||||
Replay any dataset to Splunk Enterprise by using our [replay.py](https://github.com/splunk/attack_data#using-replaypy) tool or the [UI](https://github.com/splunk/attack_data#using-ui).
|
||||
Alternatively you can replay a dataset into a [Splunk Attack Range](https://github.com/splunk/attack_range#replay-dumps-into-attack-range-splunk-server)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user