Hostname
item86.com
Last fetched
item86.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
item86.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 |
|---|---|---|---|---|
| 3.167.183.43 | 3.167.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.183.49 | 3.167.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.183.79 | 3.167.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.183.94 | 3.167.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.109 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.21 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.44 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.78 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of item86.com owner
- Contact emails
- 3f312647-f7ba-4e44-a91f-a38c98a7aaaa@identity-protect.org
- 731a1e33-6142-4d75-9bde-dfd9dd52a5d3@identity-protect.org
- 7bd16332-3512-4265-a86b-ef17cb094965@identity-protect.org
- 97d0dc06-d5e8-4e2c-b50d-57a9ee4e2fa4@identity-protect.org
- e1a63d4d-1993-4e7d-bd9c-06bf062fa129@identity-protect.org
- ee66cf8a-c4f8-40ea-8b39-3e254437b73f@identity-protect.org
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for item86.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from item86.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "item86.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.