
Proof-of-concept app to overwrite fonts on iOS using CVE-2022-46689.
This cdk package installs a Lambda function, with an associated IAM role, and subscribes the Lambda function to Control Tower aggregate security notifications. In the event of a Control Tower rule violation (e.g. publicly accessible S3 bucket), the Lambda sends a notification to a web hook.
To enable the notifications on a mac or linux, run the install.sh script as an administrative user.
The script takes 3 parameters
sample command line:
. install.sh 123456789012 https://mywebhookURL ALL_RULES
To enable the notifications on a windows machine, from install.ps1 from a powershell window.
The script takes 3 parameters
Sample command line:
.\install.ps1 -AWSAduitAccountNumber '123456789012' -WebHookURL 'https://mywebhookURL.com/' -RuleFilter ALL_RULES