Hostname
biospherix.com
Last fetched
biospherix.com resolves to 1 IPv4 address operated by SINGLEHOP-LLC - Internap Holding LLC in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
biospherix.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 |
|---|---|---|---|---|
| 172.96.187.242 | 172.96.187.0/24 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- domain privacy service fbo registrant.
- Contact emails
Subdomains
14 observed subdomains of biospherix.com.
Web-graph footprint
Distinct hostnames that link to or from biospherix.com in the public web crawl.
52 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for biospherix.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.biospherix.com |
| SPF_A | mxlogin.com |
| SPF_A | zimbra.biospherix.com |
| SPF_INCLUDE | _s00002163.autospf.email |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | user.zohobookings.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 162.254.200.130 |
| SPF_IP | 198.187.31.108 |
| SPF_IP | 45.43.208.33 |
| SPF_MX | biospherix.com |
Related pages
Pivot deeper into the graph from biospherix.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "biospherix.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.