Hostname
info.pinnaclespeaks.com
Last fetched
info.pinnaclespeaks.com resolves to 1 IPv4 address operated by COGENT-174 - Cogent Communications, LLC in US.
Nutrition Label
Resolution chain
info.pinnaclespeaks.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 |
|---|---|---|---|---|
| 216.211.204.124 | 216.211.204.0/22 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
WHOIS identity
No WHOIS records are currently associated with info.pinnaclespeaks.com in WhisperGraph.
Subdomains
4 observed subdomains of info.pinnaclespeaks.com.
Threat posture
History
Mail and authentication
SPF policy
37 SPF mechanisms authorising senders for info.pinnaclespeaks.com.
| Mechanism | Target |
|---|---|
| SPF_A | info.pinnaclespeaks.com |
| SPF_IP | 141.98.117.207/32 |
| SPF_IP | 141.98.117.208/32 |
| SPF_IP | 151.106.7.181/32 |
| SPF_IP | 151.106.7.182/32 |
| SPF_IP | 154.30.165.22/32 |
| SPF_IP | 154.30.165.23/32 |
| SPF_IP | 162.248.4.230/32 |
| SPF_IP | 162.248.4.231/32 |
| SPF_IP | 162.248.4.232/32 |
| SPF_IP | 162.248.4.233/32 |
| SPF_IP | 173.211.64.155/32 |
| SPF_IP | 176.111.221.197/32 |
| SPF_IP | 176.111.221.198/32 |
| SPF_IP | 176.111.222.219/32 |
| SPF_IP | 176.111.222.220/32 |
| SPF_IP | 178.159.13.140/32 |
| SPF_IP | 178.159.13.141/32 |
| SPF_IP | 178.159.13.142/32 |
| SPF_IP | 178.159.13.143/32 |
| SPF_IP | 185.126.34.50/32 |
| SPF_IP | 185.126.34.51/32 |
| SPF_IP | 185.198.59.142/32 |
| SPF_IP | 185.198.59.143/32 |
| SPF_IP | 185.215.225.219/32 |
| SPF_IP | 185.215.225.220/32 |
| SPF_IP | 185.215.225.240/32 |
| SPF_IP | 185.215.225.244/32 |
| SPF_IP | 185.244.151.244/32 |
| SPF_IP | 185.244.151.250/32 |
| SPF_IP | 188.40.164.3/32 |
| SPF_IP | 188.40.164.4/32 |
| SPF_IP | 188.40.164.5/32 |
| SPF_IP | 188.40.164.6/32 |
| SPF_IP | 216.126.56.139/32 |
| SPF_IP | 216.126.56.140/32 |
| SPF_MX | info.pinnaclespeaks.com |
Related pages
Pivot deeper into the graph from info.pinnaclespeaks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "info.pinnaclespeaks.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.