Skip to content

Hostname

pluto.dns-za.com

Last fetched

pluto.dns-za.com resolves to 1 IPv4 address operated by AS328723 in ZA.

Nutrition Label

WHISPER CANON · pluto.dns-za.comRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/pluto.dns-za.com

Resolution chain

pluto.dns-za.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
102.209.85.90102.209.84.0/23AS328723ZA

WHOIS identity

No WHOIS records are currently associated with pluto.dns-za.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for pluto.dns-za.com.

MechanismTarget
SPF_Apluto.dns-za.com
SPF_IP102.209.85.90
SPF_IP129.232.185.170
SPF_IP129.232.185.188
SPF_MXpluto.dns-za.com

Related pages

Pivot deeper into the graph from pluto.dns-za.com.

Cypher and MCP

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

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