Skip to content

Hostname

cclisp.com

Last fetched

cclisp.com resolves to 4 IPv4 addresses operated by AWS-GOVCLOUD AWS-GOVCLOUD in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · cclisp.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cclisp.com

Resolution chain

cclisp.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
15.205.247.12015.205.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
3.31.207.2263.30.0.0/15AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
3.32.172.593.32.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
56.137.146.7156.137.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS

WHOIS identity

Registrar
iana:292
Organization
appriss,
Contact emails

Subdomains

28 observed subdomains of cclisp.com.

Web-graph footprint

Distinct hostnames that link to or from cclisp.com in the public web crawl.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from cclisp.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "cclisp.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 20

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