Hostname
datastream.by
Last fetched
datastream.by resolves to 1 IPv4 address operated by BN-AS Belarussian data communication service provider. in BY.
Nutrition Label
Resolution chain
datastream.by 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 |
|---|---|---|---|---|
| 185.179.83.0 | 185.179.82.0/23 | AS12406 | BN-AS Belarussian data communication service provider. | BY |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from datastream.by in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for datastream.by.
| Mechanism | Target |
|---|---|
| SPF_A | datastream.by |
| SPF_INCLUDE | mxsspf.sendpulse.com |
| SPF_INCLUDE | spf.unisender.com |
| SPF_IP | 178.124.222.8/32 |
| SPF_IP | 185.179.83.0 |
| SPF_IP | 37.17.33.64/29 |
| SPF_IP | 77.94.47.112/29 |
| SPF_IP | 93.125.99.9 |
| SPF_MX | datastream.by |
Related pages
Pivot deeper into the graph from datastream.by.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "datastream.by"})-[: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.