Skip to content

Commit 6fffd75

Browse files
committed
fix(rules): Reduce File access to SAM database FPs
1 parent 9da5af1 commit 6fffd75

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

rules/credentail_access_file_access_to_sam_database.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: File access to SAM database
22
id: e3dace20-4962-4381-884e-40dcdde66626
3-
version: 1.0.7
3+
version: 1.0.8
44
description: |
55
Identifies access to the Security Account Manager on-disk database.
66
labels:
@@ -33,7 +33,8 @@ condition: >
3333
'?:\\Windows\\System32\\vmwp.exe',
3434
'?:\\$WINDOWS.~BT\\Sources\\SetupHost.exe',
3535
'?:\\Windows\\System32\\wuauclt.exe',
36-
'?:\\Windows\\System32\\MRT.exe'
36+
'?:\\Windows\\System32\\MRT.exe',
37+
'?:\\Windows\\Microsoft.NET\\Framework\\*\\mscorsvw.exe'
3738
)
3839
3940
min-engine-version: 3.0.0

0 commit comments

Comments
 (0)