Hostname
digitalbaran.com
Last fetched
digitalbaran.com resolves to 1 IPv4 address operated by AS34918 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
digitalbaran.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.126.11.131 | 185.126.11.0/24 | AS34918 | — | IR |
WHOIS identity
- Registrar
- iana:113
- Organization
- amin tavakoli
- Contact emails
Subdomains
3 observed subdomains of digitalbaran.com.
Web-graph footprint
Distinct hostnames that link to or from digitalbaran.com in the public web crawl.
278 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- digitalbaran.com
SPF policy
18 SPF mechanisms authorising senders for digitalbaran.com.
| Mechanism | Target |
|---|---|
| SPF_A | digitalbaran.com |
| SPF_IP | 136.243.112.164 |
| SPF_IP | 144.76.116.252 |
| SPF_IP | 144.76.35.68 |
| SPF_IP | 148.251.218.10 |
| SPF_IP | 176.9.167.194 |
| SPF_IP | 176.9.180.137 |
| SPF_IP | 178.63.174.117 |
| SPF_IP | 178.63.174.124 |
| SPF_IP | 178.63.174.125 |
| SPF_IP | 185.126.11.130 |
| SPF_IP | 185.141.105.180 |
| SPF_IP | 46.4.13.243 |
| SPF_IP | 88.198.85.113 |
| SPF_IP | 88.99.100.45 |
| SPF_IP | 88.99.176.194 |
| SPF_IP | 88.99.176.201 |
| SPF_MX | digitalbaran.com |
Related pages
Pivot deeper into the graph from digitalbaran.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digitalbaran.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.