Hostname
googlemap.bixmove.com
Last fetched
googlemap.bixmove.com resolves to 1 IPv4 address operated by TELEHOUSE-AS - Telehouse EAD in BG.
Nutrition Label
Resolution chain
googlemap.bixmove.com 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 |
|---|---|---|---|---|
| 217.174.152.68 | 217.174.152.0/24 | AS57344 | TELEHOUSE-AS - Telehouse EAD | BG |
WHOIS identity
No WHOIS records are currently associated with googlemap.bixmove.com in WhisperGraph.
Subdomains
1 observed subdomain of googlemap.bixmove.com.
| Subdomain |
|---|
| www.googlemap.bixmove.com |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for googlemap.bixmove.com.
| Mechanism | Target |
|---|---|
| SPF_A | googlemap.bixmove.com |
| SPF_IP | 69.49.245.42 |
| SPF_IP | 78.128.81.121 |
| SPF_IP | 78.142.47.69 |
| SPF_IP | 78.142.63.194 |
| SPF_IP | 78.142.63.20 |
| SPF_MX | googlemap.bixmove.com |
Related pages
Pivot deeper into the graph from googlemap.bixmove.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "googlemap.bixmove.com"})-[: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.