Skip to content

Hostname

pdass.top

Last fetched

pdass.top resolves to 4 IPv4 addresses operated by PERFECT-INTERNATIONAL - Perfect International, Inc in US.

Nutrition Label

WHISPER CANON · pdass.topRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint6.3/10canon.whisper.security/host/pdass.top

Resolution chain

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

IPPrefixASNOperatorCountry
70.36.107.24370.36.107.0/24AS22439PERFECT-INTERNATIONAL - Perfect International, IncUS
194.113.235.202194.113.235.0/24AS215540GCS-AS - GLOBAL CONNECTIVITY SOLUTIONS LLPRU
38.148.241.638.0.0.0/8AS174COGENT-174 - Cogent Communications, LLCUS
70.36.99.21370.36.99.0/24AS22439PERFECT-INTERNATIONAL - Perfect International, IncUS

WHOIS identity

No WHOIS records are currently associated with pdass.top in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from pdass.top.

Cypher and MCP

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

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