Hostname
batriban.com
Last fetched
batriban.com resolves to 2 IPv4 addresses operated by AS204213 in IR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
batriban.com 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 |
|---|---|---|---|---|
| 89.32.248.74 | 89.32.248.0/24 | AS204213 | — | IR |
| 95.217.37.186 | 95.217.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:1387
- Organization
- —
- Contact emails
Subdomains
10 observed subdomains of batriban.com.
Web-graph footprint
Distinct hostnames that link to or from batriban.com in the public web crawl.
11 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for batriban.com.
| Mechanism | Target |
|---|---|
| SPF_A | batriban.com |
| SPF_IP | 185.94.99.234 |
| SPF_IP | 89.32.248.74 |
| SPF_IP | 95.217.37.186 |
| SPF_MX | batriban.com |
Related pages
Pivot deeper into the graph from batriban.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "batriban.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.