99 - Sample Exam iOS Flashcards
iOS Forensics - Contacts
Name the following:
- Important databases
- Important tables
- Important fields / flags (if any)
- Timestamp used
- Addressbook.sqlitedb & AddressbookImages.sqlitedb
-
ABPerson (rowid, last, first)
* *ABMultiValue** (record_id, label)
* *ABMultivalueEntry** (parent_id)
* *ABMultiValueLabel** (rowid) - look above
- NSDate: +978’307’200
iOS Forensics - Call History
Name the following:
- Important databases
- Important tables
- Important fields / flags (if any)
- Timestamp used
- call_history.db
- call
-
Rowid
Address
Date
Duration
Flags (4=incoming, 5=outgoing, 8=blocked, 16=FaceTime, Else=Dropped) - unixepoch
iOS Forensics - Chats
Name the following:
- Important databases
- Important tables
- Important fields / flags (if any)
- Timestamp used
- ChatStorage.sqlite
- zwamessage
- ZMESSAGEDATE
ZTEXT - NSDate: +978’307’200
iOS Forensics - Calendar
Name the following:
- Important databases
- Important tables
- Important fields / flags (if any)
- Timestamp used
- Calendar.sqlitedb & Extras.db
- Alarm, Event, ZALARM
- -
- NSDate: +978’307’200
iOS Forensics - SMS
Name the following:
- Important databases
- Important tables
- Important fields / flags (if any)
- Timestamp used
- sms.db
-
message
msg_group
group_member
sqlite_sequence
msg_pieces -
ROWID
Address
date
text
flags (2=received, 3=sent, 129=deleted) - unixepoch
iOS Forensics - Location
Name the following:
- Important databases
- Important tables
- Important fields / flags (if any)
- Timestamp used
- consolidated.db
- CellLocation & WifiLocation
- Latitude, Longitude, Timestamp
- NSDate: +978’307’200
iOS Forensics - Contacts
What is the path of the db file(s)?
/private/var/mobile/Library/Addressbook/
iOS Forensics - Call History
What is the path of the db file(s)?
/var/wireless/Library/CallHistory
iOS Forensics - Chats
What is the path of the db file(s)?
/private/var/mobile/Containers/Shared/AppGroup
iOS Forensics - Calendar
What is the path of the db file(s)?
/private/var/mobile/Library/Calendar/
iOS Forensics - SMS
What is the path of the db file(s)?
/var/mobile/Library/SMS/
iOS Forensics - Location
What is the path of the db file(s)?
/Library/Caches/locationd