Hostname
tempus.sk
Last fetched
tempus.sk resolves to 1 IPv4 address operated by AS29405 in SK. WHOIS lists registrar:cona, s.r.o. as the registrar.
Nutrition Label
Resolution chain
tempus.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 |
|---|---|---|---|---|
| 81.89.49.145 | 81.89.48.0/20 | AS29405 | — | SK |
WHOIS identity
- Registrar
- registrar:cona, s.r.o.
- Organization
- tempus, spoločnosť s ručením obmedzeným košice
- Contact emails
Subdomains
24 observed subdomains of tempus.sk.
Showing 21 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tempus.sk in the public web crawl.
24 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for tempus.sk.
| Mechanism | Target |
|---|---|
| SPF_A | eurobus.bart.sk |
| SPF_A | smtp.mail-dealer.cz |
| SPF_A | tempus.sk |
| SPF_INCLUDE | _spf.bart.sk |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | smtpx.stable.cz |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 194.228.247.234/32 |
| SPF_IP | 81.89.49.143 |
| SPF_IP | 81.89.49.145 |
| SPF_IP | 85.159.106.27 |
| SPF_IP | 85.159.106.54 |
| SPF_IP | 85.159.108.147 |
| SPF_IP | 85.159.108.210 |
| SPF_MX | tempus.sk |
Related pages
Pivot deeper into the graph from tempus.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tempus.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.