InterviewSolution
| 1. |
Differentiate between threat, vulnerability and risk. |
|
Answer» Threat: A threat is any form of hazard that has the potential to destroy or steal data, disrupt operations, or cause harm in general. Malware, phishing, data breaches, and even unethical employees are all examples of threats. Vulnerability: A vulnerability is a flaw in hardware, SOFTWARE, personnel, or procedures that threat actors can use to achieve their objectives. Risk: The probability of a threat and the consequence of a vulnerability are COMBINED to form risk. To put it another way, the risk is the likelihood of a threat agent successfully exploiting a vulnerability, which may be calculated using the formula: Risk = Likelihood of a threat * Vulnerability Impact Risk management is the process of identifying all potential hazards, analyzing their impact, and determining the best course of action. It's a never-ending procedure that examines new threats and vulnerabilities on a regular basis. Risks can be avoided, minimized, accepted, or passed to a third party depending on the response chosen. |
|