Live and RAM Forensics Flashcards
1
Q
What does the RAM contain that might be of interest to a forensic examiner?
A
- Encryption keys
- Passwords
- Email addresses and other recently typed information
- Loaded program code
- Open network connections
- Running processes
2
Q
Name two RAM architectures
A
- Stack : fast, hold temporary (local) variables, deallocated after function execution
- Heap : Slower than stack, programmable, global variables, deallocated at quit or by code
3
Q
What problems might occur in terms of anti-forensics?
A
- Full disk encryption
- FDE + non-root system
- Steganography
- Data wiping
- Data hiding
4
Q
What is the Order of Volatility?
A
While working with live forensics, you need to “work your way from the volatile to the less volatile.”
like. .
- Registers, cache
- Routing table, process table, memory
- Disk
- Remote logging and monitoring data
- Physical configuration, network topology
- Archival data