Hostname
freeridegames.com
Last fetched
freeridegames.com resolves to 2 IPv4 addresses operated by XGLOBE-199391 in NL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
freeridegames.com 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 |
|---|---|---|---|---|
| 212.18.254.118 | 212.18.254.0/24 | AS199391 | XGLOBE-199391 | NL |
| 72.167.191.113 | 72.167.176.0/20 | AS26496 | AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- david freund
- Contact emails
Subdomains
16 observed subdomains of freeridegames.com.
Web-graph footprint
Distinct hostnames that link to or from freeridegames.com in the public web crawl.
122 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for freeridegames.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.18.254.150 |
| SPF_IP | 212.18.254.90 |
| SPF_IP | 212.199.54.200 |
Related pages
Pivot deeper into the graph from freeridegames.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "freeridegames.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.