Hostname
inter-edu.com
Last fetched
inter-edu.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
inter-edu.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 |
|---|---|---|---|---|
| 3.167.227.35 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.46 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.58 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.91 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.240.184.129 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.31 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.64 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.93 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:49
- Organization
- inter-edu.com co.,ltd.
- Contact emails
Subdomains
15 observed subdomains of inter-edu.com.
Showing 14 of 15. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from inter-edu.com in the public web crawl.
452 sites link to this hostname.
408 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for inter-edu.com.
| Mechanism | Target |
|---|---|
| SPF_A | corporate.inter-edu.com |
| SPF_A | demo.inter-edu.com |
| SPF_A | gp2.inter-edu.com |
| SPF_A | inter-edu.com |
| SPF_A | vpc.inter-edu.com |
| SPF_INCLUDE | asp.cuenote.jp |
| SPF_INCLUDE | spf.eco-serv.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 52.69.230.179 |
Related pages
Pivot deeper into the graph from inter-edu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inter-edu.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.