Hostname
askroot.com
Last fetched
askroot.com resolves to 2 IPv4 addresses operated by OVH in FR. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
askroot.com 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 |
|---|---|---|---|---|
| 145.239.194.170 | 145.239.0.0/16 | AS16276 | OVH | FR |
| 158.69.123.215 | 158.69.0.0/16 | AS16276 | OVH | CA |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
8 observed subdomains of askroot.com.
Web-graph footprint
Distinct hostnames that link to or from askroot.com in the public web crawl.
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from askroot.com.
- IP · 145.239.194.170
- ASN · AS16276OVH
- Registrar · iana:1068
- Country · FR
- Email · 8404b3314fa6419faf6a8b799b6cc4c9.protect@withheldforprivacy.com
- TLD · .com
- Browse hostnames · as…
- 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: "askroot.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.