Hostname
s.8s.by
Last fetched
s.8s.by resolves to 2 IPv4 addresses operated by BAS-NET-AS - State Scientific Enterprise 'United Institute of Informatics Problems of National Academy of Sciences of Belarus' (UIIP NASB) in BY.
Nutrition Label
Resolution chain
s.8s.by 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 |
|---|---|---|---|---|
| 80.94.162.132 | 80.94.160.0/20 | AS21274 | BAS-NET-AS - State Scientific Enterprise 'United Institute of Informatics Problems of National Academy of Sciences of Belarus' (UIIP NASB) | BY |
| 80.94.163.8 | 80.94.160.0/20 | AS21274 | BAS-NET-AS - State Scientific Enterprise 'United Institute of Informatics Problems of National Academy of Sciences of Belarus' (UIIP NASB) | BY |
WHOIS identity
No WHOIS records are currently associated with s.8s.by in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from s.8s.by.
- IP · 80.94.162.132
- ASN · AS21274BAS-NET-AS - State Scientific Enterprise 'United Institute of Informatics Problems of National Academy of Sciences of Belarus' (UIIP NASB)
- Country · BY
- Apex domain · 8s.by
- TLD · .by
- Browse hostnames · s8…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "s.8s.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.