Skip to content

Hostname

tgc-uat.onenex.dev

Last fetched

tgc-uat.onenex.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.

Nutrition Label

WHISPER CANON · tgc-uat.onenex.devRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/tgc-uat.onenex.dev

Resolution chain

tgc-uat.onenex.dev resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.157.214.10108.157.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.214.102108.157.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.214.26108.157.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.214.32108.157.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.158.194.27108.158.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
108.158.194.46108.158.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
108.158.194.61108.158.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
108.158.194.65108.158.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

No WHOIS records are currently associated with tgc-uat.onenex.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from tgc-uat.onenex.dev.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "tgc-uat.onenex.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.