Live MAC Forensics Flashcards
What does the export command do?
Gets system wide, and user
specific settings.
What does sysctl do?
Saves info such as:
Computer name-kern. Hostname
Memory size-he.memsize
Kernel Version-kern.version
How do you change where screenshots are saved?
Defaults write com.apple.screencapture location <new></new>
What command reloads all daemons with updated settings?
Killall SystemUIServer
What can be used to memory dump?
OSXPMEM
How do you save all passwords to a text file?
Security dump -keychain - d login.keychain > $MYCASE/keychain.txt
What commands can you use to save files?
-zip -r $mycase/archive name.zip folder2compress
-tar -jcvf $mycase/archive name.tar .bz2 folder2compress
What is Spotlight?
A service running in the background.
Indexes everything that can be indexed.
Everything is combined in a database= Spotlight-Index-Files
What does the defaults command do?
Gets information from page files.
Allows you to get application settings for the current user.
How do you become root? (command)
Sudo bash
What are plist files?
Mainly test based files. Can also be binary data.