| ID | Technique | Tactic |
|---|---|---|
| T1204.003 | Malicious Image | Execution |
Detection: Correlation by User and Risk
REMOVED DETECTION
This detection has been removed from the Splunk Threat Research content library and is no longer maintained or supported.
Reason: Detections updated to use the datamodel
Removed in version: 5.2.0
Replacement: Risk Rule for Dev Sec Ops by Repository
If you have any questions or concerns, please reach out to us at research@splunk.com.
Description
The following analytic detects the correlation between the user and risk score and identifies users with a high risk score that pose a significant security risk such as unauthorized access attempts, suspicious behavior, or potential insider threats. Next, the analytic calculates the sum of the risk scores and groups the results by user, the corresponding signals, and the repository. The results are sorted in descending order based on the risk score and filtered to include records with a risk score greater than 80. Finally, the results are passed through a correlation filter specific to the user and risk. This detection is important because it identifies users who have a high risk score and helps to prioritize investigations and allocate resources. False positives might occur but the impact of such an attack can vary depending on the specific scenario such as data exfiltration, system compromise, or the disruption of critical services. Please investigate this notable event.
Search
1`risk_index`
2| fillnull
3| stats sum(risk_score) as risk_score values(source) as signals values(repository) as repository by user
4| sort - risk_score
5| where risk_score > 80
6| `correlation_by_user_and_risk_filter`
Data Source
No data sources specified for this detection.
Macros Used
| Name | Value |
|---|---|
| risk_index | index=risk |
| correlation_by_user_and_risk_filter | `` |
correlation_by_user_and_risk_filter is an empty macro by default. It allows the user to filter out any results (false positives) without editing the SPL.
Annotations
Default Configuration
This detection is configured by default in Splunk Enterprise Security to run with the following settings:
| Setting | Value |
|---|---|
| Disabled | true |
| Cron Schedule | N/A |
| Earliest Time | N/A |
| Latest Time | N/A |
| Schedule Window | N/A |
| Creates Finding (Notable) | No |
| Creates Intermediate Finding (Risk Event) | No |
Implementation
For Dev Sec Ops POC
Known False Positives
unknown
Associated Analytic Story
Detection Testing
| Test Type | Status | Dataset | Source | Sourcetype |
|---|---|---|---|---|
| Validation | Not Applicable | N/A | N/A | N/A |
| Unit | Not Applicable | N/A | N/A |
N/A |
| Integration | Not Applicable | N/A | N/A |
N/A |
Replay any dataset to Splunk Enterprise by using our replay.py tool or the UI.
Alternatively you can replay a dataset into a Splunk Attack Range
Source: GitHub |
Version: 4