Hostname
yubii.cloud
Last fetched
yubii.cloud resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
yubii.cloud resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.132.245.224 | 108.128.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 34.247.137.142 | 34.240.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 34.251.214.61 | 34.248.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 46.51.172.246 | 46.51.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.16.142.140 | 52.16.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.213.29.85 | 52.208.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.48.131.252 | 52.48.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.48.195.103 | 52.48.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.216.249.96 | 54.216.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.217.108.119 | 54.216.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.246.159.85 | 54.246.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.75.64.41 | 54.74.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 63.33.238.156 | 63.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.80.110.70 | 99.80.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.80.172.17 | 99.80.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:48
- Organization
- redacted registrant
- Contact emails
- —
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for yubii.cloud.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _mail.dhosting.pl |
Related pages
Pivot deeper into the graph from yubii.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yubii.cloud"})-[: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.