Skip to content

Hostname

app-staging.labstep.com

Last fetched

app-staging.labstep.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.

Nutrition Label

WHISPER CANON · app-staging.labstep.comRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/app-staging.labstep.com

Resolution chain

app-staging.labstep.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.222.169.11852.222.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.169.12652.222.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.169.6952.222.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.169.7652.222.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
54.240.184.3554.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.8454.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.9454.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.9854.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with app-staging.labstep.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from app-staging.labstep.com.

Cypher and MCP

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

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