3.3 Implement secure systems design. Flashcards

1
Q

FDE

A

(Full Disk Encryption) Encryption of all data on a disk (including system files, temporary files, and the page file) can be accomplished via a supported OS, third-party software, or at the controller level by the disk device itself.

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

TPM

A

(Trusted Platform Module) A computer chip (microcontroller) that can store digital certificates, key, hashed passwords, and other user and platform identification information.

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

HSM

A

(Hardware Security Module) An appliance for generating and storing cryptographic keys, safeguards and digital keys, performing encryption and decryption functions for digital signatures, strong authentication and other cryptographic functions. This sort of solution may be less susceptible to tampering and insider threats than software-based storage.

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

UEFI/BIOS

A

(Unified Extensible Firmware Interface) A type of system firmware providing support for 64-bit CPU operation at boot, full GUI and mouse operation at boot, and better boot security.

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

Secure boot and attestation

A

Secure boot: prevents a computer from being hijacked by a malicious OS.

Attestation: declare something to be true

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

Supply Chain

A

The end-to-end process of supplying, manufacturing, distributing, and finally releasing goods and services to a customer.

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

Hardware root of trust

A

A secure subsystem that is the foundation on which all secure operations of a computing system depend, and it’s able to provide attestation.

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

EMI/EMP

A

(Electromagnetic Interference) A disruption of electrical current that occurs when a magnetic field around one electrical circuit interferes with the signal being carried on an adjacent circuit.

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

Operating systems

A

An OS is HARDENED when is put into a secure configuration. The principle of LEAST FUNCTIONALITY should be implemented.

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

Kiosk

A

A computer terminal deployed to a public environment. ex. ATMs, airport checkin.
In order to secure a kiosk, the hardware ports must be inaccessible

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

Patch Management

A

A couple rules to follow for patches:

  • Only apply patches if a particular problem is being experienced.
  • Always create backups before implementing a patch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Disabling unnecessary ports and services

A

Application service ports allow client software to connect to applications. These should be CLOSED if remote access is not necessary.

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

Least functionality

A

The principle of a system only running protocols and services required by legitimate users and nothing more.

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

Secure configurations

A

A few points on secure configurations:

- Disable unnecessary interfaces, services, and application service ports.

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

Trusted Operating System

A

An OS that meets the criteria for a Common Criteria OS Protection Profile.

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

Application whitelisting/blacklisting

A

Whitelisting: nothing can run if it is not on the approved whitelist. ex. Apple store

Blacklisting: anything not on the PROHIBITED blacklist can run. ex. Anti-virus

17
Q

Wi-Fi-enabled microSD cards

A

Attackers can modify the kernel and install any software on Wi-Fi enabled microSD cards, which connect to a host and transfer files.

18
Q

MFDs

A

(Multifunction Devices) refer to print/scan/fax machines contain images, documents, and logs which are recoverable unless deleted properly.