Hostname
privateschoolsguide.com
Last fetched
privateschoolsguide.com resolves to 2 IPv4 addresses operated by CERNET2-SCUT6-AS-AP SCUT IPv6 Campus Network in AU. WHOIS lists iana:1291 as the registrar.
Nutrition Label
Resolution chain
privateschoolsguide.com 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 |
|---|---|---|---|---|
| 103.1.205.93 | 103.1.204.0/22 | AS45570 | CERNET2-SCUT6-AS-AP SCUT IPv6 Campus Network | AU |
| 43.229.60.200 | 43.229.60.0/22 | AS133159 | PL-PEPOWO-NET-AS | AU |
WHOIS identity
- Registrar
- iana:1291
- Organization
- jason cotton
- Contact emails
Subdomains
11 observed subdomains of privateschoolsguide.com.
Web-graph footprint
Distinct hostnames that link to or from privateschoolsguide.com in the public web crawl.
162 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- privateschoolsguide.com
SPF policy
5 SPF mechanisms authorising senders for privateschoolsguide.com.
| Mechanism | Target |
|---|---|
| SPF_A | privateschoolsguide.com |
| SPF_IP | 103.1.205.93 |
| SPF_IP | 111.67.22.10 |
| SPF_IP | 52.63.88.144 |
| SPF_MX | privateschoolsguide.com |
Related pages
Pivot deeper into the graph from privateschoolsguide.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "privateschoolsguide.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.