Hostname
retrogames.cc
Last fetched
retrogames.cc resolves to 2 IPv4 addresses operated by RU-VITNET-AS in MD. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
retrogames.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 178.17.170.123 | 178.17.160.0/20 | AS43289 | RU-VITNET-AS | MD |
| 91.208.197.117 | 91.208.197.0/24 | AS200019 | AS-RM-817 - Ruoff Mortgage | MD |
WHOIS identity
- Registrar
- iana:1479
- Organization
- domain administrator
- Contact emails
Subdomains
7 observed subdomains of retrogames.cc.
Web-graph footprint
Distinct hostnames that link to or from retrogames.cc in the public web crawl.
558 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for retrogames.cc.
| Mechanism | Target |
|---|---|
| SPF_A | retrogames.cc |
| SPF_IP | 176.123.0.55 |
| SPF_IP | 72.18.83.169 |
| SPF_IP | 74.48.192.89 |
| SPF_MX | retrogames.cc |
Related pages
Pivot deeper into the graph from retrogames.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "retrogames.cc"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.