Hostname
rio2016.com
Last fetched
rio2016.com resolves to 2 IPv4 addresses operated by AS45102 in DE. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
rio2016.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 |
|---|---|---|---|---|
| 47.91.87.164 | 47.91.80.0/20 | AS45102 | — | DE |
| 8.208.27.94 | 8.208.0.0/19 | AS45102 | — | GB |
WHOIS identity
- Registrar
- iana:470
- Organization
- comite olimpico brasileiro
- Contact emails
Subdomains
13 observed subdomains of rio2016.com.
Web-graph footprint
Distinct hostnames that link to or from rio2016.com in the public web crawl.
2,179 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for rio2016.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 10410.meuspf.com |
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.rio2016.com |
| SPF_INCLUDE | spfsn.rio2016.com |
| SPF_IP | 200.178.4.1 |
Related pages
Pivot deeper into the graph from rio2016.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rio2016.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.