Skip to content

Hostname

aws.triaxis.dev

Last fetched

aws.triaxis.dev resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · aws.triaxis.devRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/aws.triaxis.dev

Resolution chain

aws.triaxis.dev resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.184.65.21818.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
18.192.40.14518.192.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
52.29.66.4052.29.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.DE
52.59.58.23652.58.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with aws.triaxis.dev in WhisperGraph.

Subdomains

1 observed subdomain of aws.triaxis.dev.

Threat posture

History

Related pages

Pivot deeper into the graph from aws.triaxis.dev.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "aws.triaxis.dev"})-[: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.