adammontville / cis-controls-71-measures

0 stars 0 forks source link

Subcontrol 7.4 #85

Open adammontville opened 5 years ago

adammontville commented 5 years ago

Enforce network-based URL filters that limit a system's ability to connect to websites not approved by the organization. This filtering shall be enforced for each of the organization's systems, whether they are physically at an organization's facilities or not.

Measures

M1 = # of blacklisted url from phishtank or CTI report
M2 = # of blocked url (formal analytic or at)
M3 = time new url u1 available in CTI or Phishtank
M4 = time of url u1 added in DNS filter

Metrics

Boolean value = 0 if any active url from phishtank is allowed, otherwise 1
Coverage = M2/ M1
Freshness = M3/ M4 (biggar ratio is bad)
wmunyan commented 5 years ago

Inputs:

Operations:

Measures:

Metrics:

wmunyan commented 5 years ago

Inputs:

Operations:

. For each application instance (web browser/client) in Input 1, check the application's configuration against the appropriate approved configuration(s) from Input 2.

. Create a list of the application instances that meet the approved configuration (M1)

. Create a list of the application instances that that do not meet the approved configuration (M2) noting each deviation.

Measures:

Metrics: