Hostname
b2baisolutions.io
Last fetched
b2baisolutions.io resolves to 2 IPv4 addresses operated by YandexCloud - Yandex.Cloud LLC in RU. WHOIS lists iana:1606 as the registrar.
Nutrition Label
Resolution chain
b2baisolutions.io 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 |
|---|---|---|---|---|
| 158.160.42.36 | 158.160.0.0/16 | AS200350 | YandexCloud - Yandex.Cloud LLC | RU |
| 31.31.196.240 | 31.31.196.0/24 | AS197695 | AS-REGRU - "Domain names registrar REG.RU", Ltd | RU |
WHOIS identity
- Registrar
- iana:1606
- Organization
- privacy protection
- Contact emails
- —
Subdomains
34 observed subdomains of b2baisolutions.io.
Showing 21 of 34. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for b2baisolutions.io.
| Mechanism | Target |
|---|---|
| SPF_A | b2baisolutions.io |
| SPF_INCLUDE | _spf.hosting.reg.ru |
| SPF_IP | 31.31.196.240 |
| SPF_MX | b2baisolutions.io |
Related pages
Pivot deeper into the graph from b2baisolutions.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2baisolutions.io"})-[: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.