Skip to content

Hostname

api.staging.lasoo.cloud

Last fetched

api.staging.lasoo.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.staging.lasoo.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api.staging.lasoo.cloud

Resolution chain

api.staging.lasoo.cloud resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.170.152.1273.170.152.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.152.333.170.152.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.152.853.170.152.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.152.973.170.152.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.3799.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.4799.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.7599.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.9399.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api.staging.lasoo.cloud in WhisperGraph.

Subdomains

1 observed subdomain of api.staging.lasoo.cloud.

Threat posture

History

Related pages

Pivot deeper into the graph from api.staging.lasoo.cloud.

Cypher and MCP

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

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