Hostname
brian.devdji.com
Last fetched
brian.devdji.com resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
brian.devdji.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.49.74.21 | 101.0.33.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.233.88.154 | 18.238.40.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.195.71.47 | 45.2.220.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.210.43.169 | 45.2.220.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.211.102.81 | 45.2.220.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.0.110.50 | 52.44.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.206.163.45 | 52.216.16.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.87.36.252 | 52.94.0.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with brian.devdji.com in WhisperGraph.
Subdomains
3 observed subdomains of brian.devdji.com.
Threat posture
History
Related pages
Pivot deeper into the graph from brian.devdji.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brian.devdji.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.