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
A tutorial demonstrating how to implement Kubernetes Engine security features to control application privileges through host access controls and network access policies.
A search engine for open Amazon S3 buckets and their contents, allowing users to search for files using keywords, filename extensions, and full path.
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 command-line security auditing tool that performs Lynis-based security assessments across AWS, GCP, Azure, and DigitalOcean cloud platforms.
FestIn discovers open S3 buckets associated with a domain using crawling and DNS reconnaissance techniques.
LambdaGuard is an AWS Lambda auditing tool that provides security configuration checks, statistical analysis, and service dependency mapping for serverless functions.
HAWK is a multi-cloud antivirus scanning API that uses CLAMAV and YARA engines to detect malware in AWS S3, Azure Blob Storage, and GCP Cloud Storage objects.
Collection of Kubernetes manifests creating pods with elevated privileges for security testing.
Kube-bench is a security assessment tool that validates Kubernetes deployments against CIS Kubernetes Benchmark standards through automated configuration checks.