Hostname
seneca.sk
Last fetched
seneca.sk resolves to 1 IPv4 address operated by AS57707 in CZ. WHOIS lists registrar:webglobe, a.s. as the registrar.
Nutrition Label
Resolution chain
seneca.sk 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.25.220.89 | 171.25.220.0/23 | AS57707 | — | CZ |
WHOIS identity
- Registrar
- registrar:webglobe, a.s.
- Organization
- martina tip travel a.s.
- Contact emails
- —
Subdomains
10 observed subdomains of seneca.sk.
Web-graph footprint
Distinct hostnames that link to or from seneca.sk in the public web crawl.
27 sites link to this hostname.
35 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for seneca.sk.
| Mechanism | Target |
|---|---|
| SPF_IP | 171.25.220.87/32 |
| SPF_IP | 171.25.220.89 |
| SPF_IP | 176.9.162.210 |
| SPF_IP | 2a01:4f8:160:4448:0:0:244:27 |
| SPF_IP | 2a01:4f8:160:4448:176:9:162:210 |
| SPF_IP | 5.9.244.27 |
| SPF_IP | 81.89.56.112 |
Related pages
Pivot deeper into the graph from seneca.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "seneca.sk"})-[: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.