Hostname
technolit.it
Last fetched
technolit.it has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:vautron rechenzentrum ag as the registrar.
Nutrition Label
Resolution chain
technolit.it has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:vautron rechenzentrum ag
- Organization
- technolit
- Contact emails
- —
Subdomains
20 observed subdomains of technolit.it.
Showing 18 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from technolit.it in the public web crawl.
7 sites link to this hostname.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for technolit.it.
| Mechanism | Target |
|---|---|
| SPF_A | atlassian02.netigo.de |
| SPF_A | iwetec02.netigo.de |
| SPF_A | mxext1.mailbox.org |
| SPF_A | mxext2.mailbox.org |
| SPF_A | technolit.it |
| SPF_A | technolit02.netigo.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.218.193.6/32 |
| SPF_IP | 212.218.93.111/32 |
| SPF_IP | 87.118.88.118/32 |
| SPF_MX | mail.technolit.de |
| SPF_MX | technolit.it |
Related pages
Pivot deeper into the graph from technolit.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "technolit.it"})-[: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.