Hostname
end-nodes.xeonbd.com
Last fetched
end-nodes.xeonbd.com resolves to 7 IPv4 addresses operated by AS133938 in BD.
Nutrition Label
Resolution chain
end-nodes.xeonbd.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.48.119.113 | 103.48.119.0/24 | AS133938 | — | BD |
| 103.48.119.116 | 103.48.119.0/24 | AS133938 | — | BD |
| 103.48.119.225 | 103.48.119.0/24 | AS133938 | — | BD |
| 103.48.119.249 | 103.48.119.0/24 | AS133938 | — | BD |
| 173.212.240.186 | 173.212.240.0/21 | AS51167 | — | DE |
| 50.28.60.216 | 50.28.0.0/18 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 67.225.163.13 | 67.225.128.0/17 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
No WHOIS records are currently associated with end-nodes.xeonbd.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from end-nodes.xeonbd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "end-nodes.xeonbd.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.