Hostname
0668.cc
Last fetched
0668.cc resolves to 2 IPv4 addresses operated by IT7NET - IT7 Networks Inc in US. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
0668.cc 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 |
|---|---|---|---|---|
| 64.64.241.201 | 64.64.240.0/22 | AS25820 | IT7NET - IT7 Networks Inc | US |
| 154.23.188.6 | 154.23.188.0/24 | AS140227 | — | US |
WHOIS identity
- Registrar
- iana:1387
- Organization
- registrant of 0668.cc
- Contact emails
Subdomains
2 observed subdomains of 0668.cc.
| Subdomain |
|---|
| tw.0668.cc |
| www.0668.cc |
Web-graph footprint
Distinct hostnames that link to or from 0668.cc in the public web crawl.
51 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 0668.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "0668.cc"})-[: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.