jflozanor / risk_management

IT Risk Management tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Risk Assessment

This repository contains a set of IT Risk Management tools

Simple Risk Assessment Methodology

This is a simple Risk Assessment method also called Brewer-List Approach. This method could be used to perform a quick risk assessment for a project or an initiative.

Step 1: Produce list of concerns. This list does not have to be full.

Step 2: Analyze concerns and split them into events and impacts or consequences.

Step 3: Estimate frequency or probability (FoP) for events. Use the following suggested logarithmic scale: 1-Rare (once a decade), 2-Unlikely (once a year), 3-Possible (once a month), 4-Likely (every few days), 5-Almost certain (several times a day).

Step 4: Estimate severity of the business impact (Sev) should the event occur. Use the following suggested logarithmic scale: 1 -Insignificant ($100), 2 -Minor ($1K), 3 -Moderate ($10K), 4 -Major ($100K), 5 -Catastrophic ($1M). Or use men-hour instead of dollar values.

Step 5: Pair events with impacts to calculate inherent risk.

Step 6: Identify risks which require treatment and consider treatment options. Treatment options could be: 2-Accept Risk (i.e. Do nothing), 3-Modify (reduce) Risk, 4-Transfer Risk (i.e. insurance or third-party service), 5-Avoid Risk. Usually preventive and detective compensating controls modify FoP, corrective (reactive) controls modify Sev.

Step 7: Based on treatment plan, estimate the residual risk and made final decision about these risks.

About

IT Risk Management tools