Hostname
proteus-api.com
Last fetched
proteus-api.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
proteus-api.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 proteus-api.com owner
- Contact emails
- 0ca4da19-1f31-4ff2-8f25-3ef3114bb0ee@identity-protect.org
- 70d3f9ae-53d2-4ff5-9090-336267a6f0d5@identity-protect.org
- 7d196419-8bc8-4000-9768-e99ad7a92778@identity-protect.org
- 80f25500-0a28-4151-bf2c-23b656181c37@identity-protect.org
- a6294410-2277-4edf-8510-aa72094d0a8c@identity-protect.org
- dca63297-088b-456b-8569-7af01fc259d8@identity-protect.org
- fea17a68-f709-4ee1-bc53-7693f6050378@identity-protect.org
Subdomains
10 observed subdomains of proteus-api.com.
Threat posture
History
Related pages
Pivot deeper into the graph from proteus-api.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "proteus-api.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.