Hostname
dtech.com.bd
Last fetched
dtech.com.bd resolves to 4 IPv4 addresses operated by ANSONNET-AS-UK in JP.
Nutrition Label
Resolution chain
dtech.com.bd resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 147.93.77.113 | 147.93.77.0/24 | AS47583 | ANSONNET-AS-UK | JP |
| 213.210.57.254 | 213.210.57.0/24 | AS47583 | ANSONNET-AS-UK | JP |
| 92.113.16.194 | 92.113.16.0/21 | AS47583 | ANSONNET-AS-UK | DE |
| 92.113.23.112 | 92.113.16.0/21 | AS47583 | ANSONNET-AS-UK | DE |
WHOIS identity
No WHOIS records are currently associated with dtech.com.bd in WhisperGraph.
Subdomains
2 observed subdomains of dtech.com.bd.
| Subdomain |
|---|
| servr.dtech.com.bd |
| www.dtech.com.bd |
Web-graph footprint
Distinct hostnames that link to or from dtech.com.bd in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for dtech.com.bd.
| Mechanism | Target |
|---|---|
| SPF_A | dtech.com.bd |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 103.148.14.132 |
| SPF_IP | 86.38.243.238 |
| SPF_MX | dtech.com.bd |
Related pages
Pivot deeper into the graph from dtech.com.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dtech.com.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.