Hostname
relap.io
Last fetched
relap.io resolves to 2 IPv4 addresses operated by AS47764 in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
relap.io 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 |
|---|---|---|---|---|
| 95.163.43.46 | 95.163.32.0/19 | AS47764 | — | RU |
| 83.222.28.39 | 83.222.28.0/22 | AS47764 | — | RU |
WHOIS identity
- Registrar
- iana:463
- Organization
- llc surfingbird
- Contact emails
- —
Subdomains
16 observed subdomains of relap.io.
Web-graph footprint
Distinct hostnames that link to or from relap.io in the public web crawl.
911 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for relap.io.
| Mechanism | Target |
|---|---|
| SPF_A | relap.io |
| SPF_INCLUDE | _spf.mail.ru |
| SPF_IP | 95.163.37.98/31 |
| SPF_IP | 95.163.54.192/26 |
| SPF_IP | 95.163.60.32/29 |
| SPF_MX | relap.io |
Related pages
Pivot deeper into the graph from relap.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "relap.io"})-[: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.