Skip to content

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

WHISPER CANON · 0668.ccRouting diversity2.4/10Peering density6.5/10MOAS conflict⚠ 2 conflictsThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/0668.cc

Resolution chain

0668.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
64.64.241.20164.64.240.0/22AS25820IT7NET - IT7 Networks IncUS
154.23.188.6154.23.188.0/24AS140227US

WHOIS identity

Registrar
iana:1387
Organization
registrant of 0668.cc
Contact emails

Subdomains

2 observed subdomains of 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.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.