Skip to content

Commit 4d04bcc

Browse files
nterl0knasbench
andauthored
Update detections/endpoint/windows_compatibility_telemetry_tampering_through_registry.yml
As you say Co-authored-by: Nasreddine Bencherchali <[email protected]>
1 parent d254729 commit 4d04bcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

detections/endpoint/windows_compatibility_telemetry_tampering_through_registry.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ status: production
77
type: TTP
88
description: The process $process_name$ was launched in a suspicious manner by $parent_process_name$ on host $dest$ ----- The following analytic detects the execution of CompatTelRunner.exe with parameters indicative of a process not part of the normal "Microsoft Compatibility Appraiser" telemetry collection. It leverages data from Endpoint Detection and Response (EDR) agents, focusing on process names, parent processes, and command-line arguments. This activity is significant because CompatTelRunner.exe and the "Microsoft Compatibility Appraiser" task always run as System and can be used to elevate privileges or establish a highly privileged persistence mechanism. If confirmed malicious, this could enable unauthorized code execution, privilege escalation, or persistent access to the compromised system.
99
data_source:
10-
- Sysmon Event ID 12
1110
- Sysmon Event ID 13
12-
- Sysmon Event ID 14
1311
search: |-
1412
| tstats `security_content_summariesonly` min(_time) as firstTime, max(_time) as lastTime, count FROM datamodel=Endpoint.Registry WHERE (Registry.registry_path = "*\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AppCompatFlags\\TelemetryController*" AND Registry.registry_value_name="Command" NOT Registry.registry_value_data IN ("(empty)")) BY Registry.dest Registry.user Registry.registry_path Registry.registry_key_name Registry.registry_value_name Registry.registry_value_data Registry.process_guid
1513
| `drop_dm_object_name(Registry)`

0 commit comments

Comments
 (0)