Skip to content

Hostname

ekasystem.com

Last fetched

ekasystem.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:638 as the registrar.

Nutrition Label

WHISPER CANON · ekasystem.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/ekasystem.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.53.146104.21.48.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.213.139172.67.208.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
31.207.47.4831.207.47.0/24AS57043NL

WHOIS identity

Registrar
iana:638
Organization
domain admin
Contact emails

Threat posture

History

Mail and authentication

MX records

  • ekasystem.com

SPF policy

3 SPF mechanisms authorising senders for ekasystem.com.

MechanismTarget
SPF_Aekasystem.com
SPF_IP31.207.47.43
SPF_MXekasystem.com

Related pages

Pivot deeper into the graph from ekasystem.com.

Cypher and MCP

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

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