Hostname
bionicnatura.com
Last fetched
bionicnatura.com resolves to 3 IPv4 addresses operated by AS9905 in ID. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
bionicnatura.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.255.47.57 | 139.255.44.0/22 | AS9905 | — | ID |
| 150.107.140.52 | 150.107.140.0/24 | AS55685 | — | ID |
| 43.247.13.245 | 43.247.13.0/24 | AS38320 | — | ID |
WHOIS identity
- Registrar
- iana:48
- Organization
- suherman .
- Contact emails
Subdomains
4 observed subdomains of bionicnatura.com.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for bionicnatura.com.
| Mechanism | Target |
|---|---|
| SPF_A | bionicnatura.com |
| SPF_INCLUDE | cyberstream.id |
| SPF_INCLUDE | propanraya.id |
| SPF_IP | 150.107.140.57/32 |
| SPF_IP | 150.107.140.61/32 |
| SPF_IP | 150.107.140.62/32 |
| SPF_IP | 43.247.13.246/32 |
| SPF_IP | 43.247.13.251/32 |
| SPF_IP | 43.247.13.252/32 |
| SPF_MX | bionicnatura.com |
Related pages
Pivot deeper into the graph from bionicnatura.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bionicnatura.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.