Hostname
xinet.com.mx
Last fetched
xinet.com.mx resolves to 1 IPv4 address operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.
Nutrition Label
Resolution chain
xinet.com.mx resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.241.85.197 | 162.241.85.0/24 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
No WHOIS records are currently associated with xinet.com.mx in WhisperGraph.
Subdomains
65 observed subdomains of xinet.com.mx.
Showing 25 of 65. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from xinet.com.mx in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for xinet.com.mx.
| Mechanism | Target |
|---|---|
| SPF_A | mail.xinet.com.mx |
| SPF_A | mail06.xinet.com.mx |
| SPF_A | xinet.com.mx |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.163.144.44/32 |
| SPF_IP | 174.142.148.84 |
| SPF_IP | 174.142.148.85 |
| SPF_IP | 174.142.148.86 |
| SPF_IP | 174.142.148.87 |
| SPF_MX | xinet.com.mx |
Related pages
Pivot deeper into the graph from xinet.com.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xinet.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.