Hostname
tech.buda.io
Last fetched
tech.buda.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
tech.buda.io 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.238.55.113 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.21 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.31 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.65 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.51.35 | 3.170.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.51.41 | 3.170.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.51.51 | 3.170.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.51.82 | 3.170.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.217.124 | 52.84.239.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.217.22 | 52.84.239.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.217.36 | 52.84.239.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.217.89 | 52.84.239.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with tech.buda.io in WhisperGraph.
Subdomains
1 observed subdomain of tech.buda.io.
| Subdomain |
|---|
| ci.tech.buda.io |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for tech.buda.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from tech.buda.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tech.buda.io"})-[: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.