TrailBlazer is a Python-based tool designed to analyze AWS CloudTrail logging behavior by systematically testing API calls across AWS services. The tool uses the boto3 SDK to enumerate available AWS services and regions, then explores the complete function set for each service to determine which API calls are logged by CloudTrail and how they appear in the logs. TrailBlazer bypasses boto3 client-side validation to send requests with missing or invalid parameters, allowing it to test API calls that would normally be blocked before reaching AWS services. When API calls require no parameters, the tool sends completely valid requests. For calls requiring parameters, it sends intentionally malformed requests that generate "Invalid Parameters" or "Unauthorized" responses in CloudTrail logs. The tool can function as both an analysis framework for understanding CloudTrail coverage and as an attack simulation platform for testing detection capabilities. It provides insights into the inconsistencies in CloudTrail logging across different AWS services and API endpoints.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
LambdaGuard is an AWS Lambda auditing tool that provides security configuration checks, statistical analysis, and service dependency mapping for serverless functions.
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.
A framework for analyzing container images, running scripts inside containers, and gathering information for static analysis and policy enforcement.
Collection of Kubernetes manifests creating pods with elevated privileges for security testing.
A community-driven repository of pre-built security analytics queries and rules for monitoring and detecting threats in Google Cloud environments across various log sources and activity types.
KICS is an open-source Infrastructure as Code security scanner that detects vulnerabilities and misconfigurations through customizable queries and integrates with CI/CD pipelines.
Cloudmarker is a configurable cloud monitoring tool and framework that audits Azure and GCP environments by retrieving, analyzing, and alerting on cloud security data.
A setuid implementation of user namespaces that enables running unprivileged containers without root privileges as a secure alternative to traditional container runtimes.
TerraGoat is a deliberately vulnerable Terraform repository that demonstrates common cloud infrastructure misconfigurations for training and testing security tools.
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.