Skip to content

Hostname

segment-anything.com

Last fetched

segment-anything.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CH. WHOIS lists iana:1387 as the registrar.

Nutrition Label

WHISPER CANON · segment-anything.comRouting diversity1.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/segment-anything.com

Resolution chain

segment-anything.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.204.55.111143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.43143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.52143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.81143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH

WHOIS identity

Registrar
iana:1387
Organization
c/o whoistrustee.com
Contact emails

Web-graph footprint

Distinct hostnames that link to or from segment-anything.com in the public web crawl.

641 sites link to this hostname.

3 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from segment-anything.com.

Cypher and MCP

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

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