mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Updated description
This commit is contained in:
@@ -6,9 +6,8 @@ author: Teoderick Contreras, Splunk
|
||||
status: production
|
||||
type: Correlation
|
||||
data_source: []
|
||||
description: The following correlation identifies a distinct amount of analytics associated
|
||||
with the Windows Modify Registry analytic technique ID that identify potentially suspicious
|
||||
behavior.
|
||||
description: The following analytic detects the triggering of a 3 or higher number of distinct analytics associated
|
||||
with a Mitre ID T1112 which is modification of registry information, which could be a sign of multiple malicious registry modifications made on a host. Malicious actors often manipulate the Windows Registry to conceal vital configuration details within specific Registry keys. They exploit this technique to obfuscate their activities, eliminate traces of their presence during cleanup operations, and facilitate persistent access and execution of malicious code.
|
||||
search: '| tstats `security_content_summariesonly` min(_time) as firstTime max(_time) as lastTime
|
||||
sum(All_Risk.calculated_risk_score) as risk_score,
|
||||
count(All_Risk.calculated_risk_score) as risk_event_count,
|
||||
|
||||
Reference in New Issue
Block a user