SV-214529r559708_rule
V-214529
SRG-NET-000362-ALG-000112
JUSX-AG-000120
CAT I
10
The following example commands configure security screens under a profile named untrust-screen. Screen options, with configurable thresholds may be customized to minimize/prevent operational impact on traffic performance.
[edit]
set security screen ids-option <zone-name> <screen name> <option name> <value>
Based on 800-53 requirements and vendor recommendations, the following DoS screens are required, at a minimum, for use in DoD configurations.
set security screen ids-option untrust-screen icmp ip-sweep threshold 1000
set security screen ids-option untrust-screen tcp port-scan threshold 1000
set security screen ids-option untrust-screen tcp syn-flood alarm-threshold 1000
set security screen ids-option untrust-screen tcp syn-flood attack-threshold 1100
set security screen ids-option untrust-screen tcp syn-flood source-threshold 100
set security screen ids-option untrust-screen tcp syn-flood destination-threshold 2048
set security screen ids-option untrust-screen tcp syn-flood timeout 20
set security screen ids-option untrust-screen udp flood threshold 5000
set security screen ids-option untrust-screen udp udp-sweep threshold 1000
To enable screen protection, the screen profile must be associated with individual security zones using the following command. Recommend assigning "untrust-screen" profile name to the default zone named "untrust".
[edit]
set security zone security-zone <zone-name> screen <screen-profile>
Example: set security zones security-zone untrust screen untrust-screen
Run the following command to see the screen options currently configured:
[edit]
show security screen ids-option
show security zone match "screen"
If security screens are not configured or if the security zone is not configured with screen options, this is a finding.
V-214529
False
JUSX-AG-000120
Run the following command to see the screen options currently configured:
[edit]
show security screen ids-option
show security zone match "screen"
If security screens are not configured or if the security zone is not configured with screen options, this is a finding.
M
4004