{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/5"}],"enrichment":{"capability":"Identifies whether an IP address or hostname belongs to a cloud provider by querying a daily-updated database of cloud provider signatures, domains, and CIDR ranges.","skillfed_tags":["cloud-detection","security-reconnaissance","ip-lookup"],"use_cases":["Identify cloud infrastructure during security reconnaissance or penetration testing to filter out cloud-hosted targets","Validate whether discovered IPs or domains belong to known cloud providers in automated scanning workflows","Build a REST API service to expose cloud provider lookups to other tools or teams via HTTP","Enrich security logs or threat intelligence feeds by tagging IPs/domains with their cloud provider affiliation"],"what_it_does":"CloudCheck is a Python library (with Rust bindings) that determines whether a given IP address or hostname belongs to a cloud provider. It maintains a database of cloud provider signatures\u2014domains, CIDR ranges, and ASNs\u2014that is updated daily via CI/CD pipelines. The library fetches domain data from the v2fly community repository and CIDR data from ASNDB, covering 60 cloud providers including major players like AWS, Google Cloud, Azure, and regional providers. It exposes both an async Python API and a REST server interface.\n\nThe package is designed for security and reconnaissance workflows, particularly within the BBOT reconnaissance framework ecosystem. It handles IP and hostname lookups asynchronously, supports custom signature sources and retry configuration, and provides structured output identifying the cloud provider and associated metadata (name, tags, descriptions). The library requires Python 3.10+ and has no external runtime dependencies, making it straightforward to integrate into existing Python applications.","worth_installing":"Yes, if you need reliable cloud provider identification. The package is actively maintained, has no security vulnerabilities, covers 60 providers with daily-updated signatures, and integrates cleanly into Python workflows. The async API and optional REST server make it flexible for both library and service use cases. Install friction is moderate but manageable for modern Python environments (3.10+)."},"id":"cloudcheck","links":{"html":"https://skillfed.io/packages/cloudcheck","md":"https://skillfed.io/packages/cloudcheck.md","pypi":"https://pypi.org/project/cloudcheck/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-24","license_spdx":null,"license_treatment":"unclear","name":"cloudcheck","python_support":"supports_current","summary":"Detailed database of cloud providers. Instantly look up a domain or IP address"},"popularity":{"monthly_downloads":94401,"position":13329,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"11.1.0"}
