File: rule.yml

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (43 lines) | stat: -rw-r--r-- 1,336 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
documentation_complete: true


title: 'Ensure the default plugins for the audit dispatcher are Installed'

description: 'The audit-audispd-plugins package should be installed.'

rationale: 'Information stored in one location is vulnerable to accidental or incidental deletion or alteration. Off-loading is a common process in information systems with limited audit storage capacity.'

severity: medium

identifiers:
    cce@rhel9: CCE-89457-6
    cce@sle12: CCE-83033-1
    cce@sle15: CCE-85613-8
    cce@slmicro5: CCE-94096-5
    cce@slmicro6: CCE-94707-7

ocil_clause: 'the package is not installed'

references:
    hipaa: 164.308(a)(1)(ii)(D),164.308(a)(5)(ii)(C),164.310(a)(2)(iv),164.310(d)(2)(iii),164.312(b)
    nist@sle12: AU-4(1)
    pcidss: Req-10.5.3
    srg: SRG-OS-000342-GPOS-00133
    stigid@sle12: SLES-12-020070
    stigid@sle15: SLES-15-030670

template:
    name: package_installed
    vars:
        pkgname: audit-audispd-plugins
        pkgname@ubuntu2204: audispd-plugins
        pkgname@ubuntu2404: audispd-plugins
        pkgname@debian12: audispd-plugins
        pkgname@debian13: audispd-plugins

{{% if 'rhel' in product %}}
warnings:
    - general:
        This package is not available in {{{ full_name }}} [{{{ product }}}]. The correct package
        is called <pre>audispd-plugins</pre>.
{{% endif %}}