Skip to content

Hostname

messagecenter.lelo.com

Last fetched

messagecenter.lelo.com resolves to 1 IPv4 address operated by AS2516 in HK.

Nutrition Label

WHISPER CANON · messagecenter.lelo.comRouting diversity1.5/10Peering density9.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/messagecenter.lelo.com

Resolution chain

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

IPPrefixASNOperatorCountry
106.186.127.220106.186.64.0/18AS2516HK

WHOIS identity

No WHOIS records are currently associated with messagecenter.lelo.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • messagecenter.lelo.com

SPF policy

2 SPF mechanisms authorising senders for messagecenter.lelo.com.

MechanismTarget
SPF_IP106.186.127.220
SPF_MXmessagecenter.lelo.com

Related pages

Pivot deeper into the graph from messagecenter.lelo.com.

Cypher and MCP

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

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