File: group.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 (21 lines) | stat: -rw-r--r-- 957 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
documentation_complete: true

title: 'Warning Banners for System Accesses'

description: |-
    Each system should expose as little information about
    itself as possible.
    <br /><br />
    System banners, which are typically displayed just before a
    login prompt, give out information about the service or the host's
    operating system. This might include the distribution name and the
    system kernel version, and the particular version of a network
    service. This information can assist intruders in gaining access to
    the system as it can reveal whether the system is running
    vulnerable software. Most network services can be configured to
    limit what information is displayed.
    <br /><br />
    Many organizations implement security policies that require a
    system banner provide notice of the system's ownership, provide
    warning to unauthorized users, and remind authorized users of their
    consent to monitoring.