Hostname
br.icbc.com.cn
Last fetched
br.icbc.com.cn resolves to 2 IPv4 addresses operated by CMNET-V4shanghai-AS-AP - Shanghai Mobile Communications Co.,Ltd. in CN.
Nutrition Label
Resolution chain
br.icbc.com.cn 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 |
|---|---|---|---|---|
| 117.144.141.19 | 117.144.0.0/16 | AS24400 | CMNET-V4shanghai-AS-AP - Shanghai Mobile Communications Co.,Ltd. | CN |
| 27.115.127.34 | 27.115.126.0/23 | AS17621 | CNCGROUP-SH - China Unicom Shanghai network | CN |
WHOIS identity
No WHOIS records are currently associated with br.icbc.com.cn in WhisperGraph.
Subdomains
2 observed subdomains of br.icbc.com.cn.
| Subdomain |
|---|
| spf.br.icbc.com.cn |
| www.br.icbc.com.cn |
Web-graph footprint
Distinct hostnames that link to or from br.icbc.com.cn in the public web crawl.
7 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for br.icbc.com.cn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-a.icbc.com.cn |
| SPF_INCLUDE | spf-b.icbc.com.cn |
| SPF_INCLUDE | spf-c.icbc.com.cn |
| SPF_INCLUDE | spf.br.icbc.com.cn |
Related pages
Pivot deeper into the graph from br.icbc.com.cn.
- IP · 117.144.141.19
- ASN · AS24400CMNET-V4shanghai-AS-AP - Shanghai Mobile Communications Co.,Ltd.
- Country · CN
- Apex domain · com.cn
- Parent domain · icbc.com.cn
- TLD · .cn
- Browse hostnames · br…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "br.icbc.com.cn"})-[: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.