Hostname
tunib.ai
Last fetched
tunib.ai resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:1489 as the registrar.
Nutrition Label
Resolution chain
tunib.ai 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 |
|---|---|---|---|---|
| 54.230.228.20 | 54.230.228.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.228.36 | 54.230.228.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.228.57 | 54.230.228.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.228.73 | 54.230.228.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.91.128 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.15 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.23 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.85 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
WHOIS identity
- Registrar
- iana:1489
- Organization
- redacted | registry policy
- Contact emails
Subdomains
1 observed subdomain of tunib.ai.
| Subdomain |
|---|
| www.tunib.ai |
Web-graph footprint
Distinct hostnames that link to or from tunib.ai in the public web crawl.
16 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for tunib.ai.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.stibee.com |
Related pages
Pivot deeper into the graph from tunib.ai.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tunib.ai"})-[: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.