@@ -25,22 +25,17 @@ known_false_positives: Legitimate windows application that are not on the list l
25
25
references :
26
26
- https://www.microsoft.com/en-us/security/blog/2025/07/31/frozen-in-transit-secret-blizzards-aitm-campaign-against-diplomats/
27
27
drilldown_searches :
28
- - name : View the detection results for - "$__UPDATE__FIRST_RISK_OBJECT$" and "$__UPDATE__SECOND_RISK_OBJECT$"
29
- search : ' %original_detection_search% | search "$__UPDATE__FIRST_RISK_OBJECT = "$__UPDATE__FIRST_RISK_OBJECT$"
30
- second_observable_type_here = "$__UPDATE__SECOND_RISK_OBJECT$"'
28
+ - name : View the detection results for - "$dest$" and "$user$"
29
+ search : ' %original_detection_search% | search dest = "$dest$" user = "$user$"'
31
30
earliest_offset : $info_min_time$
32
31
latest_offset : $info_max_time$
33
- - name : View the detection results for - "$dest$"
34
- search : ' %original_detection_search% | search dest = "$dest$"'
35
- earliest_offset : $info_min_time$
36
- latest_offset : $info_max_time$
37
- - name : View risk events for the last 7 days for - "$dest$"
38
- search : ' | from datamodel Risk.All_Risk | search normalized_risk_object IN ("$dest$")
39
- starthoursago=168 | stats count min(_time) as firstTime max(_time) as lastTime
40
- values(search_name) as "Search Name" values(risk_message) as "Risk Message" values(analyticstories)
41
- as "Analytic Stories" values(annotations._all) as "Annotations" values(annotations.mitre_attack.mitre_tactic)
42
- as "ATT&CK Tactics" by normalized_risk_object | `security_content_ctime(firstTime)`
43
- | `security_content_ctime(lastTime)`'
32
+ - name : View risk events for the last 7 days for - "$dest$" and "$user$"
33
+ search : ' | from datamodel Risk.All_Risk | search normalized_risk_object IN ("$dest$",
34
+ "$user$") starthoursago=168 | stats count min(_time) as firstTime max(_time)
35
+ as lastTime values(search_name) as "Search Name" values(risk_message) as "Risk
36
+ Message" values(analyticstories) as "Analytic Stories" values(annotations._all)
37
+ as "Annotations" values(annotations.mitre_attack.mitre_tactic) as "ATT&CK Tactics"
38
+ by normalized_risk_object | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`'
44
39
earliest_offset : $info_min_time$
45
40
latest_offset : $info_max_time$
46
41
rba :
66
61
attack_data :
67
62
- data : https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1574.001/firewall_api_path/firewallapi_temp.log
68
63
source : XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
69
- sourcetype : XmlWinEventLogle
64
+ sourcetype : XmlWinEventLog
0 commit comments