Hostname
baloni.ir
Last fetched
baloni.ir resolves to 2 IPv4 addresses operated by AS51722 in TR.
Nutrition Label
Resolution chain
baloni.ir 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 |
|---|---|---|---|---|
| 45.136.5.142 | 45.136.5.0/24 | AS51722 | — | TR |
| 45.138.133.174 | 45.138.133.0/24 | AS59441 | — | IR |
WHOIS identity
No WHOIS records are currently associated with baloni.ir in WhisperGraph.
Subdomains
1 observed subdomain of baloni.ir.
| Subdomain |
|---|
| www.baloni.ir |
Threat posture
History
Mail and authentication
MX records
- baloni.ir
SPF policy
7 SPF mechanisms authorising senders for baloni.ir.
| Mechanism | Target |
|---|---|
| SPF_A | baloni.ir |
| SPF_INCLUDE | mailii.org |
| SPF_INCLUDE | spf.mailii.org |
| SPF_IP | 45.136.5.140 |
| SPF_IP | 45.138.133.174 |
| SPF_IP | 5.144.129.118 |
| SPF_MX | baloni.ir |
Related pages
Pivot deeper into the graph from baloni.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "baloni.ir"})-[: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.