Skip to content

Hostname

api-dev.emocollab.com

Last fetched

api-dev.emocollab.com resolves to 17 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-dev.emocollab.comRouting diversity6.1/10Peering density8.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-dev.emocollab.com

Resolution chain

api-dev.emocollab.com resolves to 17 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.204.121.19218.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.233.94.2463.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.195.245.16934.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.174.212.15635.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.203.33.752.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.23.128.12052.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.44.93.4652.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.7.29.12552.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.91.160.23352.90.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.144.23.3454.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.145.246.16954.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.174.115.18354.174.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.221.244.11054.221.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.243.188.3754.242.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.82.221.10254.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
69.6.201.20969.6.200.0/23AS31898ORACLE-BMC-31898 - Oracle CorporationMX
98.94.122.17498.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-dev.emocollab.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.emocollab.com.

Cypher and MCP

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

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