Skip to content

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

WHISPER CANON · process.itRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/process.it

Resolution chain

process.it resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
212.54.225.226212.54.224.0/22AS24994GENESYS-ASIT
81.31.159.8781.31.159.0/24AS47242HOST-SPAIT

WHOIS identity

Registrar
registrar:aruba business s.r.l.
Organization
massimo mescoli
Contact emails

Subdomains

1 observed subdomain of 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.

MechanismTarget
SPF_Aprocess.it
SPF_IP212.54.225.226
SPF_MXprocess.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.