SV-254026r945862_rule
V-254026
SRG-NET-000230-RTR-000002
JUEX-RT-000540
CAT II
10
Configure all eBGP routers with unique keys for each eBGP neighbor that it peers with.
set security ipsec security-association <sa name> manual direction bidirectional protocol esp
set security ipsec security-association <sa name> manual direction bidirectional spi <SPI value>
set security ipsec security-association <sa name> manual direction bidirectional authentication algorithm hmac-sha-256-128
set security ipsec security-association <sa name> manual direction bidirectional authentication key ascii-text <PSK value>
set protocols bgp group <group name> type external
set protocols bgp group <group name> local-as <local AS number>
set protocols bgp group <group name> neighbor <neighbor 1 address> authentication-key <PSK value>
set protocols bgp group <group name> neighbor <neighbor 2 address> ipsec-sa test
Interview the ISSM and router administrator to determine if unique keys are being used.
[edit security ipsec]
security-association <sa name> {
manual {
direction bidirectional {
protocol esp;
spi <SPI value>;
authentication {
algorithm hmac-sha-256-128;
key ascii-text "$8$aes256-gcm$hmac-sha2-256$100$SpJ/ERRFEsc$y1Wqf1zM3d3xI+ZVB9WzTw$lgM06LJZN3FcVbTaSkDz4g$bZVi57MkUWg"; ## SECRET-DATA
}
}
}
}
[edit protocols bgp]
group <group name> {
type external;
local-as <local AS number>;
neighbor <neighbor 1 address> {
authentication-key "$8$aes256-gcm$hmac-sha2-256$100$cFQ99Gy83Og$SCMVXvnfna7/cZqH9fCECQ$bCVokm+es94xFJONmbKFNA$4561Uc/r"; ## SECRET-DATA
}
neighbor <neighbor 2 address> {
ipsec-sa <sa name>;
}
}
Note: Juniper BGP routers support either an MD5 key, rotating MD5 keys, or an IPsec security association (SA). Verify the PSK for each MD5 and SA is different between all neighbors.
If unique keys are not being used, this is a finding.
V-254026
False
JUEX-RT-000540
Interview the ISSM and router administrator to determine if unique keys are being used.
[edit security ipsec]
security-association <sa name> {
manual {
direction bidirectional {
protocol esp;
spi <SPI value>;
authentication {
algorithm hmac-sha-256-128;
key ascii-text "$8$aes256-gcm$hmac-sha2-256$100$SpJ/ERRFEsc$y1Wqf1zM3d3xI+ZVB9WzTw$lgM06LJZN3FcVbTaSkDz4g$bZVi57MkUWg"; ## SECRET-DATA
}
}
}
}
[edit protocols bgp]
group <group name> {
type external;
local-as <local AS number>;
neighbor <neighbor 1 address> {
authentication-key "$8$aes256-gcm$hmac-sha2-256$100$cFQ99Gy83Og$SCMVXvnfna7/cZqH9fCECQ$bCVokm+es94xFJONmbKFNA$4561Uc/r"; ## SECRET-DATA
}
neighbor <neighbor 2 address> {
ipsec-sa <sa name>;
}
}
Note: Juniper BGP routers support either an MD5 key, rotating MD5 keys, or an IPsec security association (SA). Verify the PSK for each MD5 and SA is different between all neighbors.
If unique keys are not being used, this is a finding.
M
5479