Skip to content

Hostname

lista.com

Last fetched

lista.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CH. WHOIS lists iana:15 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
193.9.122.124193.9.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.CH
91.99.6.11591.99.0.0/16AS24940HETZNER-ASDE

WHOIS identity

Registrar
iana:15
Organization
lista
Contact emails

Subdomains

67 observed subdomains of lista.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for lista.com.

MechanismTarget
SPF_INCLUDEagenturserver.de
SPF_INCLUDEspf.crsend.com
SPF_INCLUDEspf.escapenet.ch
SPF_INCLUDEspf.protection.outlook.com
SPF_IP116.202.99.15
SPF_IP168.119.247.18
SPF_IP193.9.122.124
SPF_IP195.65.40.10
SPF_IP20.54.72.192
SPF_IP212.87.139.130
SPF_IP91.199.98.57/32

Related pages

Pivot deeper into the graph from lista.com.

Cypher and MCP

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

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