Hostname
yah.live
Last fetched
yah.live resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
yah.live resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.239.6.106 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.125 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.59 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.71 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 52.84.102.11 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.84.102.30 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.84.102.55 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.84.102.93 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 65.8.131.109 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.25 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.29 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.51 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1910
- Organization
- holy spirit led under scott e. eggemeyer
- Contact emails
Subdomains
17 observed subdomains of yah.live.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for yah.live.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from yah.live.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yah.live"})-[: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.