Skip to content

Hostname

esp32.com

Last fetched

esp32.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · esp32.comRouting diversity3.9/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/esp32.com

Resolution chain

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

IPPrefixASNOperatorCountry
16.162.227.11616.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
16.163.134.20016.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
16.163.20.8116.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
16.163.243.18916.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
18.163.12.3618.163.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.HK
18.166.221.1118.166.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
18.167.253.24418.166.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
54.46.97.16054.46.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.HK
95.40.153.495.40.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
95.40.176.23495.40.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
95.40.233.17495.40.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
95.40.175.595.40.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK

WHOIS identity

Registrar
iana:146
Organization
espressif systems (shanghai) pte.
Contact emails

Subdomains

3 observed subdomains of esp32.com.

Web-graph footprint

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

357 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for esp32.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from esp32.com.

Cypher and MCP

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

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