Skip to content

Hostname

api-dev.crowdhandler.com

Last fetched

api-dev.crowdhandler.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.

Nutrition Label

WHISPER CANON · api-dev.crowdhandler.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/api-dev.crowdhandler.com

Resolution chain

api-dev.crowdhandler.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.157.32.15108.157.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
108.157.32.56108.157.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
108.157.32.69108.157.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
108.157.32.93108.157.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
18.65.244.11418.65.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.65.244.12818.65.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.65.244.4318.65.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.65.244.9718.65.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
54.240.184.1654.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.3954.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.4054.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.8154.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-dev.crowdhandler.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.crowdhandler.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-dev.crowdhandler.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.