Skip to content

Hostname

applytest.ecu.com

Last fetched

applytest.ecu.com resolves to 2 IPv4 addresses operated by AS12114 in US.

Nutrition Label

WHISPER CANON · applytest.ecu.comRouting diversity2.4/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/applytest.ecu.com

Resolution chain

applytest.ecu.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
12.129.100.6112.129.100.0/24AS12114US
141.193.198.73141.193.198.0/24AS46776EDUCATORS-CREDIT-UNION - EDUCATORS CREDIT UNIONUS

WHOIS identity

No WHOIS records are currently associated with applytest.ecu.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from applytest.ecu.com.

Cypher and MCP

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

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