Hostname
aeasa.com.mx
Last fetched
aeasa.com.mx resolves to 2 IPv4 addresses operated by PRIVATESYSTEMS - PrivateSystems Networks in US.
Nutrition Label
Resolution chain
aeasa.com.mx resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 170.249.236.27 | 170.249.236.0/22 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | US |
| 66.225.221.71 | 66.225.192.0/18 | AS23352 | SERVERCENTRAL - DEFT.COM | US |
WHOIS identity
No WHOIS records are currently associated with aeasa.com.mx in WhisperGraph.
Subdomains
7 observed subdomains of aeasa.com.mx.
Web-graph footprint
Distinct hostnames that link to or from aeasa.com.mx in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for aeasa.com.mx.
| Mechanism | Target |
|---|---|
| SPF_A | aeasa.com.mx |
| SPF_IP | 190.92.154.224 |
| SPF_IP | 66.240.205.9 |
| SPF_IP | 66.240.233.100 |
| SPF_MX | aeasa.com.mx |
Related pages
Pivot deeper into the graph from aeasa.com.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aeasa.com.mx"})-[: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.