TrailGuide is a open source AWS cloud security solution for developers who need their cloud security reassured.
We built TrailGuide because we are passionate in solving the data overloading problem in the cloud. Join us!
- Track key management events: Quickly view events related to creating, modifying, or deleting AWS resources.
- Visualize CloudTrail data: Present data in easy-to-read formats, such as pie charts for event distribution and heatmaps for geographical IP access.
- Analyze recent events based on various criteria, such as IP addresses, event types, associated users, and timestamps.
Every single part is fully open source! Fork it, extend it, or deploy it to your own server.
- Make sure you have docker installed
- Create your compose.yml file
- (see our starter version in Docker Hub, or copy the one from this repo )
- run
docker compose up
on the command line
- Use the signup link to create user
- Login
- Copy paste the aws credentials in the fields in the profile
Omnivore takes advantage of some great open source software:
- TypeScript - Most of our backend and frontend are written in TypeScript.
- PostgreSQL- For managing complex queries and storing event data, PostgreSQL is our go-to. Its reliability and performance are key to managing and analyzing extensive data, enhancing the robustness of our monitoring and analytics features.
- Docker- Thanks to Docker, deploying our platform is seamless and consistent, whether locally or on the cloud. Docker allows us to containerize our ML models and backend services, ensuring reliable and scalable performance for our users.
- AWS- AWS forms the backbone of TrailGuide, providing the infrastructure and data streams that allow us to offer real-time monitoring and security insights for AWS environments. CloudTrail logs enable us to dive deep into user activity and detect anomalies as they happen.
- Scikit-learn- TrailGuide’s anomaly detection thrives with Scikit-learn's Isolation Forest, enabling real-time detection of unusual activity in CloudTrail logs with efficiency and accuracy.
- And many more awesome libraries, just checkout our package files to see what we are using.
TraildeGuide is written in TypeScript and JavaScript.