Check: RCKS-RTR-000750
RUCKUS ICX Router STIG:
RCKS-RTR-000750
(in version v1 r1)
Title
The RUCKUS ICX perimeter router must be configured to only allow incoming communications from authorized sources to be routed to authorized destinations. (Cat II impact)
Discussion
Unrestricted traffic may contain malicious traffic that poses a threat to an enclave or to other connected networks. Additionally, unrestricted traffic may transit a network, which uses bandwidth and other resources. Traffic can be restricted directly by an access control list (ACL), which is a firewall function, or by Policy Routing. Policy Routing is a technique used to make routing decisions based on a number of different criteria other than just the destination network, including source or destination network, source or destination address, source or destination port, protocol, packet size, and packet classification. This overrides the router's normal routing procedures used to control the specific paths of network traffic. It is normally used for traffic engineering but can also be used to meet security requirements; for example, traffic that is not allowed can be routed to the Null0 or discard interface. Policy Routing can also be used to control which prefixes appear in the routing table. This requirement is intended to allow network administrators the flexibility to use whatever technique is most effective.
Check Content
This requirement is not applicable for the DODIN Backbone. Review the router configuration to determine if the router allows only incoming communications from authorized sources to be routed to authorized destinations. The example below allows inbound NTP from server x.1.12.9 only to host x.12.1.21: ip access-list extended FILTER_PERIMETER sequence 10 permit tcp any any established sequence 20 permit udp host x.12.1.9 host x.12.1.21 eq ntp ... sequence 30 deny ip any any log ! interface ethernet x/x/x ip access-group FILTER_PERIMETER in logging enable If the router does not restrict incoming communications to allow only authorized sources and destinations, this is a finding.
Fix Text
This requirement is not applicable for the DODIN Backbone. Configure the router to allow only incoming communications from authorized sources to be routed to authorized destinations. ICX(config)#ip access ext FILTER_PERIMETER ICX(config-ext-ipacl-FILTER_PERIMETER)#permit tcp any any established ICX(config-ext-ipacl-FILTER_PERIMETER)#permit udp host x.12.1.9 host x.12.1.21 eq ntp ... ICX(config-ext-ipacl-FILTER_PERIMETER)#deny ip any any log ICX(config)#interface ethernet x/x/x ICX(config-if-e10000-x/x/x)#ip access-group FILTER_PERIMETER in logging enable
Additional Identifiers
Rule ID: SV-273642r1110944_rule
Vulnerability ID: V-273642
Group Title: SRG-NET-000364-RTR-000109
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-002403 |
Only allow incoming communications from organization-defined authorized sources routed to organization-defined authorized destinations. |
Controls
Number | Title |
---|---|
SC-7(11) |
Restrict Incoming Communications Traffic |