Hostname
autobuildtest.com
Last fetched
autobuildtest.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AE. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
autobuildtest.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.160.77.30 | 3.160.76.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.160.77.52 | 3.160.76.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.160.77.61 | 3.160.76.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.160.77.84 | 3.160.76.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 54.240.162.105 | 54.240.162.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.240.162.121 | 54.240.162.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.240.162.44 | 54.240.162.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.240.162.73 | 54.240.162.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:49
- Organization
- whois privacy protection service by muumuudomain
- Contact emails
Subdomains
1 observed subdomain of autobuildtest.com.
| Subdomain |
|---|
| mail.autobuildtest.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for autobuildtest.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.autobuildtest.com |
| SPF_IP | 52.68.141.197 |
Related pages
Pivot deeper into the graph from autobuildtest.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "autobuildtest.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.