AWS Command Line with MFA

This is a tutorial on how to setup your command line access to AWS while using multi-factor authentication. ...

March 31, 2023 · Andrew

Wazuh CloudTrail

How to setup CloudTrail and then inject it into Wazuh. ...

March 29, 2023 · Andrew

Wazuh Notifications

Configure Wazuh to send alerts when an alert is triggered. ...

March 29, 2023 · Andrew

AWS Access Token Age Checker

Python script that checks the age of AWS IAM access keys and disabled them if they are paste the defined expiration. It has been build in a way that can be automatically called in an AWS Lambda function. ...

March 28, 2023 · Andrew

AWS Cognito MFA

MFA is not configured by default when using the AWS Cognito web UI. The following script will setup a user account, setup MFA for the user, and return a temporary password. ...

March 28, 2023 · Andrew