The Arista router must be configured to have Internet Control Message Protocol (ICMP) mask replies disabled on all external interfaces.
An XCCDF Rule
Description
The ICMP supports IP traffic by relaying information about paths, routes, and network conditions. Routers automatically send ICMP messages under a wide variety of conditions. Mask Reply ICMP messages are commonly used by attackers for network mapping and diagnosis.
- ID
- SV-256033r882441_rule
- Version
- ARST-RT-000540
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Step 1: Disable ICMP mask replies on all external interfaces.
ip access-group DENY_ICMP_MASK_REPLY
deny icmp any any mask-reply
permit ip any any