Hostname
ema-go.com
Last fetched
ema-go.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
ema-go.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 ema-go.com owner
- Contact emails
- 17fee48d-66f0-47b6-8ee4-c43cf0780b1e@identity-protect.org
- 54fa73f3-d17a-48ed-b1d1-954db254a6c0@identity-protect.org
- 55fceeb3-1c6d-4a16-8ecb-1b4d67bbdf8c@identity-protect.org
- 5fdcb1ba-8fe3-4fbd-8a52-0b275d97be2c@identity-protect.org
- cdeff93d-df7c-4253-bbc4-971b0ef2062f@identity-protect.org
- e5ecee9f-eb86-4613-b306-e47a50b25ee4@identity-protect.org
- owner-2231959@ema-go.com.whoisprivacyservice.org
Subdomains
2 observed subdomains of ema-go.com.
Threat posture
History
Related pages
Pivot deeper into the graph from ema-go.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ema-go.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.