Domain 7: Security Operations Flashcards

1
Q

Evidence Types

A
  • Real
  • Demonstrative
  • Documentary
  • Testimonial
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Real Evidence

A

Objects and things a jury can physically hold and inspect.
- To be used at trial, real evidence must be relevant, material, and authentic.
- MUST establish the item’s chain of custody.

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

Demonstrative Evidence

A

Usually charts and diagrams, to demonstrate or illustrate the testimony of a witness. It’s admissible when it fairly and accurately reflects the witness’s testimony and is more probative than prejudicial.

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

Documentary Evidence

A

The production of documents at trial is documentary evidence.
- There are restrictions and qualifications for using documents at trial as there is a need to make sure they are authentic and trustworthy.

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

Testimonial Evidence

A

It is simply a witness giving testimony under oath about the facts of the case.

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

Requirements for Admissibility of Evidence

A
  • Accuracy – lacking errors
  • Authenticity - undisputed origin
  • Comprehensibility – paint as much of the picture as possible
  • Convincing – certainty in conclusions
  • Objective – what the evidence says, not what you say
  • Admissible – for the court in question
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Investigative Techniques

A

o Data capture – manual and automatic capture.
o Interviews – ideally from someone who was a witness to an incident or a person with first-hand knowledge of the incident.
o Interrogations – usually done by law enforcement following stringent rules.
o External requests – usually warrants and subpoenas.

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

Write Blockers and Image Drivers

A

Designed to allow examination or imaging of a storage device, typically a hard drive, without writing any data to the storage device, which would violate the integrity of the evidence.

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

Faraday Containers

A

Protects evidence from electromagnetic interference.

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

Digital Forensic 6 Steps

A
  1. Define priorities
  2. Identify data sources
  3. Plan to collect data and execute
  4. Document and preserve integrity
  5. Look for hidden or erased data
  6. Perform analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Recovery time objective (RTO)

A

The amount of time after an incident or disaster that passes before the system or process is recovered using contingency procedures.

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

Recovery point objective (RPO)

A

The amount of data loss tolerable when a disaster occurs, usually expressed as a number of transactions or data points. RPO can also be expressed using time, like an RPO of no more than one day of data.

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

Test-Driven Development (TDD)

A

First a test is written, then it is run. If it fails, code is written or refactored as needed to make the test succeed; the ultimate goal is to ensure that all tests pass.

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

Maximum tolerable or allowable downtime (MTD or MAD)

A

The amount of time the organization can survive without an asset or process, after which the organization may no longer be viable. RTO should always be less than the MTD; otherwise, recovery is a moot point as the organization will cease to function before it occurs.

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

3-2-1 Backup Strategy

A

At least three copies of data should be kept: two stored locally or onsite, including the main copy of the data, and one copy stored offsite.

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

RAID (Redundant Array of Inexpensive Disk)

A

Pooling multiple disks, which may be cheaper than a single disk of equivalent size, to provide benefits of increased space, increased read/write speeds, data fault tolerance, or some combination of all three.

17
Q

RAID 0

A

Striped disk array with no fault tolerance; the primary benefit is increased read/write performance.

18
Q

RAID 1

A

Mirrored array that provides fault tolerance, but no read/write performance benefit.

19
Q

RAID 5

A

Striping with a parity array, which increases read/write performance and provides fault tolerance.

20
Q

RAID 0+1 and 1+0

A

Nested RAIDs that implement both functions of RAID 0 and 1 in different orders. 0+1 is a striped array of mirrors while 1+0 is a mirrored array of stripes. Both combine fault tolerance with increased performance.

21
Q

Recovery Cold Site

A

An empty facility that must be provisioned with equipment and utilities before being useful, which takes time and does not support a short RTO, but it also does not incur the high costs of duplicate infrastructure before an incident.

22
Q

Recovery Warm Site

A

Have some equipment but also require some buildout.

23
Q

Recovery Hot Site

A

The same infrastructure and data as the primary site, which is costly but useful for meeting a short RTO or RPO.

24
Q

Cloud Bursting Recovery

A

A relatively new recovery strategy that utilizes cloud services temporarily in the event of a disaster.

25
Q

Disaster Recovery Testing Methods (5)

A
  • Read-through/Tabletop
  • Walkthrough
  • Simulation
  • Parallel
  • Full Interruption