Hostname
proced.it
Last fetched
proced.it resolves to 3 IPv4 addresses operated by AS203223 in IT. WHOIS lists registrar:retelit digital services s.p.a. as the registrar.
Nutrition Label
Resolution chain
proced.it resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.153.15.213 | 185.153.12.0/22 | AS203223 | — | IT |
| 185.153.15.215 | 185.153.12.0/22 | AS203223 | — | IT |
| 80.86.153.11 | 80.86.152.0/22 | AS21309 | — | IT |
WHOIS identity
- Registrar
- registrar:retelit digital services s.p.a.
- Organization
- proced
- Contact emails
- —
Subdomains
9 observed subdomains of proced.it.
Web-graph footprint
Distinct hostnames that link to or from proced.it in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for proced.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _pmta2.antevenio.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.153.15.222 |
| SPF_IP | 80.86.153.15 |
Related pages
Pivot deeper into the graph from proced.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "proced.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.