Skip to content

Hostname

ccspcloud.com

Last fetched

ccspcloud.com resolves to 3 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · ccspcloud.comRouting diversity2.4/10Peering density7.7/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/ccspcloud.com

Resolution chain

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

IPPrefixASNOperatorCountry
169.62.230.8169.62.192.0/18AS36351SOFTLAYER - IBM CloudUS
169.62.230.9169.62.192.0/18AS36351SOFTLAYER - IBM CloudUS
52.117.45.7352.117.0.0/18AS36351SOFTLAYER - IBM CloudUS

WHOIS identity

Registrar
iana:146
Organization
Contact emails

Subdomains

14 observed subdomains of ccspcloud.com.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for ccspcloud.com.

MechanismTarget
SPF_Amail.ccspcloud.com
SPF_INCLUDE_spf.notes.na.collabserv.com

Related pages

Pivot deeper into the graph from ccspcloud.com.

Cypher and MCP

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

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