Hostname
voipex.si
Last fetched
voipex.si resolves to 2 IPv4 addresses operated by AS20773 in DE.
Nutrition Label
Resolution chain
voipex.si 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 |
|---|---|---|---|---|
| 80.237.215.160 | 80.237.214.0/23 | AS20773 | — | DE |
| 83.169.10.166 | 83.169.8.0/21 | AS8972 | — | FR |
WHOIS identity
No WHOIS records are currently associated with voipex.si in WhisperGraph.
Subdomains
9 observed subdomains of voipex.si.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for voipex.si.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ms3.voipex.si |
| SPF_A | mail.odpocij.si |
| SPF_A | mail.voipex.si |
| SPF_A | posta.in-sist.eu |
| SPF_A | voipex.si |
| SPF_IP | 185.220.25.109 |
| SPF_MX | voipex.si |
Related pages
Pivot deeper into the graph from voipex.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "voipex.si"})-[: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.