Live MAC Forensics Flashcards

1
Q

What does the export command do?

A

Gets system wide, and user
specific settings.

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

What does sysctl do?

A

Saves info such as:

Computer name-kern. Hostname
Memory size-he.memsize
Kernel Version-kern.version

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

How do you change where screenshots are saved?

A

Defaults write com.apple.screencapture location <new></new>

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

What command reloads all daemons with updated settings?

A

Killall SystemUIServer

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

What can be used to memory dump?

A

OSXPMEM

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

How do you save all passwords to a text file?

A

Security dump -keychain - d login.keychain > $MYCASE/keychain.txt

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

What commands can you use to save files?

A

-zip -r $mycase/archive name.zip folder2compress
-tar -jcvf $mycase/archive name.tar .bz2 folder2compress

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

What is Spotlight?

A

A service running in the background.
Indexes everything that can be indexed.
Everything is combined in a database= Spotlight-Index-Files

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

What does the defaults command do?

A

Gets information from page files.
Allows you to get application settings for the current user.

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

How do you become root? (command)

A

Sudo bash

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

What are plist files?

A

Mainly test based files. Can also be binary data.

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