The exposure of an asset supported by a strong control to a threat of annual occurrence is 3. The impact of the threat on the asset is very high. Using the NIST framework, the risk equals

2
1
5
4


Answer: 1

Computer Science & Information Technology

You might also like to view...

What mistake prevents the following class declaration from functioning properly as an abstract class?

class Shape { public: virtual double print() const; double area() const {return base * height;} private: double base; double height; }; a. There are no pure virtual functions. b. There is a non-virtual function. c. private variables are being accessed by a public function. d. Nothing, it functions fine as an abstract class.

Computer Science & Information Technology

An online job bank like the one in the accompanying figure is a program that automatically searches databases and notifies you when it finds any jobs that match your requirements.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The process whereby an attacker can trick a corporate mobile device to connect to an impostor AP is referred to as which of the following?

A. inserting network traffic B. denial of service C. hijacking the wireless connection D. reading data

Computer Science & Information Technology

Through ____ and monitors, an experienced security professional can identify a potential attack.

A. galleries B. displays C. screens D. logs

Computer Science & Information Technology