Hostname
offers.pinnaclesys.com
Last fetched
offers.pinnaclesys.com resolves to 2 IPv4 addresses operated by CLOUDDC-AS in US.
Nutrition Label
Resolution chain
offers.pinnaclesys.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 |
|---|---|---|---|---|
| 141.206.159.248 | 141.206.156.0/22 | AS60164 | CLOUDDC-AS | US |
| 141.206.159.249 | 141.206.156.0/22 | AS60164 | CLOUDDC-AS | US |
WHOIS identity
No WHOIS records are currently associated with offers.pinnaclesys.com in WhisperGraph.
Subdomains
1 observed subdomain of offers.pinnaclesys.com.
| Subdomain |
|---|
| www.offers.pinnaclesys.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for offers.pinnaclesys.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 141.206.144.0/20 |
| SPF_IP | 195.140.184.0/22 |
| SPF_IP | 67.216.224.0/21 |
| SPF_IP | 67.216.232.0/23 |
| SPF_IP | 67.216.234.0/24 |
| SPF_IP | 67.216.239.0/24 |
| SPF_IP | 91.192.40.0/22 |
| SPF_IP | 91.222.96.0/22 |
Related pages
Pivot deeper into the graph from offers.pinnaclesys.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "offers.pinnaclesys.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.