Hostname
bata-agro.com
Last fetched
bata-agro.com resolves to 1 IPv4 address operated by DELTA-BG-AS in BG. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
bata-agro.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.55.230.163 | 185.55.230.0/24 | AS8860 | DELTA-BG-AS | BG |
WHOIS identity
- Registrar
- iana:303
- Organization
- tanya
- Contact emails
Subdomains
22 observed subdomains of bata-agro.com.
Showing 15 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bata-agro.com in the public web crawl.
46 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for bata-agro.com.
| Mechanism | Target |
|---|---|
| SPF_A | bata-agro.com |
| SPF_INCLUDE | pooh.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 78.142.50.67 |
| SPF_IP | 79.124.30.68 |
| SPF_IP | 87.246.3.28 |
| SPF_IP | 91.215.216.28 |
| SPF_MX | bata-agro.com |
Related pages
Pivot deeper into the graph from bata-agro.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bata-agro.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.