Hostname
dev.raziel.vc
Last fetched
dev.raziel.vc resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
dev.raziel.vc resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.29.210.109 | 100.41.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 107.20.201.157 | 107.72.96.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.215.25.195 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.224.131.130 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.201.238.95 | 34.248.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.194.229.151 | 45.2.25.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.216.83.85 | 45.2.25.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.1.52.56 | 52.12.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.206.168.152 | 52.216.3.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.7.208.246 | 52.15.0.0/19 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.88.124.208 | 54.93.32.0/19 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.88.188.121 | 98.96.164.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with dev.raziel.vc in WhisperGraph.
Subdomains
3 observed subdomains of dev.raziel.vc.
Threat posture
History
Related pages
Pivot deeper into the graph from dev.raziel.vc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.raziel.vc"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.