Skip to content

Hostname

dev.ncahec.net

Last fetched

dev.ncahec.net resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · dev.ncahec.netRouting diversity5.2/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev.ncahec.net

Resolution chain

dev.ncahec.net resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.26.155.86100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.205.219.12518.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.214.236.1593.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.218.23.2473.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.199.136.14934.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.226.66.5234.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.218.5.18744.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.201.42.6252.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.202.251.18852.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.7.113.3552.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.86.126.25152.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.94.138.1398.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with dev.ncahec.net in WhisperGraph.

Subdomains

2 observed subdomains of dev.ncahec.net.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.ncahec.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev.ncahec.net"})-[: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.