Hostname
ratio-tec.it
Last fetched
ratio-tec.it resolves to 1 IPv4 address operated by AS15817 in DE. WHOIS lists registrar:internetx gmbh as the registrar.
Nutrition Label
Resolution chain
ratio-tec.it 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 |
|---|---|---|---|---|
| 153.92.192.115 | 153.92.192.0/20 | AS15817 | — | DE |
WHOIS identity
- Registrar
- registrar:internetx gmbh
- Organization
- ratiotec italia srl
- Contact emails
- —
Subdomains
1 observed subdomain of ratio-tec.it.
| Subdomain |
|---|
| www.ratio-tec.it |
Web-graph footprint
Distinct hostnames that link to or from ratio-tec.it in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ratio-tec.it.
| Mechanism | Target |
|---|---|
| SPF_A | ratio-tec.it |
| SPF_INCLUDE | _spf-eu.ionos.com |
| SPF_INCLUDE | _spf.armada.it |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.turbo-smtp.com |
| SPF_IP | 178.238.225.43/32 |
| SPF_IP | 78.46.1.18/32 |
| SPF_MX | ratio-tec.it |
Related pages
Pivot deeper into the graph from ratio-tec.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ratio-tec.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.