Hostname
technogel.org
Last fetched
technogel.org resolves to 2 IPv4 addresses operated by AS-IRIDEOS-KP in IT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
technogel.org 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 |
|---|---|---|---|---|
| 109.168.67.235 | 109.168.0.0/17 | AS5602 | AS-IRIDEOS-KP | IT |
| 81.200.129.183 | 81.200.128.0/23 | AS202552 | PROTEC-AS | IT |
WHOIS identity
- Registrar
- iana:69
- Organization
- luigi durante
- Contact emails
Subdomains
2 observed subdomains of technogel.org.
| Subdomain |
|---|
| mail.technogel.org |
| www.technogel.org |
Web-graph footprint
Distinct hostnames that link to or from technogel.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for technogel.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 88.36.198.236 |
| SPF_IP | 88.36.198.243 |
| SPF_MX | technogel.org |
Related pages
Pivot deeper into the graph from technogel.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "technogel.org"})-[: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.