NetApp ONTAP DSC 9.x STIG Version Comparison
NetApp ONTAP DSC 9.x Security Technical Implementation Guide
Comparison
There are 1 differences between versions v1 r4 (April 24, 2024) (the "left" version) and v2 r2 (Oct. 24, 2024) (the "right" version).
Check NAOT-CM-000009 was changed between these two versions. Green, underlined text was added, red, struck-out text was removed.
The regular view of the left check and right check may be easier to read.
Text Differences
Title
ONTAP must be configured to prohibit the use of all unnecessary and/or nonsecure functions, ports, protocols, and/or services.
Check Content
Use "network interface service-policy show" to see all of the configured service policies defined in ONTAP. Use "network interface show -fields service-policy" to see which network logical interfaces (LIFs) have which service policies configured. If ONTAP does not have cannot be configured to prohibit the use of all unnecessary and/or nonsecure functions, ports, protocols, and/or services, service policies defined for each interface, this is a finding.
Discussion
In order to prevent unauthorized connection of devices, unauthorized transfer of information, or unauthorized tunneling (i.e., embedding of data types within data types), organizations must disable unused or unnecessary physical and logical ports/protocols on information systems. Network devices are capable of providing a wide variety of functions and services. Some of the functions and services provided by default may not be necessary to support essential organizational operations. Additionally, it is sometimes convenient to provide multiple services from a single component (e.g., email and web services); however, doing so increases risk over limiting the services provided by any one component. To support the requirements and principles of least functionality, the network device must support the organizational requirements providing only essential capabilities and limiting the use of ports, protocols, and/or services to only those required, authorized, and approved. Some network devices have capabilities enabled by default; if these capabilities are not necessary, they must be disabled. If a particular capability is used, then it must be documented and approved.
Fix
Configure ONTAP new or modify ONTAP service policies with "network interface service-policy create or modify" to allow specific IP addresses to access specific network services. Configure logical interfaces to use service policies with "network interface modify -service-policy <service_policy_name> -lif <logical_interface_name>".