Skip to content

Hostname

ncat.edu

Last fetched

ncat.edu resolves to 2 IPv4 addresses operated by NCREN - MCNC in US.

Nutrition Label

WHISPER CANON · ncat.eduRouting diversity1.5/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/ncat.edu

Resolution chain

ncat.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
152.4.170.2152.4.0.0/16AS81NCREN - MCNCUS
152.4.218.9152.4.0.0/16AS81NCREN - MCNCUS

WHOIS identity

Registrar
Organization
north carolina agricultural and technical state university
Contact emails

Subdomains

295 observed subdomains of ncat.edu.

Web-graph footprint

Distinct hostnames that link to or from ncat.edu in the public web crawl.

2,166 sites link to this hostname.

1,356 sites linked to from this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from ncat.edu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ncat.edu"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.