Hostname
srvdr.com
Last fetched
srvdr.com resolves to 1 IPv4 address operated by OVH in ES. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
srvdr.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.39.18.109 | 5.39.0.0/17 | AS16276 | OVH | ES |
WHOIS identity
- Registrar
- iana:433
- Organization
- felix belmonte francisco javier
- Contact emails
Subdomains
24 observed subdomains of srvdr.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for srvdr.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 172.31.16.0/24 |
| SPF_IP | 178.33.160.204 |
| SPF_IP | 178.33.229.219 |
| SPF_IP | 178.33.30.216/30 |
| SPF_IP | 217.182.92.139 |
| SPF_IP | 37.187.251.53 |
| SPF_IP | 5.196.104.96/30 |
| SPF_IP | 5.39.18.108/30 |
| SPF_IP | 51.178.178.202 |
| SPF_IP | 51.178.68.2 |
| SPF_IP | 87.98.230.98 |
| SPF_IP | 94.23.83.55 |
Related pages
Pivot deeper into the graph from srvdr.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "srvdr.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.