Hostname
schooldata.com
Last fetched
schooldata.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
schooldata.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.164.124.114 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.124.41 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.124.55 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.124.76 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.164.28.20 | 3.164.28.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.164.28.34 | 3.164.28.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.164.28.4 | 3.164.28.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.164.28.68 | 3.164.28.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:292
- Organization
- dun & bradstreet,
- Contact emails
Subdomains
25 observed subdomains of schooldata.com.
Showing 20 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from schooldata.com in the public web crawl.
47 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for schooldata.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | m.msgbman.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 158.151.208.189 |
| SPF_IP | 158.151.214.79 |
| SPF_IP | 159.137.80.91 |
| SPF_IP | 208.226.214.236 |
| SPF_MX | schooldata.com |
Related pages
Pivot deeper into the graph from schooldata.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "schooldata.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.