Hostname
min.pet
Last fetched
min.pet resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
min.pet resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.199.156.35 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
1 observed subdomain of min.pet.
| Subdomain |
|---|
| support.min.pet |
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for min.pet.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 13.112.119.8 |
| SPF_IP | 13.113.61.19 |
| SPF_IP | 153.126.214.153 |
| SPF_IP | 18.182.95.37 |
| SPF_IP | 52.197.135.213 |
| SPF_IP | 52.197.29.134 |
| SPF_IP | 52.198.113.19 |
| SPF_IP | 52.198.63.85 |
| SPF_IP | 52.68.147.232 |
| SPF_IP | 54.64.225.21 |
| SPF_IP | 54.65.222.61 |
Related pages
Pivot deeper into the graph from min.pet.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "min.pet"})-[: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.