Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unusual process modified registry run key
id: 921508a5-b627-4c02-a295-6c6863c0897b
version: 1.0.2
version: 1.0.3
description: |
Identifies an attempt by unusual Windows native processes to modify
the run key and gain persistence on users logons or machine reboots.
Expand Down Expand Up @@ -41,7 +41,8 @@ condition: >
'?:\\Windows\\SysWOW64\\prevhost.exe',
'?:\\Windows\\System32\\conhost.exe',
'?:\\Windows\\System32\\taskhostw.exe',
'?:\\Windows\\System32\\backgroundTaskHost.exe'
'?:\\Windows\\System32\\backgroundTaskHost.exe',
'?:\\Windows\\System32\\CompatTelRunner.exe'
)

min-engine-version: 2.4.0