Hostname
vihat.co
Last fetched
vihat.co resolves to 1 IPv4 address operated by AS7552 in VN.
Nutrition Label
Resolution chain
vihat.co 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 |
|---|---|---|---|---|
| 171.244.138.24 | 171.244.136.0/21 | AS7552 | — | VN |
WHOIS identity
No WHOIS records are currently associated with vihat.co in WhisperGraph.
Subdomains
1 observed subdomain of vihat.co.
| Subdomain |
|---|
| mail.vihat.co |
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for vihat.co.
| Mechanism | Target |
|---|---|
| SPF_A | mail.omicrm.com |
| SPF_A | mail.vihat.co |
| SPF_A | vihat.co |
| SPF_IP | 171.244.138.24 |
| SPF_IP | 171.244.138.25 |
| SPF_IP | 171.244.138.26 |
| SPF_MX | vihat.co |
Related pages
Pivot deeper into the graph from vihat.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vihat.co"})-[: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.