Hostname
bind.com.mx
Last fetched
bind.com.mx resolves to 2 IPv4 addresses operated by AS210250 in US. WHOIS lists registrar:akky (una division de nic mexico) as the registrar.
Nutrition Label
Resolution chain
bind.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 |
|---|---|---|---|---|
| 198.60.193.24 | 198.60.193.0/24 | AS210250 | — | US |
| 67.202.92.24 | 67.202.64.0/18 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
WHOIS identity
- Registrar
- registrar:akky (una division de nic mexico)
- Organization
- minnt solutions s.a. de c.v.
- Contact emails
- —
Subdomains
63 observed subdomains of bind.com.mx.
Showing 25 of 63. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bind.com.mx in the public web crawl.
96 sites link to this hostname.
398 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for bind.com.mx.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 2599069.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from bind.com.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bind.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.