auspex

auspex

#Network & Cloud#Cloud Security

Open-source tool for analyzing AWS temporary tokens to detect malicious activity.

Visit Website

auspex: A Graph-Based Tool for AWS Visualization

auspex is a graph-based tool designed to visualize effective access and resource relationships within AWS.

Understanding Policy Information Resolution

It resolves policy information to identify which actions impact specific resources, while considering how these actions can be combined to create potential attack paths.

Installation Instructions

Installation Usage Contributing License

For More Information, Check Out the

For additional details, please visit the awspx Wiki. Getting Started

For Detailed Installation Instructions, Usage, and FAQs

For comprehensive installation instructions, usage guidelines, and answers to frequently asked questions, please refer to the following sections: Setup; Data Collection and Exploration; and FAQs.

Installation Instructions for awspx

awspx can be installed on either Linux or macOS systems. In both cases, Docker is a necessary requirement. To begin the installation process, first clone the repository by executing the following command: git clone https://github.com/FSecureLABS/awspx.git Next, navigate into the cloned directory and run the INSTALL script with these commands: cd awspx && ./INSTALL Usage awspx has two primary components: the ingestor, which is responsible for collecting AWS account data, and the web interface, which provides a user-friendly way to interact with that data.