Hostname
server.com.ro
Last fetched
server.com.ro resolves to 2 IPv4 addresses operated by AS197432 in NL. WHOIS lists registrar:thcservers srl as the registrar.
Nutrition Label
Resolution chain
server.com.ro 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 |
|---|---|---|---|---|
| 45.123.40.6 | 45.123.40.0/24 | AS197432 | — | NL |
| 80.96.196.6 | 80.96.196.0/24 | AS197432 | — | RO |
WHOIS identity
- Registrar
- registrar:thcservers srl
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of server.com.ro.
| Subdomain |
|---|
| ns1.server.com.ro |
| ns2.server.com.ro |
Threat posture
History
Mail and authentication
MX records
- server.com.ro
SPF policy
6 SPF mechanisms authorising senders for server.com.ro.
| Mechanism | Target |
|---|---|
| SPF_A | server.com.ro |
| SPF_IP | 45.123.40.5 |
| SPF_IP | 45.123.40.6 |
| SPF_IP | 80.96.196.5 |
| SPF_IP | 80.96.196.6 |
| SPF_MX | server.com.ro |
Related pages
Pivot deeper into the graph from server.com.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "server.com.ro"})-[: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.