Hostname
ncat.edu
Last fetched
ncat.edu resolves to 2 IPv4 addresses operated by NCREN - MCNC in US.
Nutrition Label
Resolution chain
ncat.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 152.4.170.2 | 152.4.0.0/16 | AS81 | NCREN - MCNC | US |
| 152.4.218.9 | 152.4.0.0/16 | AS81 | NCREN - MCNC | US |
WHOIS identity
- Registrar
- —
- Organization
- north carolina agricultural and technical state university
- Contact emails
- —
Subdomains
295 observed subdomains of ncat.edu.
Showing 25 of 295. View all subdomains →
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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
44 SPF mechanisms authorising senders for ncat.edu.
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.