Registry Flashcards

1
Q

What is a registry?

A

A central hierarchical database used in Windows.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is registry data stored?

A

5 top level root keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the HKCU?

A

HKEY_CURRENT_USER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the HKCU contain?

A

User information and configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is HKU?

A

HKEY_USERS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the HKU contain?

A

Contains all actively loaded user profiles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the HKCR?

A

HKEY_CLASSES_ROOT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the HKLM?

A

HKEY_LOCAL_MACHINE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the HKCC?

A

HKEY_CURRENT_CONFIG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is contained in the HKCR?

A

Maps explorer files -> programs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is contained in the HKLM?

A

Computer config for any user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is contained in the HKCC?

A

Hardware profile used at startup.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are Registry Hives?

A

How registry is represented on the file system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where are the system registry hives?

A

C:\Windows\System32\Config\

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is contained in the system registry hives?

A

DEFAULT
SAM
SECURITY
SOFTWARE
SYSTEM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Where are the user registry hives?

A

C:\Users<username>\NTUSER.dat

and

C:\Users<username>\AppData\Local\Microsoft\Windows\UsrClass.dat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

DEFAULT hive

A

Template for new user hives.

18
Q

SAM

A

Store windows user passwords

19
Q

SECURITY

A

Info about the domain that the machine is attached to.

20
Q

SOFTWARE

A

Software and Windows settings. Good place to check for Malware.

21
Q

SYSTEM

A

System config. Currently mounted drives.

22
Q

NTUSER.dat

A

User settings. Program execution or file/folder usage.

23
Q

UsrClass.dat

A

More NTUSER stuff.

24
Q

LOG1/LOG2

A

Rewind logs.

25
What are the differences between hives and top level keys?
Keys are data inside of the hives. Hives are how registries are represented on the file system.
26
What is the most valuable registry key?
HKEY_LOCAL_MACHINE
27
What is an ASEP?
Autostart extension points.
28
What is contained in ASEPs?
What to start on the computer at bootup?
29
What is Run vs RunOnce?
Run runs every time the user logs on. RunOnce runs one time, then is deleted.
30
What is the difference between targets and modules in KAPE?
Targets - Collection points Modules - what to do with the data.
31
Where is OS Version stored?
SOFTWARE\MicrosoftWindows NT\CurrentVersion
32
Where are autostart programs stored?
NTUSER.DAT\Software\Microsoft\Windows\CurrentVersion\(Run/RunOnce) or SOFTWARE\Microsoft\Windows\CurrentVersion\(Run/RunOnce) SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\Run
33
Where are SAM/User information?
SAM\Domains\Account\Users
34
Recent files?
NTUSER.DAT\Software\Microsoft\Windows \CurrentVersion\Explorer\RecentDocs
35
Address/Search Bars location?
NTUSER.DAT (TypedPaths/WordWheelQuery)
36
External USB/Device identification?
USBSTOR or USB
37
USB First/Last Times
USBSerial\Properties
38
Evidence of Execution
NTUSER.DAT\Software\...\UserAssist\{GUID}\Count
39
What two root keys are most valuable?
HKLM and HKCU
40
What tool can build a clean hive from dirty hive?
Registry Explorer
41
Where are RunOnce ASEPs held?
HKCU and HKLM in CurrentVersion\RunOnce
42