Skip to content

Hostname

nemo-dev.ecor1cap.com

Last fetched

nemo-dev.ecor1cap.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · nemo-dev.ecor1cap.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/nemo-dev.ecor1cap.com

Resolution chain

nemo-dev.ecor1cap.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.22.212.170100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
16.148.164.21916.148.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
34.223.171.11834.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.237.165.16544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.255.11.7344.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.11.177.24552.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with nemo-dev.ecor1cap.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from nemo-dev.ecor1cap.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "nemo-dev.ecor1cap.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.