Hostname
smtp.vovici.com
Last fetched
smtp.vovici.com resolves to 1 IPv4 address operated by CENTURYLINK-LEGACY-SAVVIS - CenturyLink Communications, LLC in US.
Nutrition Label
Resolution chain
smtp.vovici.com 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 |
|---|---|---|---|---|
| 206.132.28.27 | 206.132.16.0/20 | AS3561 | CENTURYLINK-LEGACY-SAVVIS - CenturyLink Communications, LLC | US |
WHOIS identity
No WHOIS records are currently associated with smtp.vovici.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for smtp.vovici.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.vovici.com |
| SPF_IP | 18.207.63.80 |
| SPF_IP | 206.132.28.0/24 |
| SPF_IP | 34.193.223.166 |
| SPF_IP | 34.203.185.172 |
| SPF_IP | 34.224.251.10 |
| SPF_IP | 34.225.182.221 |
| SPF_IP | 34.238.107.229 |
| SPF_IP | 35.171.224.16 |
| SPF_IP | 52.35.220.252 |
| SPF_IP | 52.39.228.22 |
| SPF_IP | 52.88.135.56 |
| SPF_IP | 54.148.1.33 |
| SPF_IP | 54.82.201.179 |
| SPF_MX | smtp.vovici.com |
Related pages
Pivot deeper into the graph from smtp.vovici.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smtp.vovici.com"})-[: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.