Hostname
dev.picks.zone
Last fetched
dev.picks.zone resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
dev.picks.zone 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 |
|---|---|---|---|---|
| 18.165.83.21 | 18.165.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.83.65 | 18.165.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.83.77 | 18.165.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.83.92 | 18.165.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.187.101 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.187.118 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.187.84 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.187.95 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with dev.picks.zone in WhisperGraph.
Subdomains
1 observed subdomain of dev.picks.zone.
| Subdomain |
|---|
| api.dev.picks.zone |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for dev.picks.zone.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from dev.picks.zone.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.picks.zone"})-[: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.