LambdaGuard is an event-driven, serverless computing platform provided by Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code.
LambdaGuard is an AWS Lambda auditing tool designed to create asset visibility and provide actionable results. It provides a meaningful overview in terms of statistical analysis, AWS service dependencies and configuration checks from the security perspective.
pip3 install lambdaguard
From Github
git clone https://github.com/Skyscanner/lambdaguard
cd lambdaguard
sudo make install
You will need a set of AWS access keys and permissions to run LambdaGuard.
make aws
lambdaguard --help
lambdaguard --function arn:aws:lambda:function
lambdaguard --input function-arns.txt
lambdaguard --output /tmp/lambdaguard
lambdaguard --profile LambdaGuardProfile
lambdaguard --keys ACCESS_KEY_ID SECRET_ACCESS_KEY
lambdaguard --region eu-west-1
lambdaguard --verbose
make sonarqube
lambdaguard --sonarqube config.json
Config should have the following format:
{
“command”: “sonar-scanner -X”,
“url”: “http://localhost:9000”,
“login”: “admin”,
“password”: “admin”
}
make -B clean
make dev
. dev/bin/activate
make install-dev
make test
Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…
Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…
The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…
Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…
Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…
PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…