Hostname
subscriptions.architecturaldigest.com
Last fetched
subscriptions.architecturaldigest.com resolves to 1 IPv4 address operated by CDS-GLOBAL-01 - CDS GLOBAL, INC. in US.
Nutrition Label
Resolution chain
subscriptions.architecturaldigest.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 |
|---|---|---|---|---|
| 198.176.166.210 | 198.176.166.0/24 | AS397973 | CDS-GLOBAL-01 - CDS GLOBAL, INC. | US |
WHOIS identity
No WHOIS records are currently associated with subscriptions.architecturaldigest.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from subscriptions.architecturaldigest.com in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for subscriptions.architecturaldigest.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 137.236.154.169 |
| SPF_IP | 137.236.253.172 |
| SPF_IP | 137.236.253.173 |
| SPF_IP | 137.236.253.174 |
| SPF_IP | 137.236.253.175 |
| SPF_IP | 137.236.253.177 |
| SPF_IP | 137.236.253.178 |
| SPF_IP | 137.236.253.182 |
| SPF_IP | 137.236.253.183 |
| SPF_IP | 205.183.255.160/25 |
| SPF_IP | 205.183.255.161 |
| SPF_IP | 205.183.255.163 |
| SPF_IP | 205.183.255.164 |
| SPF_IP | 205.183.255.165 |
| SPF_IP | 205.183.255.166 |
| SPF_IP | 205.183.255.209 |
| SPF_IP | 205.183.255.210 |
| SPF_IP | 205.183.255.215 |
| SPF_IP | 205.183.255.230 |
| SPF_IP | 205.183.255.242 |
Related pages
Pivot deeper into the graph from subscriptions.architecturaldigest.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "subscriptions.architecturaldigest.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.