Hostname
partecipami.it
Last fetched
partecipami.it resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists registrar:shellrent s.p.a. as the registrar.
Nutrition Label
Resolution chain
partecipami.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 |
|---|---|---|---|---|
| 52.57.70.78 | 52.57.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:shellrent s.p.a.
- Organization
- fondazione rcm - rete civica di milano
- Contact emails
- —
Subdomains
14 observed subdomains of partecipami.it.
Web-graph footprint
Distinct hostnames that link to or from partecipami.it in the public web crawl.
161 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for partecipami.it.
| Mechanism | Target |
|---|---|
| SPF_A | aws.fondazionercm.it |
| SPF_A | fc.retecivica.milano.it |
| SPF_A | frcm.as.c-0.it |
| SPF_IP | 154.56.221.0/24 |
| SPF_IP | 185.145.192.160/28 |
| SPF_IP | 212.239.120.181 |
| SPF_IP | 213.92.51.181 |
| SPF_IP | 52.57.70.78 |
Related pages
Pivot deeper into the graph from partecipami.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "partecipami.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.