Skip to content

Hostname

elixir.com.hk

Last fetched

elixir.com.hk resolves to 1 IPv4 address operated by AS45102 in HK.

Nutrition Label

WHISPER CANON · elixir.com.hkRouting diversity1.5/10Peering density7.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/elixir.com.hk

Resolution chain

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

IPPrefixASNOperatorCountry
8.210.77.2178.210.0.0/17AS45102HK

WHOIS identity

No WHOIS records are currently associated with elixir.com.hk in WhisperGraph.

Subdomains

1 observed subdomain of elixir.com.hk.

Web-graph footprint

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

20 sites linked to from this hostname.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for elixir.com.hk.

MechanismTarget
SPF_Asmtp2.shiseido.com.hk
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.tmes.trendmicro.com
SPF_IP113.28.26.200
SPF_IP218.253.214.219
SPF_IP223.197.80.211
SPF_IP8.217.228.196

Related pages

Pivot deeper into the graph from elixir.com.hk.

Cypher and MCP

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

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