Hostname
b2b-logist.com
Last fetched
b2b-logist.com resolves to 3 IPv4 addresses operated by AS9123 in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
b2b-logist.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 |
|---|---|---|---|---|
| 185.200.243.81 | 185.200.243.0/24 | AS9123 | — | RU |
| 185.71.64.120 | 185.71.64.0/24 | AS43298 | — | RU |
| 188.225.86.147 | 188.225.86.0/24 | AS9123 | — | RU |
WHOIS identity
- Registrar
- iana:463
- Organization
- ooo umnaya logistika
- Contact emails
Subdomains
18 observed subdomains of b2b-logist.com.
Showing 14 of 18. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from b2b-logist.com in the public web crawl.
23 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for b2b-logist.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.yandex.net |
| SPF_INCLUDE | spf.unione.io |
| SPF_INCLUDE | spf.unisender.com |
Related pages
Pivot deeper into the graph from b2b-logist.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2b-logist.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.