Hostname
galleryoll.com
Last fetched
galleryoll.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
galleryoll.com 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 |
|---|---|---|---|---|
| 13.33.187.121 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.5 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.50 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.56 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.78.116 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.18 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.63 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.83 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.117.106 | 54.192.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 54.192.117.34 | 54.192.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 54.192.117.80 | 54.192.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 54.192.117.96 | 54.192.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
- Registrar
- iana:244
- Organization
- junghyungjin
- Contact emails
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for galleryoll.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.daum.net |
Related pages
Pivot deeper into the graph from galleryoll.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "galleryoll.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.