Hostname
cti.eu
Last fetched
cti.eu resolves to 2 IPv4 addresses operated by AS60309 in PL. WHOIS lists registrar:agnat sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
cti.eu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 31.179.252.107 | 31.179.252.0/24 | AS60309 | — | PL |
| 212.109.147.65 | 212.109.144.0/20 | AS13065 | — | PL |
WHOIS identity
- Registrar
- registrar:agnat sp. z o.o.
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of cti.eu.
Web-graph footprint
Distinct hostnames that link to or from cti.eu in the public web crawl.
119 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for cti.eu.
| Mechanism | Target |
|---|---|
| SPF_IP | 212.109.147.64/26 |
| SPF_IP | 31.179.252.0/24 |
| SPF_MX | cti.eu |
Related pages
Pivot deeper into the graph from cti.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cti.eu"})-[: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.