Hostname
rdos.net
Last fetched
rdos.net resolves to 2 IPv4 addresses operated by AS44136 in SE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
rdos.net 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 |
|---|---|---|---|---|
| 185.20.15.60 | 185.20.12.0/22 | AS44136 | — | SE |
| 91.201.61.52 | 91.201.60.0/22 | AS44136 | — | SE |
WHOIS identity
- Registrar
- iana:2
- Organization
- rdos development
- Contact emails
Subdomains
2 observed subdomains of rdos.net.
| Subdomain |
|---|
| blog.rdos.net |
| www.rdos.net |
Web-graph footprint
Distinct hostnames that link to or from rdos.net in the public web crawl.
211 sites link to this hostname.
101 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for rdos.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _vsp.oderland.com |
| SPF_IP | 185.20.15.60 |
| SPF_IP | 91.201.63.189 |
| SPF_MX | rdos.net |
Related pages
Pivot deeper into the graph from rdos.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rdos.net"})-[: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.