Deny communication over unauthorized TCP or UDP ports or application traffic to ensure that only authorized protocols are allowed to cross the network boundary in or out of the network at each of the organization's network boundaries.
Measures
# of total unauthorized TCP/UDP ports(using formal analytics) = M1 = 2 * SUM from ๐=1 to n(# ๐๐ ๐ข๐๐๐ข๐กโ๐๐๐๐ง๐๐ ๐๐๐๐ก ๐๐ ๐๐๐ข๐๐๐๐๐ฆ ๐๐๐ฃ๐๐๐ ๐)
M2= # of sent unique(in terms of port and device) probe
M3 = # of total unauthorized TCP/UDP ports(using formal analytics)
M4 = #of detected traffic to unauthorized TCP/UDP port
# of whitelisted application
Metrics/KEI
Measuring the detectability of connections to unauthorized TCP or UDP ports Coverage = M2/ M3
Quality Measure(Detectability) =M4/M3
Same as TCP/UDP port
A policy (or set of policies, potentially individually per endpoint) indicating the ports and/or protocols that are allowed to pass across network boundaries
Operations:
For each endpoint, retrieve the firewall policy
For each firewall policy, enumerate both the ports which allow communication, and any configuration of a default deny rule (could that be a default?)
Measures:
M1 = For an endpoint's firewall policy, 1 if all of the described open ports are in the allowed list
M2 = For an endpoint's firewall policy, 1 if a default deny rule exists and is enforced.
Deny communication over unauthorized TCP or UDP ports or application traffic to ensure that only authorized protocols are allowed to cross the network boundary in or out of the network at each of the organization's network boundaries.
Measures
Metrics/KEI
This seems like a simple configuration measure.