Skip to content

Hostname

es.ding.dev.aws.flender.cloud

Last fetched

es.ding.dev.aws.flender.cloud resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · es.ding.dev.aws.flender.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/es.ding.dev.aws.flender.cloud

Resolution chain

es.ding.dev.aws.flender.cloud resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.185.167.19618.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
18.194.69.17918.194.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
35.157.206.7835.156.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
35.158.253.22635.156.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with es.ding.dev.aws.flender.cloud in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from es.ding.dev.aws.flender.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "es.ding.dev.aws.flender.cloud"})-[: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.