Hostname
csw.timemaker.org
Last fetched
csw.timemaker.org resolves to 1 IPv4 address operated by AS16276 in CA.
Nutrition Label
Resolution chain
csw.timemaker.org 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 |
|---|---|---|---|---|
| 66.70.220.52 | 66.70.128.0/17 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with csw.timemaker.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for csw.timemaker.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | send.aweber.com |
| SPF_IP | 146.59.68.67 |
| SPF_IP | 194.90.9.20/32 |
| SPF_IP | 199.203.52.110 |
| SPF_IP | 199.203.56.181 |
| SPF_IP | 216.139.197.21 |
| SPF_IP | 35.187.52.215 |
| SPF_IP | 50.30.37.136 |
| SPF_IP | 66.70.220.52 |
| SPF_IP | 69.64.56.110 |
| SPF_IP | 81.0.237.21 |
| SPF_IP | 85.25.236.26 |
| SPF_IP | 85.25.236.36 |
Related pages
Pivot deeper into the graph from csw.timemaker.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "csw.timemaker.org"})-[: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.