Hostname
dcode.bi
Last fetched
dcode.bi resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in HK. WHOIS lists registrar:key-systems as the registrar.
Nutrition Label
Resolution chain
dcode.bi 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 |
|---|---|---|---|---|
| 20.247.40.92 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 51.124.91.155 | 51.124.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- registrar:key-systems
- Organization
- probi
- Contact emails
- —
Subdomains
1 observed subdomain of dcode.bi.
| Subdomain |
|---|
| www.dcode.bi |
Web-graph footprint
Distinct hostnames that link to or from dcode.bi in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for dcode.bi.
| Mechanism | Target |
|---|---|
| SPF_A | dcode.bi |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_MX | dcode.bi |
Related pages
Pivot deeper into the graph from dcode.bi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dcode.bi"})-[: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.