Skip to content

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

WHISPER CANON · tech.buda.ioRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/tech.buda.io

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.

IPPrefixASNOperatorCountry
18.238.55.11318.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.2118.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.3118.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.6518.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.51.353.170.51.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.51.413.170.51.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.51.513.170.51.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.51.823.170.51.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.12452.84.239.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.2252.84.239.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.3652.84.239.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.8952.84.239.0/24AS16509AMAZON-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.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for tech.buda.io.

MechanismTarget
SPF_INCLUDE_spf.atlassian.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.