Hostname
prometeo-dev.com
Last fetched
prometeo-dev.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
prometeo-dev.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of prometeo-dev.com owner
- Contact emails
- 0884fd85-c67a-49e8-b62a-b229bb674b2b@identity-protect.org
- 16c67b67-51ce-4b53-8ce2-3c50f7068e23@identity-protect.org
- 19652e44-30f5-4205-9936-f10c7c7a4623@identity-protect.org
- 4a56575b-c826-4862-9e43-fcc8c4321eb5@identity-protect.org
- 5a1569c6-5727-47a5-9e26-3dd3e74c8867@identity-protect.org
- 8e1bca2f-1656-4180-a87d-661631bcbbca@identity-protect.org
Subdomains
16 observed subdomains of prometeo-dev.com.
Threat posture
History
Related pages
Pivot deeper into the graph from prometeo-dev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prometeo-dev.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.