Hostname
lists3.topware.com
Last fetched
lists3.topware.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
lists3.topware.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.168.161.12 | 52.160.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 93.189.156.149 | 93.189.152.0/21 | AS12843 | — | DE |
WHOIS identity
No WHOIS records are currently associated with lists3.topware.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- lists3.topware.com
SPF policy
4 SPF mechanisms authorising senders for lists3.topware.com.
| Mechanism | Target |
|---|---|
| SPF_A | lists3.topware.com |
| SPF_IP | 52.168.161.12 |
| SPF_IP | 93.189.156.149 |
| SPF_MX | lists3.topware.com |
Related pages
Pivot deeper into the graph from lists3.topware.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lists3.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.