Hostname
api.bitonic.com
Last fetched
api.bitonic.com resolves to 9 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
api.bitonic.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.203.206.145 | 116.203.0.0/16 | AS24940 | — | DE |
| 167.235.62.247 | 167.235.0.0/16 | AS24940 | — | DE |
| 185.53.129.156 | 185.53.129.0/24 | AS43350 | — | NL |
| 185.83.219.12 | 185.83.219.0/24 | AS43350 | — | NL |
| 212.114.120.35 | 212.114.96.0/19 | AS12859 | — | NL |
| 217.23.10.94 | 217.23.0.0/20 | AS49981 | — | NL |
| 31.220.43.95 | 31.220.43.0/24 | AS63473 | HOSTHATCH - HostHatch, LLC | NL |
| 83.138.53.16 | 83.138.53.0/24 | AS63473 | HOSTHATCH - HostHatch, LLC | NL |
| 95.211.247.147 | 95.211.0.0/16 | AS60781 | — | NL |
WHOIS identity
No WHOIS records are currently associated with api.bitonic.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for api.bitonic.com.
| Mechanism | Target |
|---|---|
| SPF_MX | api.bitonic.com |
Related pages
Pivot deeper into the graph from api.bitonic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.bitonic.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.