Hostname
ngi-internal.com
Last fetched
ngi-internal.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
ngi-internal.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 ngi-internal.com owner
- Contact emails
- 1a0c4a67-bfad-4036-a2a8-86a63dcda05f@identity-protect.org
- 1a0f4f59-ebd5-44bb-a2a3-83a422cd0bc7@identity-protect.org
- 2991cc3f-b4fe-4e72-a04a-1f1dc7e5b93c@identity-protect.org
- 3a613197-6e18-40b9-9838-4abf5bc1cc12@identity-protect.org
- aa769ed6-94b5-410e-aabe-f226e326ee5d@identity-protect.org
- b8367607-cc51-4054-80de-023b18636573@identity-protect.org
- c12ad94e-f96a-43a6-b234-c69d8511f7be@identity-protect.org
Subdomains
11 observed subdomains of ngi-internal.com.
Threat posture
History
Related pages
Pivot deeper into the graph from ngi-internal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ngi-internal.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.