Hostname
intermex.biz
Last fetched
intermex.biz resolves to 2 IPv4 addresses operated by AS6700 in RS. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
intermex.biz 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 |
|---|---|---|---|---|
| 217.26.78.250 | 217.26.64.0/20 | AS6700 | — | RS |
| 94.127.7.186 | 94.127.0.0/21 | AS31042 | — | RS |
WHOIS identity
- Registrar
- iana:69
- Organization
- intermex
- Contact emails
Subdomains
2 observed subdomains of intermex.biz.
| Subdomain |
|---|
| mail.intermex.biz |
| www.intermex.biz |
Threat posture
History
Mail and authentication
MX records
- intermex.biz
SPF policy
3 SPF mechanisms authorising senders for intermex.biz.
| Mechanism | Target |
|---|---|
| SPF_A | intermex.biz |
| SPF_IP | 94.127.7.186 |
| SPF_MX | intermex.biz |
Related pages
Pivot deeper into the graph from intermex.biz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intermex.biz"})-[: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.