Hostname
0--0.info
Last fetched
0--0.info resolves to 6 IPv4 addresses operated by LEASEWEB-USA-DAL - Leaseweb USA, Inc. in US. WHOIS lists iana:418 as the registrar.
Nutrition Label
Resolution chain
0--0.info resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.241.25.218 | 172.241.24.0/21 | AS394380 | LEASEWEB-USA-DAL - Leaseweb USA, Inc. | US |
| 216.245.197.41 | 216.245.192.0/19 | AS46475 | LIMESTONENETWORKS - Limestone Networks, Inc. | US |
| 216.245.197.44 | 216.245.192.0/19 | AS46475 | LIMESTONENETWORKS - Limestone Networks, Inc. | US |
| 216.245.197.45 | 216.245.192.0/19 | AS46475 | LIMESTONENETWORKS - Limestone Networks, Inc. | US |
| 77.247.179.82 | 77.247.176.0/21 | AS43350 | NFORCE | NL |
| 77.247.179.91 | 77.247.176.0/21 | AS43350 | NFORCE | NL |
WHOIS identity
- Registrar
- iana:418
- Organization
- arthur helmers
- Contact emails
Subdomains
7 observed subdomains of 0--0.info.
Web-graph footprint
Distinct hostnames that link to or from 0--0.info in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 0--0.info.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "0--0.info"})-[: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.