Example Usage
# installation
cargo install cloudcheck
# lookup command
cloudcheck lookup 8.8.8.8
# output:
[
{
"name": "Google",
"tags": ["cloud"],
"short_description": "A suite of cloud computing services provided by Google",
"long_description": "Google Cloud Platform provides infrastructure, platform, and software services for businesses and developers"
}
]
cloudcheck lookup asdf.amazon.com
# output:
[
{
"name": "Amazon",
"tags": ["cloud"],
"short_description": "A comprehensive cloud computing platform provided by Amazon",
"long_description": "Amazon Web Services offers infrastructure services, storage, and computing power"
}
]
# serve command - start REST API server
cloudcheck serve
# Server listening on http://127.0.0.1:8080
# Swagger UI available at http://127.0.0.1:8080/swagger-ui
# OpenAPI spec available at http://127.0.0.1:8080/api-docs/openapi.json
# serve with custom host and port
cloudcheck serve --host 0.0.0.0 --port 3000
See also
awesome-osint-arsenal
Open Source
Kali
🔍 Curated OSINT & recon toolkit for Kali Linux — 100+ tools, one-command installer, covering SOCMINT…
httpx
Open Source
Kali
Fast and multi-purpose HTTP toolkit from ProjectDiscovery. Probes hosts for live web services, extra…
xurlfind3r
Open Source
A command-line utility designed to discover URLs for a given domain in a simple, efficient way. It w…
airecon
Open Source
AIRecon is an autonomous cybersecurity agent that combines a self-hosted Large Language Model (Ollam…
EyeWitness
Open Source
Kali
Takes screenshots of web pages, RDP, and VNC services. Reports on default credentials and interestin…
Shodan
Freemium
Search engine for internet-connected devices. Finds exposed servers, webcams, ICS/SCADA systems, dat…