Skip to content

Hostname

apps-dev.wenn.ai

Last fetched

apps-dev.wenn.ai resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · apps-dev.wenn.aiRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/apps-dev.wenn.ai

Resolution chain

apps-dev.wenn.ai resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.32.99.10313.32.98.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.32.99.5213.32.98.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.32.99.7213.32.98.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.32.99.9413.32.98.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.160.249.12418.160.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.249.1518.160.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.249.4718.160.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.249.8118.160.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with apps-dev.wenn.ai in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from apps-dev.wenn.ai.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "apps-dev.wenn.ai"})-[: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.