Hostname
stud.ih.by
Last fetched
stud.ih.by resolves to 2 IPv4 addresses operated by AS6697 in BY.
Nutrition Label
Resolution chain
stud.ih.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 |
|---|---|---|---|---|
| 185.66.69.200 | 185.66.68.0/23 | AS6697 | — | BY |
| 45.128.205.11 | 45.128.205.0/24 | AS215272 | — | BY |
WHOIS identity
No WHOIS records are currently associated with stud.ih.by in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for stud.ih.by.
| Mechanism | Target |
|---|---|
| SPF_A | stud.ih.by |
| SPF_IP | 185.66.69.200 |
| SPF_MX | stud.ih.by |
Related pages
Pivot deeper into the graph from stud.ih.by.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stud.ih.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.