Skip to content

Hostname

csc.ee

Last fetched

csc.ee resolves to 1 IPv4 address operated by AS207872 in EE.

Nutrition Label

WHISPER CANON · csc.eeRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/csc.ee

Resolution chain

csc.ee resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.213.44.50185.213.44.0/24AS207872EE

WHOIS identity

No WHOIS records are currently associated with csc.ee in WhisperGraph.

Subdomains

42 observed subdomains of csc.ee.

Web-graph footprint

Distinct hostnames that link to or from csc.ee in the public web crawl.

14 sites link to this hostname.

18 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for csc.ee.

MechanismTarget
SPF_Acsc.ee
SPF_INCLUDE_spf.atlassian.net
SPF_INCLUDE_spf.csc.ee
SPF_INCLUDE_spf.smaily.com
SPF_INCLUDE_spf.stgi.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP178.236.202.55
SPF_IP194.204.49.183
SPF_IP77.240.240.71
SPF_IP77.240.240.76
SPF_MXcsc.ee

Related pages

Pivot deeper into the graph from csc.ee.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "csc.ee"})-[: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.