Hostname
serv.net.mx
Last fetched
serv.net.mx resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:610 as the registrar.
Nutrition Label
Resolution chain
serv.net.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 |
|---|---|---|---|---|
| 199.60.103.176 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.76 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- iana:610
- Organization
- servnet mexico, s.a. de c.v
- Contact emails
- —
Subdomains
1,010 observed subdomains of serv.net.mx.
Showing 25 of 1,010. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from serv.net.mx in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for serv.net.mx.
| Mechanism | Target |
|---|---|
| SPF_A | serv.net.mx |
| SPF_IP | 161.35.99.158/32 |
| SPF_IP | 201.150.35.32/27 |
| SPF_IP | 201.150.39.64/26 |
| SPF_IP | 206.189.204.6/32 |
| SPF_MX | serv.net.mx |
Related pages
Pivot deeper into the graph from serv.net.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "serv.net.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.