Skip to content

Hostname

wildcard.bam-lambda.com

Last fetched

wildcard.bam-lambda.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · wildcard.bam-lambda.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/wildcard.bam-lambda.com

Resolution chain

wildcard.bam-lambda.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.33.13.14013.33.13.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.13.21013.33.13.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.13.5013.33.13.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.13.5413.33.13.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.165.1013.166.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.165.153.166.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.165.483.166.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.165.803.166.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with wildcard.bam-lambda.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from wildcard.bam-lambda.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "wildcard.bam-lambda.com"})-[: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.