Skip to content

Hostname

lists2.topware.com

Last fetched

lists2.topware.com resolves to 1 IPv4 address operated by AS12843 in DE.

Nutrition Label

WHISPER CANON · lists2.topware.comRouting diversity1.5/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/lists2.topware.com

Resolution chain

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

IPPrefixASNOperatorCountry
93.189.156.14893.189.152.0/21AS12843DE

WHOIS identity

No WHOIS records are currently associated with lists2.topware.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • lists2.topware.com

SPF policy

4 SPF mechanisms authorising senders for lists2.topware.com.

MechanismTarget
SPF_Alists2.topware.com
SPF_IP93.189.156.147
SPF_IP93.189.156.148
SPF_MXlists2.topware.com

Related pages

Pivot deeper into the graph from lists2.topware.com.

Cypher and MCP

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

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