Hostname
process.it
Last fetched
process.it resolves to 2 IPv4 addresses operated by GENESYS-AS in IT. WHOIS lists registrar:aruba business s.r.l. as the registrar.
Nutrition Label
Resolution chain
process.it resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.54.225.226 | 212.54.224.0/22 | AS24994 | GENESYS-AS | IT |
| 81.31.159.87 | 81.31.159.0/24 | AS47242 | HOST-SPA | IT |
WHOIS identity
- Registrar
- registrar:aruba business s.r.l.
- Organization
- massimo mescoli
- Contact emails
- —
Subdomains
1 observed subdomain of process.it.
| Subdomain |
|---|
| mail.process.it |
Web-graph footprint
Distinct hostnames that link to or from process.it in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- process.it
SPF policy
3 SPF mechanisms authorising senders for process.it.
| Mechanism | Target |
|---|---|
| SPF_A | process.it |
| SPF_IP | 212.54.225.226 |
| SPF_MX | process.it |
Related pages
Pivot deeper into the graph from process.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "process.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.