-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinit-outcomes.js
More file actions
17 lines (16 loc) · 823 Bytes
/
init-outcomes.js
File metadata and controls
17 lines (16 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// export init object with the initialization data
export default {
outcomesArray: [
'Describe the digital forensics profession and investigations.',
'Understand how to acquire forensically-sound digital evidence.',
'Describe operating systems forensics on Windows and CLI systems.',
'Describe operating systems forensics on Macintosh and Linux systems.',
'Employ current computer forensics tools.',
'Recover "deleted" and/or intentionally hidden information from various types of media.',
'Perform computer forensics analysis and validation.',
'Describe virtual machine and cloud forensics.',
'Describe network forensics and employ live acquisitions.',
'Understand and perform email investigations.',
'Understand and perform mobile and other device investigations.',
],
};