Hostname
buro22.az
Last fetched
buro22.az resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.
Nutrition Label
Resolution chain
buro22.az resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.248.26.176 | 104.248.240.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
| 142.93.171.147 | 142.99.242.0/23 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
WHOIS identity
No WHOIS records are currently associated with buro22.az in WhisperGraph.
Subdomains
2 observed subdomains of buro22.az.
| Subdomain |
|---|
| ru.buro22.az |
| www.buro22.az |
Web-graph footprint
Distinct hostnames that link to or from buro22.az in the public web crawl.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for buro22.az.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | buro22.az |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_INCLUDE | zohomail.eu |
| SPF_IP | 172.104.250.49 |
| SPF_IP | 213.165.231.134 |
Related pages
Pivot deeper into the graph from buro22.az.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "buro22.az"})-[: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.