Hostname
kreditex.ee
Last fetched
kreditex.ee resolves to 1 IPv4 address operated by ESTPAK - Telia Eesti AS in EE.
Nutrition Label
Resolution chain
kreditex.ee 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.50.195.201 | 195.50.192.0/19 | AS3249 | ESTPAK - Telia Eesti AS | EE |
WHOIS identity
No WHOIS records are currently associated with kreditex.ee in WhisperGraph.
Subdomains
23 observed subdomains of kreditex.ee.
Web-graph footprint
Distinct hostnames that link to or from kreditex.ee in the public web crawl.
30 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for kreditex.ee.
| Mechanism | Target |
|---|---|
| SPF_A | kreditex.ee |
| SPF_INCLUDE | _spf.smaily.com |
| SPF_INCLUDE | mail.spf.elkdata.ee |
| SPF_INCLUDE | spf.crmservice.fi |
| SPF_IP | 185.31.94.31 |
| SPF_IP | 195.50.195.192/27 |
| SPF_IP | 195.50.195.199 |
| SPF_IP | 195.50.195.201 |
| SPF_IP | 195.50.195.202 |
| SPF_IP | 213.35.199.115 |
| SPF_MX | kreditex.ee |
Related pages
Pivot deeper into the graph from kreditex.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kreditex.ee"})-[: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.