Hostname
unimag.by
Last fetched
unimag.by resolves to 1 IPv4 address operated by BELPAK-AS - Republican Unitary Telecommunication Enterprise Beltelecom in BY.
Nutrition Label
Resolution chain
unimag.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 |
|---|---|---|---|---|
| 178.124.210.244 | 178.124.208.0/22 | AS6697 | BELPAK-AS - Republican Unitary Telecommunication Enterprise Beltelecom | BY |
WHOIS identity
No WHOIS records are currently associated with unimag.by in WhisperGraph.
Subdomains
1 observed subdomain of unimag.by.
| Subdomain |
|---|
| www.unimag.by |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for unimag.by.
| Mechanism | Target |
|---|---|
| SPF_A | unimag.by |
| SPF_INCLUDE | _spf.yandex.net |
| SPF_IP | 148.251.27.187 |
| SPF_IP | 2a01:4f8:201:31a7:100:0:0:2 |
| SPF_MX | unimag.by |
Related pages
Pivot deeper into the graph from unimag.by.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "unimag.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.