mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
search uses full macro
This commit is contained in:
@@ -8,7 +8,7 @@ type: TTP
|
||||
data_source:
|
||||
- MS365 Defender Incident Alerts
|
||||
description: The following analytic is to leverage alerts from Microsoft Defender O365 Incidents. This query aggregates and summarizes all alerts from Microsoft Defender O365 Incidents, providing details such as the destination, file name, severity, process command line, ip address, registry key, signature, description, unique id, and timestamps. This detection is not intended to detect new activity from raw data, but leverages Microsoft provided alerts to be correlated with other data as part of risk based alerting. The data contained in the alert is mapped not only to the risk obejct, but also the threat object. This detection filters out evidence that has a verdict of clean from Microsoft. It dynamically maps the MITRE technique at search time to auto populate the annotation field with the value provided in the alert. It also uses a static mapping to set the risk score based on the severity of the alert.
|
||||
search: '`ms365_defender_alert` sourcetype=ms365:defender:incident:alerts (dest=* OR user=*)
|
||||
search: '`ms365_defender_alert` (dest=* OR user=*)
|
||||
| eval tmp_entities=json_extract(_raw, "entities"),
|
||||
tmp_entitymv=json_array_to_mv(tmp_entities),
|
||||
tmp_filtered_mv=mvfilter(json_extract(tmp_entitymv, "verdict") != "Clean"),
|
||||
|
||||
Reference in New Issue
Block a user