STIGQter STIGQter: STIG Summary: IBM AIX 7.x Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 23 Apr 2021:

AIX must not run any routing protocol daemons unless the system is a router.

DISA Rule

SV-215428r508663_rule

Vulnerability Number

V-215428

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

AIX7-00-003133

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Kill any routing protocol daemons by running the following command:
# ps -ef |egrep '(ospf|route|bgp|zebra|quagga|gate)' | grep -v egrep | awk -F " " '{print $2}' | while read pid;do kill $pid;done

Check Contents

Check for any running routing protocol daemons by running:
# ps -ef | egrep '(ospf|route|bgp|zebra|quagga|gate)'

If any routing protocol daemons are listed, this is a finding.

Vulnerability Number

V-215428

Documentable

False

Rule Version

AIX7-00-003133

Severity Override Guidance

Check for any running routing protocol daemons by running:
# ps -ef | egrep '(ospf|route|bgp|zebra|quagga|gate)'

If any routing protocol daemons are listed, this is a finding.

Check Content Reference

M

Target Key

4012

Comments