Hostname
pico-progress.com
Last fetched
pico-progress.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
pico-progress.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 |
|---|---|---|---|---|
| 13.225.134.12 | 13.225.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 13.225.134.23 | 13.225.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 13.225.134.48 | 13.225.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 13.225.134.63 | 13.225.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 52.84.206.10 | 52.84.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.84.206.103 | 52.84.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.84.206.5 | 52.84.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.84.206.69 | 52.84.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:1861
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of pico-progress.com.
| Subdomain |
|---|
| app.pico-progress.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for pico-progress.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.porkbun.com |
Related pages
Pivot deeper into the graph from pico-progress.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pico-progress.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.