Hostname
greenroad1.com
Last fetched
greenroad1.com resolves to 3 IPv4 addresses operated by NETGATE-SOLUTION-AS in NL. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
greenroad1.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.211.190.40 | 195.211.190.0/24 | AS208185 | NETGATE-SOLUTION-AS | NL |
| 5.1.40.152 | 5.1.40.0/24 | AS205489 | CODEASSET | DE |
| 5.1.40.21 | 5.1.40.0/24 | AS205489 | CODEASSET | DE |
WHOIS identity
- Registrar
- iana:113
- Organization
- greenhost
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from greenroad1.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "greenroad1.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.