Hostname
gs.cloudwhitepaper.com
Last fetched
gs.cloudwhitepaper.com resolves to 1 IPv4 address operated by AS16276 in CA.
Nutrition Label
Resolution chain
gs.cloudwhitepaper.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 |
|---|---|---|---|---|
| 148.113.197.225 | 148.113.128.0/17 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with gs.cloudwhitepaper.com in WhisperGraph.
Subdomains
2 observed subdomains of gs.cloudwhitepaper.com.
Threat posture
History
Mail and authentication
MX records
- gs.cloudwhitepaper.com
- mail.gs.cloudwhitepaper.com
SPF policy
11 SPF mechanisms authorising senders for gs.cloudwhitepaper.com.
| Mechanism | Target |
|---|---|
| SPF_A | gs.cloudwhitepaper.com |
| SPF_A | r1.gs.cloudwhitepaper.com |
| SPF_A | r2.gs.cloudwhitepaper.com |
| SPF_IP | 148.113.197.225 |
| SPF_IP | 15.235.32.19 |
| SPF_IP | 15.235.35.20 |
| SPF_IP | 2607:5300:205:200:0:0:0:3577 |
| SPF_MX | gs.cloudwhitepaper.com |
| SPF_MX | mail.gs.cloudwhitepaper.com |
| SPF_MX | r1.gs.cloudwhitepaper.com |
| SPF_MX | r2.gs.cloudwhitepaper.com |
Related pages
Pivot deeper into the graph from gs.cloudwhitepaper.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gs.cloudwhitepaper.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.