Hostname
merchantpro.com.mx
Last fetched
merchantpro.com.mx resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
merchantpro.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 |
|---|---|---|---|---|
| 5.9.248.242 | 5.9.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with merchantpro.com.mx in WhisperGraph.
Subdomains
1 observed subdomain of merchantpro.com.mx.
| Subdomain |
|---|
| www.merchantpro.com.mx |
Web-graph footprint
Distinct hostnames that link to or from merchantpro.com.mx in the public web crawl.
36 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for merchantpro.com.mx.
| Mechanism | Target |
|---|---|
| SPF_A | merchantpro.com.mx |
| SPF_INCLUDE | spf.merchantpro.com |
| SPF_MX | merchantpro.com.mx |
Related pages
Pivot deeper into the graph from merchantpro.com.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "merchantpro.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.