Skip to content

Hostname

codefather.cn

Last fetched

codefather.cn resolves to 6 IPv4 addresses operated by CMC - Catholic Medical Center in SG. WHOIS lists registrar:广州云讯信息科技有限公司 as the registrar.

Nutrition Label

WHISPER CANON · codefather.cnRouting diversity4.2/10Peering density8.2/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency6.7/10Resolver footprint7.6/10canon.whisper.security/host/codefather.cn

Resolution chain

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

IPPrefixASNOperatorCountry
43.169.12.10643.169.12.0/24AS139341CMC - Catholic Medical CenterSG
43.169.13.143.169.13.0/24AS139341CMC - Catholic Medical CenterSG
43.169.14.143.169.14.0/24AS139341CMC - Catholic Medical CenterSG
43.174.227.1143.174.227.0/24AS139341CMC - Catholic Medical CenterSG
43.174.229.1143.174.229.0/24AS139341CMC - Catholic Medical CenterSG
43.159.99.6243.159.99.0/24AS139341CMC - Catholic Medical CenterSG

WHOIS identity

Registrar
registrar:广州云讯信息科技有限公司
Organization
李豫沛
Contact emails

Subdomains

3 observed subdomains of codefather.cn.

Web-graph footprint

Distinct hostnames that link to or from codefather.cn in the public web crawl.

21 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from codefather.cn.

Cypher and MCP

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

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