Details
Auditing and logging are key components of any security architecture. It is essential for security personnel to know what is being done or attempted to be done, and by whom, to compile an accurate risk assessment. Auditing the actions on network devices provides a means to recreate an attack or identify a configuration mistake on the device.
Solution
Configure ACLs to log packets that are dropped as shown in the example below:
SW1(config)#ip access-list extended INGRESS_FILTER
…
…
…
SW1(config-ext-nacl)#deny ip any any log
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Audit and Accountability.This control applies to the following type of system Cisco.
References
- 800-53|AU-3
- CAT|III
- CCI|CCI-000134
- Rule-ID|SV-220436r622190_rule
- STIG-ID|CISC-RT-000200
- STIG-Legacy|SV-110719
- STIG-Legacy|V-101615
- Vuln-ID|V-220436