Hostname
lists.powells.com
Last fetched
lists.powells.com resolves to 1 IPv4 address operated by CATON in US.
Nutrition Label
Resolution chain
lists.powells.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.62.180.185 | 45.62.180.0/24 | AS13150 | CATON | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for lists.powells.com.
| Mechanism | Target |
|---|---|
| SPF_A | lists.powells.com |
| SPF_A | lithium.powells.com |
| SPF_A | mail.powells.com |
| SPF_A | www.powells.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 209.47.1.69/32 |
| SPF_IP | 216.194.99.0/24 |
| SPF_IP | 45.62.180.0/24 |
| SPF_IP | 63.123.93.146/32 |
| SPF_IP | 65.240.235.146/32 |
Related pages
Pivot deeper into the graph from lists.powells.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lists.powells.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.