├── .gitignore ├── README.md ├── ServiceTags_Public.json ├── cloud_detective.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slayer0x/Cloud-Detective/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slayer0x/Cloud-Detective/HEAD/README.md -------------------------------------------------------------------------------- /ServiceTags_Public.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slayer0x/Cloud-Detective/HEAD/ServiceTags_Public.json -------------------------------------------------------------------------------- /cloud_detective.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slayer0x/Cloud-Detective/HEAD/cloud_detective.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | dnspython 2 | rich 3 | --------------------------------------------------------------------------------