Hostname
edugator.link
Last fetched
edugator.link resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
edugator.link 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.66.218.106 | 18.66.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 18.66.218.121 | 18.66.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 18.66.218.51 | 18.66.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 18.66.218.52 | 18.66.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.169.71.110 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.124 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.46 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.63 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
WHOIS identity
- Registrar
- iana:468
- Organization
- identity protection service
- Contact emails
- —
Subdomains
5 observed subdomains of edugator.link.
Showing 3 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from edugator.link in the public web crawl.
7 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from edugator.link.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edugator.link"})-[: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.