Hostname
szcbfx.com
Last fetched
szcbfx.com resolves to 2 IPv4 addresses operated by AS56040 in CN. WHOIS lists iana:1697 as the registrar.
Nutrition Label
Resolution chain
szcbfx.com 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 |
|---|---|---|---|---|
| 120.237.109.83 | 120.237.0.0/16 | AS56040 | — | CN |
| 218.17.49.60 | 218.16.0.0/14 | AS4134 | — | CN |
WHOIS identity
- Registrar
- iana:1697
- Organization
- shenzhen publication & distribution group
- Contact emails
Subdomains
2 observed subdomains of szcbfx.com.
| Subdomain |
|---|
| sgptuat.szcbfx.com |
| www.szcbfx.com |
Web-graph footprint
Distinct hostnames that link to or from szcbfx.com in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from szcbfx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "szcbfx.com"})-[: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.