Skip to content

Hostname

mbed.org

Last fetched

mbed.org resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:470 as the registrar.

Nutrition Label

WHISPER CANON · mbed.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mbed.org

Resolution chain

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

IPPrefixASNOperatorCountry
35.167.20.5335.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.224.7.4544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.231.253.3044.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:470
Organization
arm
Contact emails

Subdomains

6 observed subdomains of mbed.org.

Web-graph footprint

Distinct hostnames that link to or from mbed.org in the public web crawl.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for mbed.org.

MechanismTarget
SPF_Ambed.org
SPF_INCLUDEservers.mcsv.net
SPF_IP217.140.101.0/21
SPF_MXmbed.org

Related pages

Pivot deeper into the graph from mbed.org.

Cypher and MCP

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

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