Skip to content

Commit 056e631

Browse files
w0rk3rSamirbous
andauthored
Update rules/windows/defense_evasion_microsoft_defender_tampering.toml
Co-authored-by: Samirbous <[email protected]>
1 parent 6fa292e commit 056e631

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rules/windows/defense_evasion_microsoft_defender_tampering.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ registry where host.os.type == "windows" and event.type == "change" and process.
112112
"?:\\Windows\\CCM\\CcmExec.exe",
113113
"?:\\Windows\\System32\\DeviceEnroller.exe",
114114
"?:\\Program Files (x86)\\Trend Micro\\Security Agent\\tmuninst.exe",
115-
"\\Device\\HarddiskVolume?\\Windows\\system32\\svchost.exe",
116-
"\\Device\\HarddiskVolume?\\Windows\\CCM\\CcmExec.exe",
117-
"\\Device\\HarddiskVolume?\\Windows\\System32\\DeviceEnroller.exe",
118-
"\\Device\\HarddiskVolume?\\Program Files (x86)\\Trend Micro\\Security Agent\\tmuninst.exe"
115+
"\\Device\\HarddiskVolume*\\Windows\\system32\\svchost.exe",
116+
"\\Device\\HarddiskVolume*\\Windows\\CCM\\CcmExec.exe",
117+
"\\Device\\HarddiskVolume*\\Windows\\System32\\DeviceEnroller.exe",
118+
"\\Device\\HarddiskVolume*\\Program Files (x86)\\Trend Micro\\Security Agent\\tmuninst.exe"
119119
)
120120
121121
/*

0 commit comments

Comments
 (0)