Skip to content

Hostname

kb1155.com

Last fetched

kb1155.com resolves to 2 IPv4 addresses operated by NORDA-NET - 10F No 33 Sec 2 Zhongshan Rd Zhonghe Dist in TW. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · kb1155.comRouting diversity2.4/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/kb1155.com

Resolution chain

kb1155.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.24.55.133103.24.55.0/24AS7538NORDA-NET - 10F No 33 Sec 2 Zhongshan Rd Zhonghe DistTW
103.42.144.19103.42.144.0/24AS7538NORDA-NET - 10F No 33 Sec 2 Zhongshan Rd Zhonghe DistTW

WHOIS identity

Registrar
iana:146
Organization
chendalin
Contact emails

Subdomains

2 observed subdomains of kb1155.com.

Threat posture

History

Related pages

Pivot deeper into the graph from kb1155.com.

Cypher and MCP

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

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

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