Hostname
test.aranui.com
Last fetched
test.aranui.com resolves to 1 IPv4 address operated by OVH in FR.
Nutrition Label
Resolution chain
test.aranui.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 |
|---|---|---|---|---|
| 162.19.61.153 | 162.19.0.0/17 | AS16276 | OVH | FR |
WHOIS identity
No WHOIS records are currently associated with test.aranui.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for test.aranui.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 135.125.3.39 |
| SPF_IP | 162.19.61.153 |
| SPF_IP | 193.70.69.91 |
| SPF_IP | 2001:41d0:203:1d73:0:0:0:0 |
| SPF_IP | 2001:41d0:203:2f7a:0:0:0:0 |
| SPF_IP | 2001:41d0:203:9727:0:0:0:0 |
| SPF_IP | 2001:41d0:203:ce99:0:0:0:0 |
| SPF_IP | 2001:41d0:8:cc3d:0:0:0:0 |
| SPF_IP | 5.135.139.61 |
| SPF_IP | 54.36.123.115 |
| SPF_IP | 54.38.81.122 |
| SPF_IP | 91.121.13.179 |
Related pages
Pivot deeper into the graph from test.aranui.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.aranui.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.