Skip to content

Hostname

platform.smartfoundry.solutions

Last fetched

platform.smartfoundry.solutions resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · platform.smartfoundry.solutionsRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/platform.smartfoundry.solutions

Resolution chain

platform.smartfoundry.solutions resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.134.2553.5.134.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.134.313.5.134.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.135.733.5.135.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.136.1683.5.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.136.2163.5.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.136.433.5.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.136.893.5.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.137.1903.5.137.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.137.433.5.137.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.138.1103.5.138.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.138.1623.5.138.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.138.2203.5.138.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.139.1463.5.139.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
3.5.139.503.5.139.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
52.219.140.4852.219.140.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
52.219.170.25252.219.170.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with platform.smartfoundry.solutions in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from platform.smartfoundry.solutions.

Cypher and MCP

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

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