Skip to content

Hostname

profiles.segment.build

Last fetched

profiles.segment.build resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · profiles.segment.buildRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/profiles.segment.build

Resolution chain

profiles.segment.build resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.147.138.1316.147.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
35.163.182.6735.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.164.132.19235.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.83.226.14935.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
52.11.104.20952.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.212.18.5454.212.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from profiles.segment.build.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "profiles.segment.build"})-[: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.