Hostname
simplelists.com
Last fetched
simplelists.com resolves to 2 IPv4 addresses operated by SERVERHOUSE in GB. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
simplelists.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 |
|---|---|---|---|---|
| 78.143.254.21 | 78.143.254.0/24 | AS21472 | SERVERHOUSE | GB |
| 78.143.254.51 | 78.143.254.0/24 | AS21472 | SERVERHOUSE | GB |
WHOIS identity
- Registrar
- iana:69
- Organization
- andrew beverley
- Contact emails
Subdomains
588 observed subdomains of simplelists.com.
Showing 25 of 588. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from simplelists.com in the public web crawl.
275 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for simplelists.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 198.199.155.0/24 |
| SPF_IP | 66.163.221.0/24 |
| SPF_IP | 78.143.254.0/24 |
| SPF_IP | 91.234.234.0/24 |
Related pages
Pivot deeper into the graph from simplelists.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "simplelists.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.