Skip to content

Hostname

pull.fb.cn

Last fetched

pull.fb.cn resolves to 11 IPv4 addresses operated by CNIX-AP China Networks Inter-Exchange in CN.

Nutrition Label

WHISPER CANON · pull.fb.cnRouting diversity5.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/pull.fb.cn

Resolution chain

pull.fb.cn resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
101.246.190.172101.246.176.0/20AS4847CNIX-AP China Networks Inter-ExchangeCN
113.201.47.68113.200.0.0/15AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
113.219.184.191113.219.128.0/18AS63838UNICOM-CN China Unicom IP networkCN
121.233.195.138121.233.192.0/22AS137697ITGCN
123.234.2.96123.234.0.0/18AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
123.6.74.138123.4.0.0/14AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
182.242.50.180182.242.48.0/21AS134765GOLDIPV4CN
182.40.120.191182.40.112.0/20AS58540CHINATELECOM-HEBEI-LANGFANG-IDC Langfang,Hebei province, P.R.ChinaCN
183.204.53.21183.204.32.0/19AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN
202.143.101.50202.143.100.0/22AS63590JSYUN Zhejiang Jusuan Network Technology Co.,LtdCN
223.210.5.174223.210.0.0/19AS4847CNIX-AP China Networks Inter-ExchangeCN

WHOIS identity

No WHOIS records are currently associated with pull.fb.cn in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from pull.fb.cn.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "pull.fb.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.