Skip to content

Commit 97be1d9

Browse files
authored
Fix MFT Rules to Forward Slash
1 parent 2714c15 commit 97be1d9

17 files changed

+59
-59
lines changed

rules/mft/adamntds_dit_mft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ filter:
4949

5050
adamntds_2:
5151
FullPath:
52-
- 'iProgram Files\Microsoft ADAM\*'
53-
- 'iWindows\WinSxS*'
54-
- 'iWindows\servicing\LCU\*'
52+
- 'iProgram Files/Microsoft ADAM/*'
53+
- 'iWindows/WinSxS*'
54+
- 'iWindows/servicing/LCU/*'
5555

5656
adamntds_3:
5757
FileSize:

rules/mft/ntds_dit_mft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ filter:
4949

5050
ntds_2:
5151
FullPath:
52-
- 'iWindows\NTDS\NTDS.dit'
53-
- 'iWindows\WinSxS*'
54-
- 'iWindows\servicing\LCU\*'
52+
- 'iWindows/NTDS/NTDS.dit'
53+
- 'iWindows/WinSxS*'
54+
- 'iWindows/servicing/LCU/*'
5555
- 'i*adamntds.dit*'
5656

5757
ntds_3:

rules/mft/sup_script_exec_intel_mft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ filter:
115115

116116
directory:
117117
FullPath:
118-
- 'iIntel\*'
118+
- 'iIntel/*'

rules/mft/sup_script_exec_perflogs_mft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77

88

99
kind: mft
10-
level: high
10+
level: medium
1111
status: stable
1212
timestamp: StandardInfoCreated
1313

@@ -115,4 +115,4 @@ filter:
115115

116116
directory:
117117
FullPath:
118-
- 'iPerfLogs\*'
118+
- 'iPerfLogs/*'

rules/mft/sup_script_exec_program_files_root_mft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ filter:
115115

116116
directory:
117117
FullPath:
118-
- 'iProgram Files\*'
119-
- 'iProgram Files (x86)\*'
118+
- 'iProgram Files/*'
119+
- 'iProgram Files (x86)/*'
120120

121121
regex:
122122
FullPath:
123-
- 'i?^[^\\]+\\[^\\]+\.[^\\]+$'
123+
- 'i?^[^\x00\\/?%*:|"<>\.]+\\[^\x00\\/?%*:|"<>\.]+(?:\.[^\x00\\/?%*:|"<>\.]+)?$'

rules/mft/sup_script_exec_programdata_mft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ filter:
114114

115115
directory:
116116
FullPath:
117-
- 'iProgramData\*'
117+
- 'iProgramData/*'
118118

119119
directoryexc:
120120
FullPath:
121-
- 'iProgramData\Microsoft\Windows Defender\*'
121+
- 'iProgramData/Microsoft/Windows Defender/*'

rules/mft/sup_script_exec_public_mft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ filter:
114114

115115
directory:
116116
FullPath:
117-
- 'iUsers\Public\*'
117+
- 'iUsers/Public/*'

rules/mft/sup_script_exec_recyclebin_mft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ filter:
115115

116116
directory:
117117
FullPath:
118-
- 'i$Recycle.Bin\*'
118+
- 'i$Recycle.Bin/*'
119119

120120
name:
121121
FullPath:
122-
- 'i*\$I*'
123-
- 'i*\$R*'
122+
- 'i*/$I*'
123+
- 'i*/$R*'

rules/mft/sup_script_exec_recyclebin_nonstand_mft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ filter:
115115

116116
directory:
117117
FullPath:
118-
- 'i$Recycle.Bin\*'
118+
- 'i$Recycle.Bin/*'
119119

120120
name:
121121
FullPath:
122-
- 'i*\$I*'
123-
- 'i*\$R*'
122+
- 'i*/$I*'
123+
- 'i*/$R*'

rules/mft/sup_script_exec_root_mft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ filter:
115115

116116
directory:
117117
FullPath:
118-
- 'i*\*'
118+
- 'i*/*'
119119
- 'i$Recycle.bin'
120120
- 'ipagefile.sys'
121121
- 'iswapfile.sys'

0 commit comments

Comments
 (0)