Skip to content

Hostname

epc.tensor.auto

Last fetched

epc.tensor.auto resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · epc.tensor.autoRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/epc.tensor.auto

Resolution chain

epc.tensor.auto resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.211.97.4734.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.163.253.1735.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
52.35.113.22052.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with epc.tensor.auto in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from epc.tensor.auto.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "epc.tensor.auto"})-[: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.