CloudTrail Partitioner is a tool that automates the setup and management of partitioned Amazon Athena tables for AWS CloudTrail logs. The tool creates partitioned tables for each AWS account in the format cloudtrail_000000000000 and generates a unified view that combines all account tables. The solution includes automated nightly partition updates through a CDK (Cloud Development Kit) application that runs at 0600 UTC daily. When deployed manually, it creates 90 days of historical partitions, while the automated nightly process creates partitions for the current day and the following day. The tool is designed to improve query performance and cost efficiency when analyzing CloudTrail logs in Athena by organizing data into time-based partitions. It supports multi-account environments by creating separate tables for each account while providing a consolidated view for cross-account analysis. The project is based on Alex Smolen's work on partitioning CloudTrail logs and is suitable for organizations with moderate CloudTrail log volumes (up to approximately 100GB). For larger scale deployments, the creator recommends using the cloudtrail-parquet-glue project which addresses scalability limitations.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
S3Scanner is an open-source tool that scans S3 buckets across S3-compatible APIs to identify misconfigurations and security vulnerabilities.
A setuid implementation of user namespaces that enables running unprivileged containers without root privileges as a secure alternative to traditional container runtimes.
CloudSploit by Aqua is an open-source multi-cloud security scanning tool that detects security risks and compliance issues across AWS, Azure, GCP, OCI, and GitHub platforms.
A deprecated Kubernetes workload policy enforcement tool that helped secure multi-tenant clusters through various security policies and configurations.
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 tutorial demonstrating how to implement Kubernetes Engine security features to control application privileges through host access controls and network access policies.
FestIn discovers open S3 buckets associated with a domain using crawling and DNS reconnaissance techniques.
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.
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.