Skip to content

Hostname

api.ugnas.com

Last fetched

api.ugnas.com resolves to 5 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.ugnas.comRouting diversity3.5/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/api.ugnas.com

Resolution chain

api.ugnas.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.49.1.140101.1.35.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
100.49.124.105101.1.35.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
18.136.18.2618.146.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
3.1.18.2223.0.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
52.77.34.13152.82.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with api.ugnas.com in WhisperGraph.

Subdomains

1 observed subdomain of api.ugnas.com.

Threat posture

History

Related pages

Pivot deeper into the graph from api.ugnas.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.ugnas.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.