Hostname
opendem.it
Last fetched
opendem.it resolves to 1 IPv4 address operated by AS3302 in IT. WHOIS lists registrar:genesys informatica s.r.l. as the registrar.
Nutrition Label
Resolution chain
opendem.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 |
|---|---|---|---|---|
| 62.94.22.117 | 62.94.0.0/16 | AS3302 | — | IT |
WHOIS identity
- Registrar
- registrar:genesys informatica s.r.l.
- Organization
- web service internet solutions s. r. l.
- Contact emails
- —
Subdomains
17 observed subdomains of opendem.it.
Web-graph footprint
Distinct hostnames that link to or from opendem.it in the public web crawl.
15 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for opendem.it.
| Mechanism | Target |
|---|---|
| SPF_A | opendem.it |
| SPF_IP | 62.94.11.224/27 |
| SPF_IP | 62.94.22.112/28 |
| SPF_IP | 62.94.26.224/27 |
| SPF_IP | 62.94.27.144/28 |
| SPF_IP | 62.94.27.32/27 |
| SPF_IP | 62.94.34.0/27 |
| SPF_IP | 84.233.242.64/27 |
| SPF_MX | opendem.it |
Related pages
Pivot deeper into the graph from opendem.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "opendem.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.