Hostname
biozone.se
Last fetched
biozone.se resolves to 1 IPv4 address operated by AS43853 in SE. WHOIS lists registrar:one.com as the registrar.
Nutrition Label
Resolution chain
biozone.se 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 |
|---|---|---|---|---|
| 46.22.119.75 | 46.22.112.0/20 | AS43853 | — | SE |
WHOIS identity
- Registrar
- registrar:one.com
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of biozone.se.
| Subdomain |
|---|
| www.biozone.se |
Web-graph footprint
Distinct hostnames that link to or from biozone.se in the public web crawl.
9 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for biozone.se.
| Mechanism | Target |
|---|---|
| SPF_A | biozone.se |
| SPF_INCLUDE | _custspf.one.com |
| SPF_INCLUDE | biozone-se.mx10.staysecuregroup.com |
| SPF_INCLUDE | biozone-se.mx11.staysecuregroup.net |
| SPF_IP | 195.58.123.0/24 |
| SPF_IP | 195.62.76.0/24 |
| SPF_IP | 195.62.77.0/24 |
| SPF_IP | 213.115.199.0/24 |
| SPF_IP | 213.115.226.0/25 |
| SPF_IP | 46.253.203.0/24 |
| SPF_MX | biozone.se |
Related pages
Pivot deeper into the graph from biozone.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "biozone.se"})-[: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.