Skip to content

Hostname

admin-tools.patientstudio.com

Last fetched

admin-tools.patientstudio.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · admin-tools.patientstudio.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/admin-tools.patientstudio.com

Resolution chain

admin-tools.patientstudio.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.138.128.109108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.128.22108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.128.71108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.128.76108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.7.32108.138.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
108.138.7.63108.138.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
108.138.7.81108.138.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
108.138.7.83108.138.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with admin-tools.patientstudio.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from admin-tools.patientstudio.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "admin-tools.patientstudio.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.