adammontville / cis-controls-71-measures

0 stars 0 forks source link

Subcontrol 9.3 #99

Open adammontville opened 5 years ago

adammontville commented 5 years ago

Perform automated port scans on a regular basis against all systems and alert if unauthorized ports are detected on a system.

Measures

M1 = Current time
M2 = time of last scan
M3 = max scan delay

Metrics

Enforcement quality = (M1 - M2) / M3
adammontville commented 5 years ago

NOTE: This seems more like a process/procedure discovery control.

Input:

Operations:

Measures:

Metrics:

wmunyan commented 5 years ago

Inputs:

Operations:

Measures:

Metrics: Calculate the variance of log reviews:

If a threshold T for review is used, then calculate the variance according to the target interval:

P (The Probability of detecting an anomaly in log review) [0,1] = D / L

Quality of Log review [0,1] = (1-V) * P (means quality of review is high iff the review is highly regular and the potential is detecting anomalies (at least one per review) is also high)

Ratio of unauthorized ports reported: UP / NP

adammontville commented 5 years ago

Inputs:

Operations:

Measures:

Metrics: Calculate the variance of log reviews:

If a threshold T for review is used, then calculate the variance according to the target interval: