Hostname
comilla.gov.bd
Last fetched
comilla.gov.bd resolves to 2 IPv4 addresses operated by AS63932 in BD.
Nutrition Label
Resolution chain
comilla.gov.bd 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 |
|---|---|---|---|---|
| 114.130.119.166 | 114.130.116.0/22 | AS63932 | — | BD |
| 159.13.21.95 | 159.13.20.0/23 | AS54253 | ORCL-CHICAGO-PP - Oracle Corporation | BD |
WHOIS identity
No WHOIS records are currently associated with comilla.gov.bd in WhisperGraph.
Subdomains
768 observed subdomains of comilla.gov.bd.
Showing 25 of 768. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from comilla.gov.bd in the public web crawl.
47 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from comilla.gov.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comilla.gov.bd"})-[: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.