Updated description

This commit is contained in:
Bhavin Patel
2023-07-11 16:46:13 -05:00
committed by GitHub
parent 608eb182d7
commit 689caaf2ac
@@ -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,