Giter Club home page Giter Club logo

cms-ars-3.1-moderate-red-hat-enterprise-linux-7-stig-overlay's Introduction

cms-ars-3.1-moderate-red-hat-enterprise-linux-7-stig-overlay

InSpec profile overlay to validate the secure configuration of Red Hat Enterprise Linux 7 against DISA's Red Hat Enterprise Linux 7 STIG Version 1 Release 4 tailored for CMS ARS 3.1 for CMS systems categories as Moderate.

Based on the InSpec Profile baseline maintained by the SIMP Project

Getting Started

It is intended and recommended that InSpec and this profile overlay be run from a "runner" host (such as a DevOps orchestration server, an administrative management system, or a developer's workstation/laptop) against the target remotely over ssh.

For the best security of the runner, always install on the runner the latest version of InSpec and supporting Ruby language components.

Latest versions and installation options are available at the InSpec site.

Git is required to download the latest InSpec profiles using the instructions below. Git can be downloaded from the Git site.

Running This Overlay

When the "runner" host uses this profile overlay for the first time, follow these steps:

mkdir profiles
cd profiles
git clone https://github.com/CMSgov/cms-ars-3.1-moderate-red-hat-enterprise-linux-7-stig-overlay.git
git clone https://github.com/CMSgov/inspec-profile-disa_stig-el7.git
cd cms-ars-3.1-moderate-red-hat-enterprise-linux-7-stig-overlay
bundle install
cd ..
inspec exec cms-ars-3.1-moderate-red-hat-enterprise-linux-7-stig-overlay --attrs=<path_to_your_attributes_file/name_of_your_attributes_file.yml> cms-ars-3.1-moderate-red-hat-enterprise-linux-7-stig-overlay/static-attributes.yml --target=ssh://<your_target_host_name_or_ip_address> --user=<target_account_with_administrative_privileges> --password=<password_for_target_account> --reporter=cli json:<path_to_your_output_file/name_of_your_output_file.json> 

For every successive run, follow these steps to always have the latest version of this overlay and dependent profiles:

cd profiles/inspec-profile-disa_stig-el7
git pull
cd ../cms-ars-3.1-moderate-red-hat-enterprise-linux-7-stig-overlay
git pull
bundle install
cd ..
inspec exec cms-ars-3.1-moderate-red-hat-enterprise-linux-7-stig-overlay --attrs=<path_to_your_attributes_file/name_of_your_attributes_file.yml> cms-ars-3.1-moderate-red-hat-enterprise-linux-7-stig-overlay/static-attributes.yml --target=ssh://<your_target_host_name_or_ip_address> --user=<target_account_with_administrative_privileges> --password=<password_for_target_account> --reporter=cli json:<path_to_your_output_file/name_of_your_output_file.json> 

Long Running Controls

There are a few long running controls that take anywhere from 3 minutes to 10 minutes or more to run. In an ongoing or CI/CD pipelne this is not ideal. We have created an attribute in the profile to allow you to 'skip' these controls to account for situations.

The attrubute DISABLE_SLOW_CONTROLS (bool: false) can be set to true or false as needed in the attributes.yml file.

  • V-71849 (~3 minutes)
  • V-71855 (~3 minutes)
  • V-72037 (10+ minutes)

Viewing the JSON Results

The JSON results output file can be loaded into heimdall-lite for a user-interactive, graphical view of the InSpec results.

The JSON InSpec results file may also be loaded into a full heimdall server, allowing for additional functionality such as to store and compare multiple profile runs.

Authors

  • Eugene Aronne
  • Danny Haynes

Special Thanks

  • The SIMP Project Team
  • Aaron Lippold
  • Sam Cornwell

Contributing and Getting Help

To report a bug or feature request, please open an issue.

License

This is licensed under the Apache 2.0 license.

NOTICE

This software was produced for the U. S. Government under Contract Number HHSM-500-2012-00008I, and is subject to Federal Acquisition Regulation Clause 52.227-14, Rights in Data-General.

No other use other than that granted to the U. S. Government, or to those acting on behalf of the U. S. Government under that Clause is authorized without the express written permission of The MITRE Corporation.

For further information, please contact The MITRE Corporation, Contracts Management Office, 7515 Colshire Drive, McLean, VA 22102-7539, (703) 983-6000.

NOTICE

DISA STIGs are published by DISA IASE, see: https://iase.disa.mil/Pages/privacy_policy.aspx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.