Skip to content

Hostname

ehlo.io

Last fetched

ehlo.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:472 as the registrar.

Nutrition Label

WHISPER CANON · ehlo.ioRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/ehlo.io

Resolution chain

ehlo.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.204.23.101143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.26143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.56143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.69143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
3.166.244.213.166.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
3.166.244.443.166.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
3.166.244.473.166.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
3.166.244.523.166.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

Registrar
iana:472
Organization
Contact emails

Subdomains

108 observed subdomains of ehlo.io.

Web-graph footprint

Distinct hostnames that link to or from ehlo.io in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for ehlo.io.

MechanismTarget
SPF_INCLUDEspf.eu-central-1.ehlo.io
SPF_INCLUDEspf.us-east-1.ehlo.io

Related pages

Pivot deeper into the graph from ehlo.io.

Cypher and MCP

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

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