Hostname
aprendeingles.com
Last fetched
aprendeingles.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:1262 as the registrar.
Nutrition Label
Resolution chain
aprendeingles.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.128.145.144 | 108.138.42.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.208.42.216 | 52.216.6.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.212.234.162 | 52.216.6.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.49.218.42 | 52.60.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.155.21.203 | 54.169.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.72.63.28 | 54.80.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:1262
- Organization
- redacted by privacy
- Contact emails
- —
Subdomains
1 observed subdomain of aprendeingles.com.
| Subdomain |
|---|
| www.aprendeingles.com |
Web-graph footprint
Distinct hostnames that link to or from aprendeingles.com in the public web crawl.
13 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for aprendeingles.com.
| Mechanism | Target |
|---|---|
| SPF_A | mta.grupovaughan.com |
| SPF_A | mta365.grupovaughan.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from aprendeingles.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aprendeingles.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.