Skip to content

Hostname

backstage.segmentops.com

Last fetched

backstage.segmentops.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · backstage.segmentops.comRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/backstage.segmentops.com

Resolution chain

backstage.segmentops.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.236.33.318.238.17.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
44.254.220.9045.2.207.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.24.119.11152.46.5.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.37.235.21152.46.12.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.200.174.13254.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
54.200.24.16554.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
54.201.31.954.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
54.70.126.23454.84.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with backstage.segmentops.com in WhisperGraph.

Subdomains

1 observed subdomain of backstage.segmentops.com.

Threat posture

History

Related pages

Pivot deeper into the graph from backstage.segmentops.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "backstage.segmentops.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.