Skip to content

Hostname

canker.ee

Last fetched

canker.ee resolves to 2 IPv4 addresses operated by COMPIC # uplinks in EE.

Nutrition Label

WHISPER CANON · canker.eeRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/canker.ee

Resolution chain

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

IPPrefixASNOperatorCountry
188.92.160.11188.92.160.0/21AS39823COMPIC # uplinksEE
188.92.160.111188.92.160.0/21AS39823COMPIC # uplinksEE

WHOIS identity

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

Subdomains

2 observed subdomains of canker.ee.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for canker.ee.

MechanismTarget
SPF_Acanker.ee
SPF_IP188.92.160.11
SPF_IP2a02:e80:0:0:0:0:0:11
SPF_MXcanker.ee

Related pages

Pivot deeper into the graph from canker.ee.

Cypher and MCP

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

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