Skip to content

Hostname

u2-api.urcnet.com

Last fetched

u2-api.urcnet.com resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · u2-api.urcnet.comRouting diversity5.2/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/u2-api.urcnet.com

Resolution chain

u2-api.urcnet.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.29.255.28100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.48.31.8100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.205.39.15618.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.212.154.1223.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.226.132.53.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.227.209.1813.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.92.153.513.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.224.95.5134.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.228.136.16534.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.233.208.18034.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.238.147.10134.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.209.207.25544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
98.87.241.5998.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.90.23.17698.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
34.235.59.10434.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with u2-api.urcnet.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from u2-api.urcnet.com.

Cypher and MCP

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

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