Skip to content

Hostname

static.ip.cc

Last fetched

static.ip.cc resolves to 4 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in US.

Nutrition Label

WHISPER CANON · static.ip.ccRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/static.ip.cc

Resolution chain

static.ip.cc resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
172.96.115.226172.96.112.0/22AS21859ZEN-ECN - Zenlayer IncUS
38.60.148.10038.60.148.0/24AS138915DLC-VN DLC DIGITAL TECHNOLOGY SOLUTION INVESTMENT LIMITED LIABILITY COMPANYSG
71.18.1.21171.18.1.0/24AS396986LIR_ZSO_ASNUS
98.96.229.1998.96.228.0/22AS21859ZEN-ECN - Zenlayer IncUS

WHOIS identity

No WHOIS records are currently associated with static.ip.cc in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from static.ip.cc in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from static.ip.cc.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "static.ip.cc"})-[: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.