Hostname
dev.propertychecker.com
Last fetched
dev.propertychecker.com resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
dev.propertychecker.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.50.130.17 | 101.0.6.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 13.219.133.241 | 13.224.27.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 23.23.59.137 | 23.26.4.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.222.165.157 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.228.223.178 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.159.65.246 | 54.171.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.86.114.252 | 54.93.64.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.80.153.142 | 98.96.177.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with dev.propertychecker.com in WhisperGraph.
Subdomains
7 observed subdomains of dev.propertychecker.com.
Threat posture
History
Related pages
Pivot deeper into the graph from dev.propertychecker.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.propertychecker.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.