Hostname
sb-test.com
Last fetched
sb-test.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
sb-test.com 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.69.45.105 | 52.68.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of sb-test.com owner
- Contact emails
- s.bonelli@free.fr
- 0e8f7fe3-475e-4ef3-b1ad-4c90a325db5e@identity-protect.org
- 22053861-d831-4c7d-845c-958acf35c475@identity-protect.org
- 49821e72-089c-423d-9ff0-95aec1510ff7@identity-protect.org
- 5b573b41-71de-4fc2-8f60-582be156f8f5@identity-protect.org
- 767fc5a2-4432-4734-93a5-8197fcd62bc6@identity-protect.org
- 9f087cee-66e5-4a40-a52b-7f0e26b8a71a@identity-protect.org
- owner-10122154@sb-test.com.whoisprivacyservice.org
- owner-10464670@sb-test.com.whoisprivacyservice.org
- owner-10932001@sb-test.com.whoisprivacyservice.org
- owner-9052925@sb-test.com.whoisprivacyservice.org
Subdomains
41 observed subdomains of sb-test.com.
Showing 25 of 41. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for sb-test.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 23.251.235.133 |
| SPF_IP | 23.251.235.134 |
| SPF_IP | 52.69.45.105 |
Related pages
Pivot deeper into the graph from sb-test.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sb-test.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.