Skip to content

Hostname

rossperkins.com

Last fetched

rossperkins.com resolves to 4 IPv4 addresses operated by GOOGLE - Google LLC in US. WHOIS lists iana:320 as the registrar.

Nutrition Label

WHISPER CANON · rossperkins.comRouting diversity3.5/10Peering density8.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/rossperkins.com

Resolution chain

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

IPPrefixASNOperatorCountry
216.239.32.109216.239.32.0/24AS15169GOOGLE - Google LLCUS
216.239.34.109216.239.34.0/24AS15169GOOGLE - Google LLCUS
216.239.36.109216.239.36.0/24AS15169GOOGLE - Google LLCUS
216.239.38.109216.239.38.0/24AS15169GOOGLE - Google LLCUS

WHOIS identity

Registrar
iana:320
Organization
domain manager
Contact emails

Subdomains

1 observed subdomain of rossperkins.com.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from rossperkins.com.

Cypher and MCP

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

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