Hostname
botaniczna.com
Last fetched
botaniczna.com resolves to 2 IPv4 addresses operated by AS206834 in DE. WHOIS lists iana:609 as the registrar.
Nutrition Label
Resolution chain
botaniczna.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 |
|---|---|---|---|---|
| 185.53.179.138 | 185.54.48.0/22 | AS206834 | — | DE |
| 5.39.59.151 | 5.39.0.0/17 | AS16276 | — | PL |
WHOIS identity
- Registrar
- iana:609
- Organization
- nickel development sp. z o.o.
- Contact emails
Subdomains
3 observed subdomains of botaniczna.com.
Web-graph footprint
Distinct hostnames that link to or from botaniczna.com in the public web crawl.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for botaniczna.com.
| Mechanism | Target |
|---|---|
| SPF_A | botaniczna.com |
| SPF_IP | 178.32.243.97 |
| SPF_IP | 178.33.117.20 |
| SPF_IP | 185.38.249.55 |
| SPF_IP | 5.39.59.151 |
| SPF_IP | 87.98.163.5 |
| SPF_MX | botaniczna.com |
Related pages
Pivot deeper into the graph from botaniczna.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "botaniczna.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.