Hostname
batortabor.org
Last fetched
batortabor.org resolves to 1 IPv4 address operated by AS44302 in HU. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
batortabor.org 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 |
|---|---|---|---|---|
| 217.27.213.45 | 217.27.208.0/20 | AS44302 | — | HU |
WHOIS identity
- Registrar
- iana:1068
- Organization
- barrats town
- Contact emails
Subdomains
17 observed subdomains of batortabor.org.
Showing 14 of 17. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from batortabor.org in the public web crawl.
126 sites link to this hostname.
125 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for batortabor.org.
| Mechanism | Target |
|---|---|
| SPF_A | batortabor.org |
| SPF_INCLUDE | batortabor-onkenteskezelo100.mendixcloud.com |
| SPF_IP | 217.27.213.38 |
| SPF_IP | 217.27.213.45 |
| SPF_IP | 87.229.70.106 |
| SPF_IP | 94.199.49.51 |
| SPF_IP | 94.199.53.241 |
| SPF_MX | batortabor.org |
Related pages
Pivot deeper into the graph from batortabor.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "batortabor.org"})-[: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.