Skip to content

Hostname

dr.rayacorp.com

Last fetched

dr.rayacorp.com resolves to 1 IPv4 address operated by Raya-Holding in EG.

Nutrition Label

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

Resolution chain

dr.rayacorp.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
169.239.37.67169.239.37.0/24AS37191Raya-HoldingEG

WHOIS identity

No WHOIS records are currently associated with dr.rayacorp.com in WhisperGraph.

Subdomains

2 observed subdomains of dr.rayacorp.com.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for dr.rayacorp.com.

MechanismTarget
SPF_Adr.rayacorp.com
SPF_Adrmf01.rayacorp.com
SPF_IP169.239.37.67
SPF_IP169.239.37.70
SPF_IP169.239.37.77
SPF_MXdr.rayacorp.com

Related pages

Pivot deeper into the graph from dr.rayacorp.com.

Cypher and MCP

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

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