Skip to content

Hostname

update.knime.org

Last fetched

update.knime.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.225.117.10313.225.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.225.117.12713.225.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.225.117.1713.225.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.225.117.5113.225.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
99.84.234.1899.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.4199.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.8299.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.8699.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with update.knime.org in WhisperGraph.

Web-graph footprint

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

7 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from update.knime.org.

Cypher and MCP

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

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