oscap: msg: "xccdf-result",
scan-id: "0511501453180",
content: "ssg-ubuntu-1604-ds.xml",
title: "Install the ntp service",
id: "xccdf_org.ssgproject.content_rule_package_ntp_installed",
result: "fail",
severity: "high",
description: "The ntpd service should be installed.",
rationale: "Time synchronization (using NTP) is required by almost all network and administrative tasks (syslog, cryptographic based services (authentication, etc.), etc.). Ntpd is regulary maintained and updated, supporting security features such as RFC 5906." references: "AU-8(1) (http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r4.pdf), 160 (http://iase.disa.mil/stigs/cci/Pages/index.aspx), Req-10.4 (https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-1.pdf), NT012(R03) (http://www.ssi.gouv.fr/administration/bonnes-pratiques/)", identifiers: "CCE- (https://nvd.nist.gov/cce/index.cfm)",
oval-id: "oval:ssg-package_ntp_installed:def:1",
benchmark-id: "xccdf_org.ssgproject.content_benchmark_UBUNTU-XENIAL",
profile-id: "xccdf_org.ssgproject.content_profile_common",
profile-title: "Common Profile for General-Purpose Ubuntu Systems".
<Rule id="xccdf_org.ssgproject.content_rule_package_ntp_installed" selected="false" severity="high">
<title xml:lang="en-US">Install the ntp service</title>
<description xml:lang="en-US">
The ntpd service should be installed.
</description>
<reference href="http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r4.pdf">AU-8(1)</reference>
<reference href="http://iase.disa.mil/stigs/cci/Pages/index.aspx">160</reference>
<reference href="https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-1.pdf">Req-10.4</reference>
<reference href="http://www.ssi.gouv.fr/administration/bonnes-pratiques/">NT012(R03)</reference>
<rationale xml:lang="en-US">
Time synchronization (using NTP) is required by almost all network and administrative tasks (syslog, cryptographic based services (authentication, etc.), etc.). Ntpd is regulary maintained and updated, supporting security features such as RFC 5906.
</rationale>
<ident system="https://nvd.nist.gov/cce/index.cfm">CCE-</ident>
<fix system="urn:xccdf:fix:script:sh" id="package_ntp_installed" complexity="low" disruption="low" reboot="false" strategy="disable"># Include source function library.
apt-get install ntp
</fix>
<check system="http://oval.mitre.org/XMLSchema/oval-definitions-5">
<check-content-ref name="oval:ssg-package_ntp_installed:def:1" href="ssg-ubuntu1604-oval.xml"/>
</check>
</Rule>
<definition class="compliance" id="oval:ssg-package_ntp_installed:def:1" version="1">
<metadata>
<title>Package ntp Installed</title>
<affected family="unix">
<platform>Ubuntu 1604</platform>
</affected>
<description>The DEB package ntp should be installed.</description>
<reference ref_id="package_ntp_installed" source="ssg"/>
</metadata>
<criteria>
<criterion comment="package ntp is installed" test_ref="oval:ssg-test_package_ntp_installed:tst:1"/>
</criteria>
</definition>
<linux:dpkginfo_test check="all" check_existence="all_exist" id="oval:ssg-test_package_ntp_installed:tst:1" version="1" comment="package ntp is installed">
<linux:object object_ref="oval:ssg-obj_package_ntp_installed:obj:1"/>
</linux:dpkginfo_test>
<linux:dpkginfo_object id="oval:ssg-obj_package_ntp_installed:obj:1" version="1">
<linux:name>ntp</linux:name>
</linux:dpkginfo_object>