Skip to content

Hostname

ptnsl.cn

Last fetched

ptnsl.cn resolves to 4 IPv4 addresses operated by FIBERPOWER-AS - FiberPower LLC in HK.

Nutrition Label

WHISPER CANON · ptnsl.cnRouting diversity3.5/10Peering density5.3/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/ptnsl.cn

Resolution chain

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

IPPrefixASNOperatorCountry
151.242.152.44151.242.152.0/24AS214483FIBERPOWER-AS - FiberPower LLCHK
151.243.95.209151.243.95.0/24AS400342EDGENAT-CLOUD - EDGENAT CLOUDHK
156.154.112.36156.154.112.0/24AS12008VERCARA - Vercara, LLCUS
156.154.113.36156.154.113.0/24AS12008VERCARA - Vercara, LLCUS

WHOIS identity

No WHOIS records are currently associated with ptnsl.cn in WhisperGraph.

Subdomains

3 observed subdomains of ptnsl.cn.

Web-graph footprint

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

Threat posture

History

Related pages

Pivot deeper into the graph from ptnsl.cn.

Cypher and MCP

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

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