Hostname
northcentral.edu
Last fetched
northcentral.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
northcentral.edu 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
- —
- Organization
- north central university
- Contact emails
- —
Subdomains
53 observed subdomains of northcentral.edu.
Showing 25 of 53. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from northcentral.edu in the public web crawl.
354 sites link to this hostname.
149 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
24 SPF mechanisms authorising senders for northcentral.edu.
| Mechanism | Target |
|---|---|
| SPF_A | outboundmail.blackbaud.net |
| SPF_A | relay.northcentral.edu |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | hobsonsmail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.45.129.97 |
| SPF_IP | 104.45.130.139/32 |
| SPF_IP | 104.45.131.9/32 |
| SPF_IP | 104.45.142.148/32 |
| SPF_IP | 104.45.143.49/32 |
| SPF_IP | 170.146.220.105/32 |
| SPF_IP | 199.127.232.0/22 |
| SPF_IP | 199.255.192.0/22 |
| SPF_IP | 205.139.104.0/22 |
| SPF_IP | 206.79.6.0/24 |
| SPF_IP | 209.118.104.99 |
| SPF_IP | 216.235.196.0/22 |
| SPF_IP | 216.235.200.0/21 |
| SPF_IP | 23.253.183.212/32 |
| SPF_IP | 34.198.225.191/32 |
| SPF_IP | 34.198.91.107/32 |
| SPF_IP | 54.240.0.0/18 |
Related pages
Pivot deeper into the graph from northcentral.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "northcentral.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.