Skip to content

Hostname

click.ad-brix.com

Last fetched

click.ad-brix.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · click.ad-brix.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/click.ad-brix.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.159.2.21213.158.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
52.194.68.15352.194.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
52.68.222.24152.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
54.95.5.11554.95.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with click.ad-brix.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from click.ad-brix.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "click.ad-brix.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.