Chapter 9 Flashcards

1
Q

Automated Indicator Sharing (AIS)

A
  • Dept Homeland Security - facilitate free and open exchange of Indicators of Compromise (IoC)
  • Indicator - observable with hypothesis of threat
  • Observable is an occurrence

STIX (structured threat info expression) - structured language to describe threat

TAXII (threat automated exchange of intel info) - protocol and services for automated sharing

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

Data localization - related to physical storage location

Data sovereignty - related to country laws governing data

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

Execution Types

A
  • Multiprogramming - multiple processes switched in/out on single CPU; switch out when waiting for I/O
  • Multitasking - run several processes, each with time slice
  • Multithreading - break up process into threads and run threads concurrently
  • Multiprocessing - multiple processors (CPUs)
  • Multicore - multiple cores within CPU
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Protection rings

A

Privileged:
-Ring 0 - OS Kernel/Mem
- Ring 1 - other OS components
- Ring 2 - Drivers
User:
- Ring 3 - Application

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

EEPROM vs Flash mem

A

EEPROM - erase/wr by bytes
Flash mem - erase/wr blocks or pages

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

Dynamic vs Static RAM

A

Dynamic - needs constant refreshing
Static - retains until no power

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

Primary memory - RAM
Secondary memory - disk/media

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

Emission Security

A

Counter against Van Eck Phreaking (reading of EM emanation from devices)

  • Faraday Cage
  • White noise
  • Control zone via Faraday cage and white noise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

BIOS (old), UEFI (new)

A

UEFI
- Boot attestation / secure boot
- Measured boot (hash of all boot components)

Flashing - program BIOS
Phlashing - attack

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

Interface Definition Language (IDL)

A
  • RPC
  • CORBA - common obj req broker
  • DCOM - distr comp obj model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Mobile device deployment policies

A
  • BYOD
  • CYOD - choose your own device
  • COPE - company owned, personally enabled
  • COMS/COBO - company owned business only
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Covert channels

A

Covert Timing Channel - e.g. blinking light,
Covert Storage Channel - write to common storage for another process to read

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

Incremental attack

A

data diddling
salami attack

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