Skip to content

Hostname

sam.dev.antare.com

Last fetched

sam.dev.antare.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.164.96.10818.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.4518.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.8518.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.8918.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.165.11.1003.165.11.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.165.11.53.165.11.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.165.11.743.165.11.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.165.11.803.165.11.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with sam.dev.antare.com in WhisperGraph.

Subdomains

1 observed subdomain of sam.dev.antare.com.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from sam.dev.antare.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sam.dev.antare.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.