Skip to content

Hostname

rcandersen.com

Last fetched

rcandersen.com appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · rcandersen.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/rcandersen.com

Resolution chain

rcandersen.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from rcandersen.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

23 SPF mechanisms authorising senders for rcandersen.com.

MechanismTarget
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEarchivecloud.net
SPF_INCLUDEaspmx.pardot.com
SPF_INCLUDEethicspoint.com
SPF_INCLUDEsabacloud.net
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.surveymonkey.com
SPF_INCLUDEspf_c.oraclecloud.com
SPF_IP13.90.214.114
SPF_IP192.254.121.248/32
SPF_IP20.63.100.28
SPF_IP20.90.85.127
SPF_IP23.21.109.197/32
SPF_IP23.21.109.212/32
SPF_IP38.127.225.55/32
SPF_IP65.196.22.5/32
SPF_IP65.196.22.8/32
SPF_IP66.240.180.206/32
SPF_IP70.252.255.4/32
SPF_IP70.252.255.5/32
SPF_IP94.142.174.84/32
SPF_IP94.142.174.85/32

Related pages

Pivot deeper into the graph from rcandersen.com.

Cypher and MCP

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

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