Hostname
b.webtech.com.bd
Last fetched
b.webtech.com.bd resolves to 1 IPv4 address operated by LCPA-AS - Lincoln Center for the Performing Arts, Inc. in US.
Nutrition Label
Resolution chain
b.webtech.com.bd resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.161.92.251 | 104.161.64.0/18 | AS53755 | LCPA-AS - Lincoln Center for the Performing Arts, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with b.webtech.com.bd in WhisperGraph.
Subdomains
7 observed subdomains of b.webtech.com.bd.
Threat posture
History
Mail and authentication
MX records
- b.webtech.com.bd
SPF policy
6 SPF mechanisms authorising senders for b.webtech.com.bd.
| Mechanism | Target |
|---|---|
| SPF_A | b.webtech.com.bd |
| SPF_IP | 104.161.92.251 |
| SPF_IP | 104.161.92.252 |
| SPF_IP | 104.243.33.125 |
| SPF_IP | 184.164.76.211 |
| SPF_MX | b.webtech.com.bd |
Related pages
Pivot deeper into the graph from b.webtech.com.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b.webtech.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.