AIX must implement a remote syslog server that is documented using site-defined procedures.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-215312 | AIX7-00-002131 | SV-215312r991589_rule | CCI-000366 | medium |
| Description | ||||
| If a remote log host is in use and it has not been justified and documented, sensitive information could be obtained by unauthorized users without the administrator’s knowledge. Satisfies: SRG-OS-000480-GPOS-00227, SRG-OS-000342-GPOS-00133, SRG-OS-000479-GPOS-00224 | ||||
| STIG | Date | |||
| IBM AIX 7.x Security Technical Implementation Guide | 2024-08-16 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-6
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.4.1
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.4.2
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000366
1.00
- DISA · 3 · disa_xccdf · related
Details
Check Text (C-215312r991589_chk)
Examine the "syslog.conf" file for any references to remote log hosts using command:
# grep -v "^#" /etc/syslog.conf | grep '@'
@<loghost>
Ask ISSO/SA for a list of valid remote syslog servers justified and documented using site-defined procedures.
Destination locations beginning with "@" represent log hosts. If the log host name is a local alias, such as log host, consult the "/etc/hosts" or other name databases as necessary to obtain the canonical name or address for the log host. Determine if the host referenced is a syslog host documented using site-defined procedures.
If a loghost is not defined, not documented, or is commented out this is a finding.
Fix Text (F-16508r294388_fix)
Edit the /etc/syslog.conf file to include a documented and approved remote log host.