Hostname
myeducator.com
Last fetched
myeducator.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
myeducator.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.88.2 | 13.33.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.88.5 | 13.33.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.88.53 | 13.33.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.88.81 | 13.33.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.171.139.36 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.38 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.56 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.62 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.9.175.16 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.26 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.43 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.76 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- albrecht consulting group
- Contact emails
Subdomains
40 observed subdomains of myeducator.com.
Showing 25 of 40. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from myeducator.com in the public web crawl.
44 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for myeducator.com.
| Mechanism | Target |
|---|---|
| SPF_A | myeducator.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_MX | myeducator.com |
Related pages
Pivot deeper into the graph from myeducator.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "myeducator.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.