File: shared.yml

package info (click to toggle)
scap-security-guide 0.1.76-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 110,644 kB
  • sloc: xml: 241,883; sh: 73,777; python: 32,527; makefile: 27
file content (29 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
srg_requirement: |-
    {{{ full_name }}} audit package must be installed.

vuldiscussion: |-
    Without establishing what type of events occurred, the source of events, where events occurred, and the outcome of events, it would be difficult to establish, correlate, and investigate the events leading up to an outage or attack.

    Audit record content that may be necessary to satisfy this requirement includes, for example, time stamps, source and destination addresses, user/process identifiers, event descriptions, success/fail indications, filenames involved, and access control or flow control rules invoked.

    Associating event types with detected events in audit logs provides a means of investigating an attack, recognizing resource utilization or capacity thresholds, or identifying an improperly configured {{{ full_name }}} system.



checktext: |-
    Verify that the {{{ full_name }}} audit service package is installed.

    Check that the audit service package is installed with the following command:

    $ sudo dnf list --installed audit

    Example output:

    audit-3.0.7-101.el9_0.2.x86_64

    If the "audit" package is not installed, this is a finding.

fixtext: |-
    Install the audit service package (if the audit service is not already installed) with the following command:

    $ sudo dnf install audit