Hostname
ntc.edu
Last fetched
ntc.edu resolves to 1 IPv4 address operated by NRCL-IN National Research Centre on Litchi in US.
Nutrition Label
Resolution chain
ntc.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.150.172.8 | 198.150.172.0/24 | AS395963 | NRCL-IN National Research Centre on Litchi | US |
WHOIS identity
- Registrar
- —
- Organization
- northcentral technical college
- Contact emails
- —
Subdomains
57 observed subdomains of ntc.edu.
Showing 25 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ntc.edu in the public web crawl.
474 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for ntc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | customerspf.schoolmessenger.com |
| SPF_INCLUDE | sfsolutionsmail.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 166.78.71.191/32 |
| SPF_IP | 199.59.200.201/32 |
| SPF_IP | 205.213.92.0/23 |
| SPF_IP | 216.17.115.77/32 |
| SPF_IP | 74.122.104.0/22 |
Related pages
Pivot deeper into the graph from ntc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ntc.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.