Skip to content

Hostname

ritarogames.com

Last fetched

ritarogames.com resolves to 3 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE. WHOIS lists iana:303 as the registrar.

Nutrition Label

WHISPER CANON · ritarogames.comRouting diversity3.0/10Peering density5.7/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/ritarogames.com

Resolution chain

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

IPPrefixASNOperatorCountry
161.35.197.120161.35.192.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCDE
213.176.65.237213.176.65.0/24AS210644FI
188.166.2.211188.166.0.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCNL

WHOIS identity

Registrar
iana:303
Organization
domain admin
Contact emails

Subdomains

1 observed subdomain of ritarogames.com.

Threat posture

History

Mail and authentication

MX records

  • ritarogames.com

SPF policy

4 SPF mechanisms authorising senders for ritarogames.com.

MechanismTarget
SPF_Aritarogames.com
SPF_INCLUDEspf.hostns.io
SPF_IP91.238.164.173/32
SPF_MXritarogames.com

Related pages

Pivot deeper into the graph from ritarogames.com.

Cypher and MCP

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

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