Hostname
u-storage.com.mx
Last fetched
u-storage.com.mx resolves to 1 IPv4 address operated by TIER-NET - Tier.Net Technologies LLC in US. WHOIS lists registrar:telmex as the registrar.
Nutrition Label
Resolution chain
u-storage.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 |
|---|---|---|---|---|
| 154.30.3.117 | 154.30.130.0/23 | AS397423 | TIER-NET - Tier.Net Technologies LLC | US |
WHOIS identity
- Registrar
- registrar:telmex
- Organization
- triara,com s.a de c.v
- Contact emails
- —
Subdomains
33 observed subdomains of u-storage.com.mx.
Web-graph footprint
Distinct hostnames that link to or from u-storage.com.mx in the public web crawl.
21 sites link to this hostname.
305 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for u-storage.com.mx.
| Mechanism | Target |
|---|---|
| SPF_A | u-storage.com.mx |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.scanscope.net |
| SPF_IP | 154.30.3.117 |
| SPF_IP | 185.183.34.186 |
| SPF_IP | 45.150.173.188 |
| SPF_IP | 67.227.172.78 |
| SPF_MX | u-storage.com.mx |
Related pages
Pivot deeper into the graph from u-storage.com.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "u-storage.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.