Hostname
mail.triomedia.by
Last fetched
mail.triomedia.by resolves to 3 IPv4 addresses operated by BELPAK-AS - Republican Unitary Telecommunication Enterprise Beltelecom in BY.
Nutrition Label
Resolution chain
mail.triomedia.by resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.158.213.238 | 194.158.213.0/24 | AS6697 | BELPAK-AS - Republican Unitary Telecommunication Enterprise Beltelecom | BY |
| 80.249.81.9 | 80.249.80.0/20 | AS12406 | BN-AS - Business Network Ltd | BY |
| 80.249.92.154 | 80.249.80.0/20 | AS12406 | BN-AS - Business Network Ltd | BY |
WHOIS identity
No WHOIS records are currently associated with mail.triomedia.by in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for mail.triomedia.by.
| Mechanism | Target |
|---|---|
| SPF_IP | 194.158.213.238 |
| SPF_IP | 194.158.213.246 |
| SPF_IP | 80.249.81.9 |
| SPF_IP | 80.249.92.154 |
| SPF_MX | mail.triomedia.by |
Related pages
Pivot deeper into the graph from mail.triomedia.by.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.triomedia.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.