Windows Forensics, part 2 Flashcards
What hives do you find in the Registry? (5)
- SAM
- SYSTEM
- SECURITY
- SOFTWARE
- NTUSER.DAT
What do you find in the SAM hive?
User info “database”
F value = timestamps
V= user name, RID
What do you find in the SECURITY hive?
security policy settings, contains system SID (security ID)
What do you find in the SYSTEM hive?
Vast amount of system info and config info
What do you find in the SOFTWARE hive?
software/OS config. and info.
example:
Allow X to be run or not, disable functionality Y in X..
What do you find in the NTUSER.dat ?
File created upon user creation, timestamps and preferences
Where is the registry located in windows?
C:\Windows\System32\config
What hives to you find in the Event Logs? (3 + 2)
- System
- Application
- Security
- Setup
- Forwarded events
What information can you find in the Event Logs?
- Date and time for events
- User account responsible for event
- Computer responsible for event
- usernames, computer names, IP addresses and applications related to the event
- Event ID
What do you find under Local files? (8)
- Linked files
- Prefetched files
- Printer files
- Thumbnail.db
- Recycle bin
- Pagefile.sys
- Hiberfile.sys
- Installed programs
What is a Linked file?
simply shortcuts with .LNK extension which points to another file or folder.
Link file has timestamps like create date, modified date and last accessed date.
They may also contain user ID and path to target
What are prefetched files?
Files that contail .exe + DLL information of a program, speeds up the process. It has a maximum of 128 files, when reached it automatically deleted the 96 least used.
Explain Installed files
Installed files on a computer might reveal info about programs that has been running on the computer in question.
That is the thumbnail cache /thumbnails.db?
Automatically created in folder when user chooses to view in thumbnail view. It retains thumbnails of deleted files, beneficial for an examiner!
What do you find in printer files?
Windows sends data to printer in RAW or Enhanced metafile formats, both formats result in creation of 2 complementary files if system is set to spool print jobs
What can you find in the Recyle Bin?
deleted files are not really deleted, but moved to the recycle bin. When moved the file is renamed with a prefix D for deleted, followed by original drive location, incremented number and original file extension.
example: Dc3.txt
What is Pagefiles?
Pagefile.sys keeps the data swapped out of RAM (Random Access Memory)
You might find passwords, email addresses and IP addresses
What is Hibernation files?
Similar to Pagefile.sys, as an active swap space hiberfil.sys is a repository for contents of RAM when a system i hibernated.
What can you find out from Restore Points?
- reveal connection to a specific domain
- examine the data contained in registry hives backed up in past RPs to find domain information
- Help in making time line of the connection to the specified domain
What is a shadow copy?
a technology that can create a backup or snapshot of a system, files or folders even when they are in use