NetApp ONTAP DSC 9.x Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
- RMF Control
- AC-10
- Severity
- M
- CCI
- CCI-000054
- Version
- NAOT-AC-000001
- Vuln IDs
-
- V-246922
- Rule IDs
-
- SV-246922r769098_rule
Checks: C-50354r769096_chk
Use "security session limit show -interface cli" to check the concurrent session limit. If the security session limit is not configured to limit the number of concurrent sessions to 1, this is a finding.
Fix: F-50308r769097_fix
Configure session limits with the command, “security session limit modify -max-active-limit 1 -interface cli -category application".
- RMF Control
- AC-11
- Severity
- M
- CCI
- CCI-000057
- Version
- NAOT-AC-000002
- Vuln IDs
-
- V-246923
- Rule IDs
-
- SV-246923r769101_rule
Checks: C-50355r769099_chk
Use "system timeout show" to check the current CLI timeout value is 15 minutes. If the system timeout is not configured to 15, this is a finding.
Fix: F-50309r769100_fix
Configure the CLI timeout value to 15 minutes with the command, "system timeout modify -timeout 15".
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-002142
- Version
- NAOT-AC-000003
- Vuln IDs
-
- V-246924
- Rule IDs
-
- SV-246924r769104_rule
Checks: C-50356r769102_chk
Use "security login show" to see all configured users and groups in ONTAP. Use AD cmdlet "Get-ADGroupMember -Identity <identity>" to find the member to be removed from the ONTAP group. If Active Directory does not terminate shared/group account credentials when members leave the group to prevent access to ONTAP, this is a finding.
Fix: F-50310r769103_fix
Use AD cmdlet "Remove-ADGroupMember -Identity <identity> -Members <member>" to remove a member from an ONTAP group. Use AD cmdlet "Get-ADGroupMember -Identity <identity>" to see the member was removed from the ONTAP group.
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-002130
- Version
- NAOT-AC-000004
- Vuln IDs
-
- V-246925
- Rule IDs
-
- SV-246925r769107_rule
Checks: C-50357r769105_chk
Use "cluster log-forwarding show" to see if a remote syslog destination is defined for ONTAP. Use commands available on the remote syslog server to check for new account creation or enabling a disabled account. If ONTAP does not automatically audit account-enabling actions, this is a finding.
Fix: F-50311r769106_fix
Use "cluster log-forwarding show" to identify defined ONTAP remote syslog servers. If no remote syslog servers are defined, use "cluster log-forwarding create" to define a syslog destination. On the remote syslog server, use commands available to check for new account creation or enabling a disabled account.
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-001358
- Version
- NAOT-AC-000005
- Vuln IDs
-
- V-246926
- Rule IDs
-
- SV-246926r769110_rule
Checks: C-50358r769108_chk
Use "security login show -role admin -authentication-method password" to see the local administrative account. If ONTAP cannot be configured with only one local account to be used as the account of last resort in the event the authentication server is unavailable, this is a finding.
Fix: F-50312r769109_fix
Configure a secure password for the local administrative account with "security login password -username <user_name>".
- RMF Control
- AC-3
- Severity
- H
- CCI
- CCI-000213
- Version
- NAOT-AC-000006
- Vuln IDs
-
- V-246927
- Rule IDs
-
- SV-246927r769113_rule
Checks: C-50359r769111_chk
Use "security login show" to see all configured users and their roles. Use "security login role show" to see specific commands allowed for each role. If ONTAP does not enforce administrator privileges based on their defined roles, this is a finding.
Fix: F-50313r769112_fix
Configure roles with "security login role create -role <name>" to create new roles, and "security login create -user-or-group-name <user_name> -role <name>" to assign the role to a specific user or group.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-002165
- Version
- NAOT-AC-000007
- Vuln IDs
-
- V-246928
- Rule IDs
-
- SV-246928r769116_rule
Checks: C-50360r769114_chk
Use "security login show -vserver <vserver_name> -role vsadmin" to see users with DAC over a vserver domain within ONTAP. If ONTAP does not enforce organization-defined DAC policies, this is a finding.
Fix: F-50314r769115_fix
Configure new users with DAC in ONTAP for a specific vserver domain with “security login create -vserver <vserver_name> -role vsadmin -user-or-group-name <user_name> -application ssh -authentication-method password".
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-001368
- Version
- NAOT-AC-000008
- Vuln IDs
-
- V-246929
- Rule IDs
-
- SV-246929r769119_rule
Checks: C-50361r769117_chk
Use "security login show" to see all configured users and their roles. Use "security login role show" to see specific commands allowed for each role. If ONTAP does not enforce approved authorizations for controlling the flow of management information, this is a finding.
Fix: F-50315r769118_fix
Configure roles with "security login role create -role <name>" to create new roles, and "security login create -user-or-group-name <user_name> -role <name>" to assign the role to a specific user or group.
- RMF Control
- AC-6
- Severity
- H
- CCI
- CCI-002235
- Version
- NAOT-AC-000009
- Vuln IDs
-
- V-246930
- Rule IDs
-
- SV-246930r769122_rule
Checks: C-50362r769120_chk
Use "security login role show” to see role-based access policies defined in ONTAP for privileged and unprivileged users. Privileged users have the role of admin. If ONTAP does not prevent non-privileged users from executing privileged functions to include disabling, circumventing, or altering implemented security safeguards/countermeasures, this is a finding.
Fix: F-50316r769121_fix
Configure privileged users with "security login create -user-or-group-name <user_name> -role admin". Configure non-privileged users with "security login create -user-or-group-name <user_name> -role <role_name>“where a non-privileged user role other than admin is used.
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- NAOT-AC-000010
- Vuln IDs
-
- V-246931
- Rule IDs
-
- SV-246931r769125_rule
Checks: C-50363r769123_chk
Use "security login role config show -role admin -instance" to see the settings for "Maximum Number of Failed Attempts" and “Delay after Each Failed Login Attempt". If ONTAP is not configured to enforce a limit of three consecutive invalid logon attempts, after which time it must block any login attempt for 15 minutes, this is a finding.
Fix: F-50317r769124_fix
For the each role, configure "security login role config modify -role <name> -max-failed-login-attempts 3" and "security login role config modify -role admin -delay-after-failed-login 60".
- RMF Control
- AC-8
- Severity
- M
- CCI
- CCI-000048
- Version
- NAOT-AC-000011
- Vuln IDs
-
- V-246932
- Rule IDs
-
- SV-246932r769128_rule
Checks: C-50364r769126_chk
Use "security login banner show" to see the current login notice and consent banner. If ONTAP cannot be configured to display the Standard Mandatory DoD Notice and Consent Banner before granting access to the device, this is a finding.
Fix: F-50318r769127_fix
Configure the Standard Mandatory DoD Notice and Consent Banner with "security login banner modify -message <Standard DoD Notice and Consent Banner>".
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001849
- Version
- NAOT-AU-000001
- Vuln IDs
-
- V-246933
- Rule IDs
-
- SV-246933r769131_rule
Checks: C-50365r769129_chk
To ensure audit record storage capacity is sufficient, use remote syslogging. Use "cluster log-forwarding show" to see the that a remote syslog server is configured for ONTAP. If ONTAP cannot allocate audit record storage capacity in accordance with organization-defined audit record storage requirements, this is a finding.
Fix: F-50319r769130_fix
Configure a remote syslog server for ONTAP with "cluster log-forwarding create -destination <IP address>".
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001851
- Version
- NAOT-AU-000002
- Vuln IDs
-
- V-246934
- Rule IDs
-
- SV-246934r769134_rule
Checks: C-50366r769132_chk
Use "cluster log-forwarding show" to see if remote syslogging of ONTAP audit records is configured. If ONTAP cannot be configured to off-load audit records onto a different system or media, this is a finding.
Fix: F-50320r769133_fix
Configure ONTAP to off-load audit records to a remote syslog server with "cluster log-forwarding create -destination <hostname_or_ip_address>".
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-001858
- Version
- NAOT-AU-000003
- Vuln IDs
-
- V-246935
- Rule IDs
-
- SV-246935r769137_rule
Checks: C-50367r769135_chk
Use "cluster log-forwarding show" to see if a remote syslog destination is defined for ONTAP. If ONTAP does not generate an immediate real-time alert of all audit failure events requiring real-time alerts, this is a finding.
Fix: F-50321r769136_fix
If no remote syslog servers are defined, use "cluster log-forwarding create" to define a syslog destination.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- NAOT-AU-000004
- Vuln IDs
-
- V-246936
- Rule IDs
-
- SV-246936r769140_rule
Checks: C-50368r769138_chk
Use "cluster time-service ntp server show" to see the current network time protocol configuration for ONTAP and ensure there are at least three ntp servers defined. If ONTAP cannot be configured to synchronize internal information system clocks using redundant authoritative time sources, this is a finding.
Fix: F-50322r769139_fix
Configure network time protocol for ONTAP with "cluster time-service ntp server create -server <IP address>" to add new ntp servers. Up to ten servers can be defined.
- RMF Control
- AU-8
- Severity
- M
- CCI
- CCI-000159
- Version
- NAOT-AU-000005
- Vuln IDs
-
- V-246937
- Rule IDs
-
- SV-246937r769143_rule
Checks: C-50369r769141_chk
Use "cluster time-service ntp server show" to see the current network time protocol configuration for ONTAP. If ONTAP does not use internal system clocks synchronized to an authoritative time source to generate time stamps for audit records, this is a finding.
Fix: F-50323r769142_fix
Configure network time protocol for ONTAP with "cluster time-service ntp server create -server <IP address>".
- RMF Control
- AU-8
- Severity
- M
- CCI
- CCI-001890
- Version
- NAOT-AU-000006
- Vuln IDs
-
- V-246938
- Rule IDs
-
- SV-246938r769146_rule
Checks: C-50370r769144_chk
Use "cluster date show" to see the current time zone configured. If ONTAP cannot be configured to record time stamps for audit records that can be mapped to Coordinated Universal Time (UTC) or Greenwich Mean Time (GMT), this is a finding.
Fix: F-50324r769145_fix
Configure the time zone to UTC with "cluster date modify -timezone UCT".
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001813
- Version
- NAOT-CM-000001
- Vuln IDs
-
- V-246939
- Rule IDs
-
- SV-246939r769149_rule
Checks: C-50371r769147_chk
Use "security login show -role admin" to see users with administrative privilege that allow device configuration. If ONTAP cannot enforce access restrictions associated with changes to the device configuration, this is a finding.
Fix: F-50325r769148_fix
Configure users with administrative privilege that allows device configuration with "security login create -user-or-group-name <user_name> -role admin".
- RMF Control
- CM-6
- Severity
- H
- CCI
- CCI-000370
- Version
- NAOT-CM-000002
- Vuln IDs
-
- V-246940
- Rule IDs
-
- SV-246940r769152_rule
Checks: C-50372r769150_chk
Use "security login show -authentication-method domain" to see users configured to authenticate with Active Directory. If ONTAP cannot configured to use an authentication server, this is a finding.
Fix: F-50326r769151_fix
Configure ONTAP to make use of Active Directory to authenticate users and prohibit the use of cached authenticators with "security login create -user-or-group-name <user or group name> -authentication-method domain -application ssh".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- NAOT-CM-000004
- Vuln IDs
-
- V-246941
- Rule IDs
-
- SV-246941r769155_rule
Checks: C-50373r769153_chk
Use "security login show" to see all configured users and their roles. Use "security login role show" to see specific commands allowed for each role. If ONTAP cannot be configured to enforce organization-defined mandatory access control policies over all subjects and objects, this is a finding.
Fix: F-50327r769154_fix
Configure roles with "security login role create -role <name>" to create new roles, and "security login create -user-or-group-name <user_name> -role <name>" to assign the role to a specific user or group.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- NAOT-CM-000005
- Vuln IDs
-
- V-246942
- Rule IDs
-
- SV-246942r769158_rule
Checks: C-50374r769156_chk
Use "security login role show" to see role-based access policies defined in ONTAP. If ONTAP does not enforce organization-defined role-based access control policies over defined subjects and objects, this is a finding.
Fix: F-50328r769157_fix
Configure role-based access policies with "security login role create -role <name>" to create new roles, and "security login create -user-or-group-name <user_name> -role <name>" to assign the role to a specific user or group.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- NAOT-CM-000006
- Vuln IDs
-
- V-246943
- Rule IDs
-
- SV-246943r769161_rule
Checks: C-50375r769159_chk
Use "cluster log-forwarding show -instance" to see if remote syslogging of ONTAP audit records is configured and which syslog facilities are being forwarded. If ONTAP cannot be configured to generate log records for a locally developed list of auditable events, this is a finding.
Fix: F-50329r769160_fix
Configure ONTAP to generate log records for a locally developed list of auditable events with "cluster log-forwarding create -destination <hostname_or_ip_address> -facility <localx>" where x is the number of the local facility.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- NAOT-CM-000007
- Vuln IDs
-
- V-246944
- Rule IDs
-
- SV-246944r769164_rule
Checks: C-50376r769162_chk
Use "set -privilege advanced" reply "y" to continue and "system configuration backup settings show" to see if ONTAP is configured for system backups. If the ONTAP is not configured to conduct backups of system-level data when changes occur, this is a finding.
Fix: F-50330r769163_fix
Configure ONTAP to conduct backups of system level information with "set -privilege advanced" reply "y" to continue and "system configuration backup create -node <node_name> -backup-type cluster -backup-name <name>".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- NAOT-CM-000008
- Vuln IDs
-
- V-246945
- Rule IDs
-
- SV-246945r769167_rule
Checks: C-50377r769165_chk
Use "security login show -authentication-method cert" to see user IDs created with public key certificates from a certificate authority. If ONTAP cannot obtain its public key certificates from an appropriate certificate policy, this is a finding.
Fix: F-50331r769166_fix
Configure ONTAP to use public key certificates for authentication with "security certificate install -type client-ca -vserver <vserver_name>".
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-000382
- Version
- NAOT-CM-000009
- Vuln IDs
-
- V-246946
- Rule IDs
-
- SV-246946r769170_rule
Checks: C-50378r769168_chk
Use "system services firewall policy show" to see all of the configured firewall policies defined in ONTAP. Use "network interface show -fields firewall-policy" to see which network logical interfaces (LIFs) have which firewall policies configured. Note: Because the cluster LIF is completely open with no configurable firewall policy, it must be on a private IP subnet on a secure isolated network. If ONTAP cannot be configured to prohibit the use of all unnecessary and/or nonsecure functions, ports, protocols, and/or services, this is a finding.
Fix: F-50332r769169_fix
Configure ONTAP new or modify ONTAP firewall policies with "system services firewall policy create or modify" to allow specific IP addresses to access specific network services or ports. Configure logical interfaces to use firewall policies with "network interface modify -firewall-policy <firewall_policy_name> -lif <logical_interface_name>".
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000770
- Version
- NAOT-IA-000001
- Vuln IDs
-
- V-246947
- Rule IDs
-
- SV-246947r769173_rule
Checks: C-50379r769171_chk
Use "security login show -role admin -authentication-method domain" to see all configured admin users and groups that authenticate using active directory. If ONTAP cannot be configured to authenticate each administrator prior to authorizing privileges based on assignment of group or role, this is a finding.
Fix: F-50333r769172_fix
Configure new administrator active directory users or groups with "security login create -user-or-group-name <user_name> -role admin -authentication-method domain".
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-001941
- Version
- NAOT-IA-000002
- Vuln IDs
-
- V-246948
- Rule IDs
-
- SV-246948r769176_rule
Checks: C-50380r769174_chk
Use "security login show -role admin -authentication-method domain" to see all configured admin users and groups that authenticate using active directory. If ONTAP cannot be configured to use replay-resistant authentication mechanisms for network access to privileges, this is a finding.
Fix: F-50334r769175_fix
Configure new administrator active directory users or groups with "security login create -user-or-group-name <user_name> -role admin -authentication-method domain".
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001967
- Version
- NAOT-IA-000003
- Vuln IDs
-
- V-246949
- Rule IDs
-
- SV-246949r769179_rule
Checks: C-50381r769177_chk
Use "security snmpusers -authmethod usm" to see snmpV3 users using FIPS-validated Keyed-HMAC. If ONTAP cannot be configured to authenticate SNMP messages using FIPS-validated Keyed-HMAC, this is a finding.
Fix: F-50335r769178_fix
Configure a snmpV3 user using FIPS-validated Keyed-HMAC with "security login create -user-or-group-name snmptest2 -application snmp -authentication-method usm". Enter the authoritative entity's EngineID [local EngineID]: Which authentication protocol do you want to choose (none, md5, sha, sha2-256) [none]: sha2-256 Enter the authentication protocol password (minimum 8 characters long): Enter the authentication protocol password again: Which privacy protocol do you want to choose (none, des, aes128) [none]: aes128.
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001967
- Version
- NAOT-IA-000004
- Vuln IDs
-
- V-246950
- Rule IDs
-
- SV-246950r769182_rule
Checks: C-50382r769180_chk
Use "cluster time-service ntp server show" to see authenticated NTP sources using authentication that is cryptographically based. If ONTAP cannot be configured to authenticate NTP sources using authentication that is cryptographically based, this is a finding.
Fix: F-50336r769181_fix
Configure an authenticated NTP source using authentication that is cryptographically based with "cluster time-service ntp server create -server <ip_address> -key-id <NTP_Symmetric_Authentication_Key_ID>".
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000205
- Version
- NAOT-IA-000005
- Vuln IDs
-
- V-246951
- Rule IDs
-
- SV-246951r769185_rule
Checks: C-50383r769183_chk
Use "security login role config show -role admin -fields passwd-minlength" to see the minimum password length for the role admin. If ONTAP cannot be configured to enforce a minimum 15-character password length, this is a finding.
Fix: F-50337r769184_fix
Configure the minimum password length for the role admin to 15 with "security login role config modify -role admin -passwd-minlength 15".
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000192
- Version
- NAOT-IA-000006
- Vuln IDs
-
- V-246952
- Rule IDs
-
- SV-246952r781014_rule
Checks: C-50384r769186_chk
Use "security login role config show -role admin -fields passwd-min-uppercase-chars" to see the minimum number of uppercase characters required in a password for the role admin. If ONTAP cannot be configured to enforce password complexity by requiring that at least one upper-case character be used, this is a finding.
Fix: F-50338r769187_fix
Configure ONTAP to enforce password complexity by requiring that at least one upper-case character be used for the role admin with "security login role config modify -role admin -passwd-min-uppercase-chars 1".
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000193
- Version
- NAOT-IA-000007
- Vuln IDs
-
- V-246953
- Rule IDs
-
- SV-246953r769191_rule
Checks: C-50385r769189_chk
Use "security login role config show -role admin -fields passwd-min-lowercase-chars" to see the minimum number of lowercase characters required in a password for the role admin. If ONTAP cannot be configured to enforce password complexity by requiring that at least one lower-case character be used, this is a finding.
Fix: F-50339r769190_fix
Configure ONTAP to enforce password complexity by requiring that at least one lower-case character be used for the role admin with "security login role config modify -role admin -passwd-min-lowercase-chars 1".
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000194
- Version
- NAOT-IA-000008
- Vuln IDs
-
- V-246954
- Rule IDs
-
- SV-246954r769194_rule
Checks: C-50386r769192_chk
Use "security login role config show -role admin -fields passwd-alphanum" to see at least one letter and one number are required in a password for the role admin. If ONTAP cannot be configured to enforce password complexity by requiring that at least one numeric character be used, this is a finding.
Fix: F-50340r769193_fix
Configure ONTAP to enforce password complexity by requiring that at least one numeric character be used with "security login role config modify -role admin -passwd-alphanum enabled".
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-001619
- Version
- NAOT-IA-000009
- Vuln IDs
-
- V-246955
- Rule IDs
-
- SV-246955r769197_rule
Checks: C-50387r769195_chk
Use "security login role config show -role admin -fields passwd-min-special-chars" to see the minimum number of special characters required in a password for the role admin. If ONTAP cannot be configured to enforce password complexity by requiring that at least one special character be used, this is a finding.
Fix: F-50341r769196_fix
Configure ONTAP to enforce password complexity by requiring that at least one special character be used with "security login role config modify -role admin -passwd-min-special-chars 1".
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000195
- Version
- NAOT-IA-000010
- Vuln IDs
-
- V-246956
- Rule IDs
-
- SV-246956r769200_rule
Checks: C-50388r769198_chk
Use "security login show -role admin -authentication-method domain" to see all configured admin users and groups that authenticate using active directory. If ONTAP does not require that when a password is changed, the characters are changed in at least eight of the positions within the password, this is a finding.
Fix: F-50342r769199_fix
Configure ONTAP users to authenticate using active directory to require that when a password is changed, the characters are changed in at least eight of the positions within the password. New administrator active directory users or groups should be created with "security login create -user-or-group-name <user_name> -role admin -authentication-method domain" to make use of active directory to authenticate.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-002007
- Version
- NAOT-IA-000011
- Vuln IDs
-
- V-246957
- Rule IDs
-
- SV-246957r769203_rule
Checks: C-50389r769201_chk
Use "security login show -authentication-method domain" to see users configured to authenticate with Active Directory. If ONTAP cannot prohibit the use of cached authenticators, this is a finding.
Fix: F-50343r769202_fix
Configure ONTAP to make use of Active Directory to authenticate users to prohibit the use of cached authenticators with "security login create -user-or-group-name <user or group name> -authentication-method domain -application ssh".
- RMF Control
- IA-7
- Severity
- H
- CCI
- CCI-000803
- Version
- NAOT-MA-000002
- Vuln IDs
-
- V-246958
- Rule IDs
-
- SV-246958r769206_rule
Checks: C-50390r769204_chk
Use "set -privilege advanced" reply "y" to continue and "security config show" to see if cluster FIPS mode is true. If ONTAP cannot be configured to implement cryptographic mechanisms using FIPS 140-2, this is a finding.
Fix: F-50344r769205_fix
Configure ONTAP to use cryptographic mechanisms with "set -privilege advanced" reply "y" to continue and "security config modify -is-fips-enabled true".
- RMF Control
- SC-10
- Severity
- H
- CCI
- CCI-001133
- Version
- NAOT-SC-000001
- Vuln IDs
-
- V-246959
- Rule IDs
-
- SV-246959r769209_rule
Checks: C-50391r769207_chk
Use "system timeout show" to see the session timeout in minutes. If ONTAP does not terminate the connection associated with a device management session at the end of the session or after 10 minutes of inactivity, this is a finding.
Fix: F-50345r769208_fix
Configure ONTAP to timeout idle sessions after 10 minutes with "system timeout modify -timeout 10".
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001664
- Version
- NAOT-SC-000002
- Vuln IDs
-
- V-246960
- Rule IDs
-
- SV-246960r769212_rule
Checks: C-50392r769210_chk
Use "system services web show" to see if external web services is "true". If ONTAP cannot be configured to recognize only system-generated session identifiers, this is a finding.
Fix: F-50346r769211_fix
Configure ONTAP to recognize only system-generated session identifiers by "system services web modify -external false".
- RMF Control
- SC-23
- Severity
- M
- CCI
- CCI-001188
- Version
- NAOT-SC-000003
- Vuln IDs
-
- V-246961
- Rule IDs
-
- SV-246961r769215_rule
Checks: C-50393r769213_chk
Use "system services web show" to see if external web services is "true". If ONTAP cannot be configured to recognize only system-generated session identifiers, this is a finding.
Fix: F-50347r769214_fix
Configure ONTAP to generate unique session identifiers using a FIPS 140-2-approved random number generator by "system services web modify -external false".
- RMF Control
- SC-28
- Severity
- H
- CCI
- CCI-001199
- Version
- NAOT-SC-000004
- Vuln IDs
-
- V-246962
- Rule IDs
-
- SV-246962r769218_rule
Checks: C-50394r769216_chk
Use "security login show" to see all configured users and their roles. Use "security login role show -role admin" to see ONTAP administrator accounts with privileged access. If ONTAP cannot be configured to only allow authorized administrators to view or change the device configuration, system files, and other files stored either in the device or on removable media (such as a flash drive), this is a finding.
Fix: F-50348r769217_fix
Configure administrator accounts with privileged access with "security login create -user-or-group-name <user_name> -role admin".
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- NAOT-SC-000005
- Vuln IDs
-
- V-246963
- Rule IDs
-
- SV-246963r769221_rule
Checks: C-50395r769219_chk
Use "system services firewall policy show" to show firewall policies that are currently configured. If ONTAP cannot be configured to protect against known types of DoS attacks, this is a finding.
Fix: F-50349r769220_fix
Configure ONTAP against know types of DoS with the "system services firewall policy create" command. Apply the policy with the "network interface modify -lif lifname -firewall-policy" command.
- RMF Control
- SI-2
- Severity
- H
- CCI
- CCI-002605
- Version
- NAOT-SI-000001
- Vuln IDs
-
- V-246964
- Rule IDs
-
- SV-246964r769224_rule
Checks: C-50396r769222_chk
Use "cluster log-forwarding show" to see if remote syslogging of ONTAP is configured. If ONTAP cannot be configured to send log data to a central log server, this is a finding.
Fix: F-50350r769223_fix
Configure ONTAP for remote syslogging with "cluster log-forwarding create -destination <hostname_or_ip_address>".