A simple tool to check if an IP/hostname belongs to the AWS IP space or not
onaws onaws is a simple tool to check if an IP/hostname belongs to the AWS IP space or not. It uses the AWS IP address ranges data published by AWS to perform the search. Continuous recon of assets Gathering assets using a specific service (e.g. EC2) Finding region information for S3 buckets … etc. Install pip install onaws Usage Given an IP: onaws 52.219.47.34 Given a hostname: A domain or subdomain can be passed as input: onaws example.com You may […]
Read more