STIGhubSTIGhub
STIGsSearchCompareAbout

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • VPAT
  • DISA STIG Library
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Amazon Linux 2023 Security Technical Implementation Guide

V-274035

CAT II (Medium)

Amazon Linux 2023 must have the packages required for encrypting off-loaded audit logs installed.

Rule ID

SV-274035r1120093_rule

STIG

Amazon Linux 2023 Security Technical Implementation Guide

Version

V1R3

CCIs

CCI-000803

Discussion

Unapproved mechanisms used for authentication to the cryptographic module are not verified and therefore, cannot be relied upon to provide confidentiality or integrity, and DOD data may be compromised. Operating systems utilizing encryption are required to use FIPS-compliant mechanisms for authenticating to cryptographic modules. FIPS 140-2/140-3 is the current standard for validating that mechanisms used to access cryptographic modules utilize authentication that meets DOD requirements. This allows for Security Levels 1, 2, 3, or 4 for use on a general purpose computing system.

Check Content

Verify Amazon Linux 2023 has the rsyslog-openssl package installed with the following command:

$ dnf list --installed rsyslog-openssl
Installed Packages
rsyslog-openssl.x86_64          8.2204.0-3.amzn2023.0.4          @amazonlinux

If the "rsyslog-openssl" package is not installed, this is a finding.

Fix Text

Configure Amazon Linux 2023 to have the rsyslog-openssl package installed with the following command:

$ sudo dnf install -y rsyslog-openssl