Hostname
arood.dev
Last fetched
arood.dev resolves to 1 IPv4 address operated by ASN-ROUTELABEL - RouteLabel V.O.F. in NL. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
arood.dev 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 |
|---|---|---|---|---|
| 81.4.122.40 | 81.4.120.0/22 | AS198203 | ASN-ROUTELABEL - RouteLabel V.O.F. | NL |
WHOIS identity
- Registrar
- iana:1861
- Organization
- registrant of arood.dev
- Contact emails
Subdomains
5 observed subdomains of arood.dev.
Threat posture
History
Related pages
Pivot deeper into the graph from arood.dev.
- IP · 81.4.122.40
- ASN · AS198203ASN-ROUTELABEL - RouteLabel V.O.F.
- Registrar · iana:1861
- Country · NL
- Email · abuse@private.design
- TLD · .dev
- Browse hostnames · ar…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arood.dev"})-[: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.