Hostname
equens.it
Last fetched
equens.it resolves to 1 IPv4 address operated by AS16177 in NL. WHOIS lists registrar:csc corporate domains, inc. as the registrar.
Nutrition Label
Resolution chain
equens.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 |
|---|---|---|---|---|
| 82.195.46.58 | 82.195.46.0/24 | AS16177 | — | NL |
WHOIS identity
- Registrar
- registrar:csc corporate domains, inc.
- Organization
- worldline
- Contact emails
- —
Subdomains
1 observed subdomain of equens.it.
| Subdomain |
|---|
| www.equens.it |
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for equens.it.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.56.114.164 |
| SPF_IP | 193.56.114.165 |
| SPF_IP | 193.56.114.166 |
| SPF_IP | 193.56.114.167 |
| SPF_IP | 193.56.114.176/32 |
| SPF_IP | 193.56.114.177 |
| SPF_IP | 212.159.214.140/32 |
| SPF_IP | 212.159.214.141/32 |
| SPF_IP | 89.106.185.187 |
| SPF_IP | 89.106.185.188 |
Related pages
Pivot deeper into the graph from equens.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "equens.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.