Skip to content

Hostname

telemetry.api.2kcoretech.online

Last fetched

telemetry.api.2kcoretech.online resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · telemetry.api.2kcoretech.onlineRouting diversity4.2/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/telemetry.api.2kcoretech.online

Resolution chain

telemetry.api.2kcoretech.online resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.30.244.154100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.209.34.25244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.1.241.6052.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.163.5.5754.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.87.130.098.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.94.253.22898.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with telemetry.api.2kcoretech.online in WhisperGraph.

Subdomains

2 observed subdomains of telemetry.api.2kcoretech.online.

Threat posture

History

Related pages

Pivot deeper into the graph from telemetry.api.2kcoretech.online.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "telemetry.api.2kcoretech.online"})-[: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.