Hostname
testyaml.com
Last fetched
testyaml.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
testyaml.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.161.188.40 | 3.161.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.188.48 | 3.161.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.188.77 | 3.161.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.188.79 | 3.161.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.94.11 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.161.94.62 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.161.94.68 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.161.94.84 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of testyaml.com owner
- Contact emails
- 0910cb63-72c9-4061-8af5-ba8084b773db@identity-protect.org
- 1d913c23-1a7e-469e-8769-5104cabb9f9a@identity-protect.org
- 72e7164a-0fd8-4524-849e-30ee485c2f31@identity-protect.org
- 951fa50c-72bc-4a16-9346-13a599a8aae7@identity-protect.org
- 97cdf812-9591-4809-bdd5-abfa73c7fa36@identity-protect.org
- a9b48419-ca41-4666-988a-f302b4326c3f@identity-protect.org
- d58a65fb-1aa1-4ab4-bee7-7cdea466b7cc@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from testyaml.com.
- IP · 3.161.188.40
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:468
- Country · US
- Email · 0910cb63-72c9-4061-8af5-ba8084b773db@identity-protect.org
- TLD · .com
- Browse hostnames · te…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "testyaml.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.