Hostname
justdogbox.com
Last fetched
justdogbox.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
justdogbox.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.2.36 | 108.156.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.156.2.49 | 108.156.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.156.2.7 | 108.156.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.156.2.95 | 108.156.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of justdogbox.com owner
- Contact emails
- gallinelligianni@yahoo.it
- 2db2f49b-f856-451d-9d78-b6cf6abb32c0@identity-protect.org
- 40033ad3-9dab-4d30-aea0-da7825ca53c8@identity-protect.org
- be1a01d8-01f1-4163-9136-c87d714e056a@identity-protect.org
- d9ab2e09-dbf5-4f1f-b8ad-0796008d13fb@identity-protect.org
- e36ff5a5-2ec0-4af4-81aa-9f61f422d044@identity-protect.org
- ed90f4d4-1ed6-40fb-afdf-5f772bcb71b3@identity-protect.org
Subdomains
1 observed subdomain of justdogbox.com.
| Subdomain |
|---|
| www.justdogbox.com |
Threat posture
History
Related pages
Pivot deeper into the graph from justdogbox.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "justdogbox.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.