Hostname
gomel.eos.by
Last fetched
gomel.eos.by resolves to 2 IPv4 addresses operated by BN-AS - Business Network Ltd in BY.
Nutrition Label
Resolution chain
gomel.eos.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 |
|---|---|---|---|---|
| 178.172.138.19 | 178.172.136.0/22 | AS12406 | BN-AS - Business Network Ltd | BY |
| 185.179.82.221 | 185.179.82.0/23 | AS12406 | BN-AS - Business Network Ltd | BY |
WHOIS identity
No WHOIS records are currently associated with gomel.eos.by in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from gomel.eos.by in the public web crawl.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from gomel.eos.by.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gomel.eos.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.