forked from EricZimmerman/KapeFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRegistryHives.tkape
181 lines (181 loc) · 5.23 KB
/
RegistryHives.tkape
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
Description: System and user related Registry hives
Author: Eric Zimmerman
Version: 1
Id: 76af6086-bd0b-429f-bfd7-4a8e8ff8138f
RecreateDirectories: true
Targets:
-
Name: ntuser.dat registry hive XP
Category: Registry
Path: C:\Documents and Settings\*\ntuser.dat
IsDirectory: false
Recursive: false
Comment: ""
-
Name: ntuser.dat registry hive
Category: Registry
Path: C:\Users\*\ntuser.dat
IsDirectory: false
Recursive: false
Comment: ""
-
Name: ntuser.dat registry transaction files
Category: Registry
Path: C:\Users\*\ntuser.dat.LOG*
IsDirectory: false
Recursive: false
Comment: ""
-
Name: UsrClass.dat registry hive
Category: Registry
Path: C:\Users\*\AppData\Local\Microsoft\Windows\UsrClass.dat
IsDirectory: false
Recursive: false
Comment: ""
-
Name: UsrClass.dat registry transaction files
Category: Registry
Path: C:\Users\*\AppData\Local\Microsoft\Windows\UsrClass.dat.LOG*
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SAM registry transaction files
Category: Registry
Path: C:\Windows\System32\config\SAM.LOG*
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SECURITY registry transaction files
Category: Registry
Path: C:\Windows\System32\config\SECURITY.LOG*
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SOFTWARE registry transaction files
Category: Registry
Path: C:\Windows\System32\config\SOFTWARE.LOG*
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SYSTEM registry transaction files
Category: Registry
Path: C:\Windows\System32\config\SYSTEM.LOG*
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SAM registry hive
Category: Registry
Path: C:\Windows\System32\config\SAM
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SECURITY registry hive
Category: Registry
Path: C:\Windows\System32\config\SECURITY
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SOFTWARE registry hive
Category: Registry
Path: C:\Windows\System32\config\SOFTWARE
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SYSTEM registry hive
Category: Registry
Path: C:\Windows\System32\config\SYSTEM
IsDirectory: false
Recursive: false
Comment: ""
-
Name: RegBack registry transaction files
Category: Registry
Path: C:\Windows\System32\config\RegBack\*.LOG*
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SAM registry hive (RegBack)
Category: Registry
Path: C:\Windows\System32\config\RegBack\SAM
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SECURITY registry hive (RegBack)
Category: Registry
Path: C:\Windows\System32\config\RegBack\SECURITY
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SOFTWARE registry hive (RegBack)
Category: Registry
Path: C:\Windows\System32\config\RegBack\SOFTWARE
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SYSTEM registry hive (RegBack)
Category: Registry
Path: C:\Windows\System32\config\RegBack\SYSTEM
IsDirectory: false
Recursive: false
Comment: ""
-
Name: SYSTEM registry hive (RegBack)
Category: Registry
Path: C:\Windows\System32\config\RegBack\SYSTEM1
IsDirectory: false
Recursive: false
Comment: ""
-
Name: System Profile registry hive
Category: Registry
Path: C:\Windows\System32\config\systemprofile\ntuser.dat
IsDirectory: false
Recursive: false
Comment: ""
-
Name: System Profile registry transaction files
Category: Registry
Path: C:\Windows\System32\config\systemprofile\ntuser.dat.LOG*
IsDirectory: false
Recursive: false
Comment: ""
-
Name: Local Service registry hive
Category: Registry
Path: C:\Windows\ServiceProfiles\LocalService\ntuser.dat
IsDirectory: false
Recursive: false
Comment: ""
-
Name: Local Service registry transaction files
Category: Registry
Path: C:\Windows\ServiceProfiles\LocalService\ntuser.dat.LOG*
IsDirectory: false
Recursive: false
Comment: ""
-
Name: Network Service registry hive
Category: Registry
Path: C:\Windows\ServiceProfiles\NetworkService\ntuser.dat
IsDirectory: false
Recursive: false
Comment: ""
-
Name: Network Service registry transaction files
Category: Registry
Path: C:\Windows\ServiceProfiles\NetworkService\ntuser.dat.LOG*
IsDirectory: false
Recursive: false
Comment: ""