Hostname
spusti.to
Last fetched
spusti.to resolves to 1 IPv4 address operated by AS5578 in SK.
Nutrition Label
Resolution chain
spusti.to 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 |
|---|---|---|---|---|
| 195.168.98.190 | 195.168.0.0/16 | AS5578 | — | SK |
WHOIS identity
No WHOIS records are currently associated with spusti.to in WhisperGraph.
Subdomains
7 observed subdomains of spusti.to.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for spusti.to.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ousystems.sk |
| SPF_INCLUDE | _spf.presmont.it |
| SPF_IP | 109.74.145.223 |
| SPF_IP | 195.168.98.178 |
| SPF_MX | spusti.to |
Related pages
Pivot deeper into the graph from spusti.to.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spusti.to"})-[: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.