Skip to content

Hostname

foundation.make.org

Last fetched

foundation.make.org resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT.

Nutrition Label

WHISPER CANON · foundation.make.orgRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/foundation.make.org

Resolution chain

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

IPPrefixASNOperatorCountry
15.160.106.20315.174.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IT
15.161.34.4215.175.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.IT
35.152.117.6735.180.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IT

WHOIS identity

No WHOIS records are currently associated with foundation.make.org in WhisperGraph.

Subdomains

1 observed subdomain of foundation.make.org.

Web-graph footprint

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

52 sites link to this hostname.

108 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for foundation.make.org.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.mandrillapp.com

Related pages

Pivot deeper into the graph from foundation.make.org.

Cypher and MCP

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

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