Skip to content

Hostname

liujo.com

Last fetched

liujo.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:168 as the registrar.

Nutrition Label

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

Resolution chain

liujo.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:168
Organization
liu jo spa
Contact emails

Subdomains

39 observed subdomains of liujo.com.

Web-graph footprint

Distinct hostnames that link to or from liujo.com in the public web crawl.

677 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for liujo.com.

MechanismTarget
SPF_INCLUDEliujo.it
SPF_INCLUDEspf.mandrillapp.com
SPF_IP195.140.184.0/22
SPF_IP91.192.40.0/22

Related pages

Pivot deeper into the graph from liujo.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "liujo.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.