gVisor is an application kernel written in Go that implements a substantial portion of the Linux system surface to provide container isolation. The tool includes an Open Container Initiative (OCI) runtime called runsc that creates an isolation boundary between applications and the host kernel. This runtime integrates with Docker and Kubernetes environments to enable sandboxed container execution. Unlike traditional containers that share the host kernel directly, gVisor acts as an intermediary application kernel that limits the host kernel surface accessible to containerized applications. The system runs as a normal process on the host while providing applications access to expected Linux features. gVisor addresses container security concerns by implementing Linux system calls through its own kernel rather than passing them directly to the host kernel. This approach reduces the attack surface and provides additional isolation beyond standard container mechanisms. The tool does not require fixed physical resources and leverages existing host kernel functionality while maintaining compatibility with standard container orchestration platforms.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.
FestIn discovers open S3 buckets associated with a domain using crawling and DNS reconnaissance techniques.
TerraGoat is a deliberately vulnerable Terraform repository that demonstrates common cloud infrastructure misconfigurations for training and testing security tools.
A setuid implementation of user namespaces that enables running unprivileged containers without root privileges as a secure alternative to traditional container runtimes.
Collection of Kubernetes manifests creating pods with elevated privileges for security testing.
Cloudmarker is a configurable cloud monitoring tool and framework that audits Azure and GCP environments by retrieving, analyzing, and alerting on cloud security data.
KICS is an open-source Infrastructure as Code security scanner that detects vulnerabilities and misconfigurations through customizable queries and integrates with CI/CD pipelines.
A command-line security auditing tool that performs Lynis-based security assessments across AWS, GCP, Azure, and DigitalOcean cloud platforms.
A Docker security vulnerability where disabling inter-container communication (ICC) fails to block raw ethernet frames, allowing unexpected data transfer between containers via raw sockets.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.