Skip to content

Hostname

litoweb.com

Last fetched

litoweb.com resolves to 1 IPv4 address operated by ARUBA-ASN in IT. WHOIS lists iana:291 as the registrar.

Nutrition Label

WHISPER CANON · litoweb.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/litoweb.com

Resolution chain

litoweb.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
95.110.133.22795.110.128.0/21AS31034ARUBA-ASNIT

WHOIS identity

Registrar
iana:291
Organization
massimiliano pelloni
Contact emails

Subdomains

17 observed subdomains of litoweb.com.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for litoweb.com.

MechanismTarget
SPF_Amta.litoweb.com
SPF_Amta1.litoweb.com
SPF_Aweb.litoweb.com
SPF_INCLUDEe-milia.com

Related pages

Pivot deeper into the graph from litoweb.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "litoweb.com"})-[: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.