SV-214528r557389_rule
V-214528
SRG-NET-000213-ALG-000107
JUSX-AG-000105
CAT II
10
Add or update the session inactivity timeout for communications sessions to 900 seconds or less.
Examples:
[edit]
set applications application <application-name> term 1 protocol udp inactivity-timeout 900
set applications application junos-http inactivity-timeout 900
Or
Create a service that matches any TCP/UDP:
[edit]
set applications application TCP-ALL source-port 1-65535 destination-port 1-65535 protocol tcp inactivity-timeout 900
Note: When pre-defined applications are used in firewall policies, the timeout value must be set in the policy stanza.
Check both the applications and protocols to ensure session inactivity timeout for communications sessions is set to 900 seconds or less.
First get a list of security policies, then enter the show details command for each policy-name found.
[edit]
show security policies
show security policy <policy-name> details
Example:
Application: any
IP protocol: 0, ALG: 0, Inactivity timeout: 0
Verify an activity timeout is configured for either "any" application or, at a minimum, the pre-defined applications (i.e., application names starting with junos-).
To verify locally created applications, first get a list of security policies, then enter the show details command for each policy-name found.
[edit]
Show applications
show applications application <application-name>
If an inactivity timeout value of 900 seconds or less is not set for each locally created application and pre-defined applications, this is a finding.
V-214528
False
JUSX-AG-000105
Check both the applications and protocols to ensure session inactivity timeout for communications sessions is set to 900 seconds or less.
First get a list of security policies, then enter the show details command for each policy-name found.
[edit]
show security policies
show security policy <policy-name> details
Example:
Application: any
IP protocol: 0, ALG: 0, Inactivity timeout: 0
Verify an activity timeout is configured for either "any" application or, at a minimum, the pre-defined applications (i.e., application names starting with junos-).
To verify locally created applications, first get a list of security policies, then enter the show details command for each policy-name found.
[edit]
Show applications
show applications application <application-name>
If an inactivity timeout value of 900 seconds or less is not set for each locally created application and pre-defined applications, this is a finding.
M
4004