Windows Registry

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/67

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

68 Terms

1
New cards

what is an operating system?

set of programs used to control and manage a computers hardware and system resources

2
New cards

windows is a series of OS's with a ___ developed my MS

GUI

3
New cards

how many file systems does Windows support?

six

4
New cards

what are the six file systems?

ReFS, NTFS, exFAT, FAT32, FAT16 and FAT12

5
New cards

the Windows Registry acts as a hierarchical ___ that stores system configs for users, applications and hardware

database

6
New cards

malware often uses the registry for persistence OR configuration data (t/f)

true, malware often uses the registry

7
New cards

what are some forensic significance of the Windows Registry?

internet searches, websites, passwords, user activity, screen saver, startup programs, etc

8
New cards

what two elements is the Windows Registry composed of?

keys and values

9
New cards

keys are akin to folders (t/f)

true, keys are like folders

10
New cards

keys do NOT contain subkeys or folders (t/f)

false, keys DO contain subkeys and folders

11
New cards

subkeys can have multiple subkeys (t/f)

true, keys can contain keys

12
New cards

how many hives does the Windows Registry have?

5* (5 are available to see)

13
New cards

what is the registry hive?

group of keys, subkeys and values in the registry with data supporting files and backup data

14
New cards

what is the root key?

five top level sections in the registry

15
New cards

what are the other names for the root key?

HKEY or hive

16
New cards

what is a subkey?

similar to a subfolder within a folder

17
New cards

what is a key?

folder in the registry containing additional folders or values

18
New cards

root keys are keys while subkeys are not (t/f)

false, root keys and subkeys are keys

19
New cards

what is a value entry?

an ordered pair with a name and value

20
New cards

what is a value or data?

data stored in a registry entry

21
New cards

what are the 5 root keys?

HKEY_CLASSES_ROOT

HKEY_CURRENT_USER

HKEY_LOCAL_MACHINE

HKEY_USERS

HKEY_CURRENT_CONFIG

22
New cards

what does HKEY_CLASSES_ROOT have?

drag and drop rules, program shortcuts, user interface

23
New cards

what does HKEY_CURRENT_USER have?

user currently logged on

24
New cards

what does HKEY_LOCAL_MACHINE have?

settings common to entire machine, regardless of user

25
New cards

what does HKEY_USERS have?

settings for al users

26
New cards

what does HKEY_CURRENT CONFIG have?

system configuration necesarry during the startup process

27
New cards

what does the sixth key (HKEY_PERFORMANCE_DATA) have?

provides access to Windows performance counter information for the OS and apps

-> only provides links to performance data, not the data itself

28
New cards

how can you access the sixth key?

through programmatic means

29
New cards

keys act like folders because they contain subkeys or values (t/f)

true, keys act like folders

30
New cards

values are like files and store data (t/f)

true, values store data and are like files

31
New cards

root keys are bottom level containers mapped to hives on disk (t/f)

false, root keys are TOP level containers

32
New cards

what are some common data types?

REG_SZ, REG_DWORD, REG_BINARY, REG_MULTI_SZ

33
New cards

registry keys and value are case sensitive (t/f)

false, reg keys and values are case INSENSITIVE

34
New cards

how many masters keys are in Windows Registry?

two

35
New cards

what are the two master keys?

HKEY_LOCAL_MACHINE (HKLM), HKEY_USERS

36
New cards

what does HKEY_LOCAL_MACHINE include?

config data describing hardware and software installed on the computer

37
New cards

what does HKEY_USERS (HKU) include?

config data for each user that logs into the computer

38
New cards

the HKEY_CURRENT_USER is a registry hive file (t/f)

true, it is a hive file

39
New cards

HKEY_LOCAL_MACHINE\SYSTEM

core system configuration (ControlSets, Services, Hardware Profiles)

40
New cards

HKEY_LOCAL_MACHINE\SOFTWARE

global application and OS setting

41
New cards

HKEY_LOCAL_MACHINE\SAM

security account manager (local user DB and password hashes)

42
New cards

HKEY_LOCAL_MACHINE\SECURITY

local security authority (LSA) policy and secrets

43
New cards

HKEY_USERS\ (user profile)

per-user hive loaded as HKEY_CURRENT_USER

44
New cards

HKEY_USERS\_Classes (UsrClass.dat)

per-use COM and file association hive split from NTUSER.DAT, mandatory and relocated in Vista

45
New cards

if your hive is dirty, what can you replay to create a clean hive?

transaction logs

46
New cards

you should not copy the .LOG# files are a part of your investigation, as they are non important (t/f)

FALSE, please capture those they are VERY important

47
New cards

how can you decide which LOG# file to replay first?

sequence number

48
New cards

does the windows registry have valuable investigative information?

yea bro duh

49
New cards

CurrentControlSet is a runtime alias pointing to the active ControlSet00X set in HKEY_LOCAL_MACHINE (t/f)

true, it is an alias

50
New cards

what is the filepath of CurrentControlSet?

HKEY_LOCAL_MACHINE\SYSTEM\Select\Current

51
New cards

ControlSet001

last control set Windows booted with

52
New cards

ControlSet002

last known good control set, or the control set that last successfully booted Windows

53
New cards

ControlSet001 should be the same as ControlSet002 (t/f)

true, should be the same

54
New cards

"serial numbers" shown in USBSTOR are always genuine manufacturer serial numbers (t/f)

false, they are not always constant

55
New cards

how would the same "serial" string appear for different drives?

if the device uses an enclosure or adapter that exposes a generic descriptor

56
New cards

the serial shown is the enclosures ID rather than the drives own serial number (t/f)

true

57
New cards

some analytic tools and documentation treat the "serials" as unique. what is the problem with that?

research shows that this is incorrect, so it can lead to wrong conclusion

58
New cards

what are shell bags?

set of config information for file system folders that are accessed via Windows Explorer

59
New cards

what are the two subkeys in shellbags?

bags and bagMRU

60
New cards

what is the Bags subkey?

list of all shellbags

61
New cards

what is the BagsMRU subkey?

list of folders that have been used most recently

62
New cards

if a directory is in a shell bag, that means...

the user has accessed that directory at least once

63
New cards

when were shellbags introduced?

Windows XP

64
New cards

shell bags are also placed in UsrClass.dat starting with what windows version?

Windows 7+

65
New cards

registry analysis

never work on the original, make a copy

66
New cards

should you use 3rd party tools for analysis?

yes, absolutley

67
New cards

what does a blank RegBack folder mean?

nothing, Windows10 stopped the automatic System Registry backup to the RegBack folder to reduce disk inprint of Windows

68
New cards

what should you use instead of RegBack to analyze registry evidnece?

Volume Shadow Copies (VSCs)