Hostname
test.bumblejax.com
Last fetched
test.bumblejax.com resolves to 2 IPv4 addresses operated by INMOTION - InMotion Hosting, Inc. in US.
Nutrition Label
Resolution chain
test.bumblejax.com 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 |
|---|---|---|---|---|
| 104.247.73.37 | 104.247.72.0/23 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
| 190.92.154.108 | 190.92.152.0/22 | AS55293 | A2HOSTING - A2 Hosting, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with test.bumblejax.com in WhisperGraph.
Subdomains
1 observed subdomain of test.bumblejax.com.
| Subdomain |
|---|
| www.test.bumblejax.com |
Threat posture
History
Related pages
Pivot deeper into the graph from test.bumblejax.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.bumblejax.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.