Hostname
redopy.com
Last fetched
redopy.com resolves to 3 IPv4 addresses operated by AS47583 in FR. WHOIS lists iana:1601 as the registrar.
Nutrition Label
Resolution chain
redopy.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 147.79.119.126 | 147.79.112.0/21 | AS47583 | — | FR |
| 45.84.189.51 | 45.84.189.0/24 | AS42846 | — | TR |
| 77.37.50.182 | 77.37.50.0/24 | AS47583 | — | FR |
WHOIS identity
- Registrar
- iana:1601
- Organization
- berkay ozdemir
- Contact emails
Subdomains
2 observed subdomains of redopy.com.
| Subdomain |
|---|
| mail.redopy.com |
| www.redopy.com |
Web-graph footprint
Distinct hostnames that link to or from redopy.com in the public web crawl.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mx1.hostinger.web.tr
- mx2.hostinger.web.tr
- redopy.com
SPF policy
4 SPF mechanisms authorising senders for redopy.com.
| Mechanism | Target |
|---|---|
| SPF_A | redopy.com |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_INCLUDE | relay.guzelhosting.com |
| SPF_MX | redopy.com |
Related pages
Pivot deeper into the graph from redopy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "redopy.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.