Hostname
webburada.com
Last fetched
webburada.com resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
webburada.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.92.72 | 104.21.80.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.188.159 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 45.74.244.239 | 45.74.244.0/24 | AS212219 | HOSTINGDUNYAM HOSTING DUNYAM | TR |
| 92.42.39.160 | 92.42.39.0/24 | AS49467 | EUROTA-ASN EUROTA INTERNET SERVICES LTD | TR |
| 77.92.151.195 | 77.92.151.0/24 | AS44620 | NETLEN | TR |
WHOIS identity
- Registrar
- iana:82
- Organization
- ercan sarioglu
- Contact emails
Subdomains
20 observed subdomains of webburada.com.
Web-graph footprint
Distinct hostnames that link to or from webburada.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for webburada.com.
| Mechanism | Target |
|---|---|
| SPF_A | webburada.com |
| SPF_INCLUDE | spf_mainserver.webburada.com |
| SPF_MX | webburada.com |
Related pages
Pivot deeper into the graph from webburada.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webburada.com"})-[: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.