SV-239961r666289_rule
V-239961
SRG-NET-000148-VPN-000540
CASA-VN-000310
CAT II
10
Configure the VPN Gateway to authenticate all peers before establishing a connection.
ASA1(config)# tunnel-group x.x.x.x type ipsec-l2l
ASA1(config)# tunnel-group x.x.x.x ipsec-attributes
ASA1(config-tunnel-ipsec)# ikev2 remote-authentication pre-shared-key xxxxxxx
ASA1(config-tunnel-ipsec)# ikev2 local-authentication pre-shared-key xxxxxxx
ASA1(config-tunnel-ipsec)# end
Note: The password complexity of pre-shared keys must be in compliance with NIST SP 800-53 control IA-5.
Verify the VPN Gateway authenticate all peers before establishing a connection as shown in the example below.
tunnel-group x.x.x.x type ipsec-l2l
tunnel-group x.x.x.x ipsec-attributes
ikev2 remote-authentication pre-shared-key *****
ikev2 local-authentication pre-shared-key *****
Note: Authentication can be either pre-shared key or certificate.
If the VPN Gateway does not uniquely identify and authenticate all peers establishing a connection, this is a finding.
V-239961
False
CASA-VN-000310
Verify the VPN Gateway authenticate all peers before establishing a connection as shown in the example below.
tunnel-group x.x.x.x type ipsec-l2l
tunnel-group x.x.x.x ipsec-attributes
ikev2 remote-authentication pre-shared-key *****
ikev2 local-authentication pre-shared-key *****
Note: Authentication can be either pre-shared key or certificate.
If the VPN Gateway does not uniquely identify and authenticate all peers establishing a connection, this is a finding.
M
5344