Chef InSpec
Compliance by design
Chef InSpec can be used for
Codify agreements
Add context to your tests
Apply to all systems
control 'sshd-21' do
title 'Set SSH Protocol to 2'
desc 'A detailed description'
impact 1.0 # This is critical ref 'compliance guide, section 2.1'
describe sshd_config do
its('Protocol') { should cmp 2 }
end
endGet started in 3 simple steps
Write the test
Run the test
See the results
Self-learning tutorials
Community tutorials
InSpec highlights from our Blog
Testing Windows DNS SIGRed Vulnerability with Chef InSpec

Cyber Security for Australian Government, National Critical Infrastructure providers and Enterprise using Chef Compliance

Automating MAS Technology Risk Management (TRM) Guidelines using Chef InSpec
Wondering how Chef InSpec might work for your team?
Last updated