Hostname
spoe.mindtake.com
Last fetched
spoe.mindtake.com resolves to 1 IPv4 address operated by AS33917 in AT.
Nutrition Label
Resolution chain
spoe.mindtake.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 |
|---|---|---|---|---|
| 194.145.177.4 | 194.145.176.0/22 | AS33917 | — | AT |
WHOIS identity
No WHOIS records are currently associated with spoe.mindtake.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for spoe.mindtake.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.soz.is |
| SPF_IP | 194.145.176.0/22 |
| SPF_IP | 5.9.56.162/32 |
| SPF_IP | 80.190.129.134 |
| SPF_IP | 80.190.129.135 |
| SPF_IP | 80.190.129.136 |
| SPF_IP | 80.190.129.137/32 |
| SPF_IP | 94.136.6.164 |
Related pages
Pivot deeper into the graph from spoe.mindtake.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spoe.mindtake.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.