Skip to content
/ toss-stig Public

Source code repository for TOSS operating system STIG

License

Notifications You must be signed in to change notification settings

LLNL/toss-stig

Repository files navigation

TOSS STIG

Source code repository for the TOSS STIG.

The STIG content files can be downloaded from DISA's website: https://public.cyber.mil/stigs/downloads/

For the Ansible playbook that implements this stig, see the ansible directory.

Log Format

In to Elastic Common Schema (ECS). Something like:

{
    "stig": {
        "name": "toss4",
        "controls": {
            "toss-04-1": {
                "outcome": "success"
            },
            "toss-04-2": {
                "outcome": "success"
            },
            "toss-04-3": {
                "outcome": "failure",
                "reason": "blah"
            },
            "toss-04-4": {
                "outcome": "success"
            },
        }
    }
}

License

Scraper is released under the Apache 2.0 w/ LLVM Exception license. For more details see the LICENSE file.

LLNL-CODE-843196

About

Source code repository for TOSS operating system STIG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages