Hostname
cmpco.com
Last fetched
cmpco.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in ES. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
cmpco.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.8.41 | 2.16.8.0/24 | AS20940 | AKAMAI-ASN1 | ES |
| 2.17.35.34 | 2.17.35.0/24 | AS20940 | AKAMAI-ASN1 | ES |
| 23.196.3.178 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.196.3.204 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.42.78 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.42.81 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.203.14 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.203.7 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 95.101.38.189 | 95.101.38.0/24 | AS20940 | AKAMAI-ASN1 | ES |
| 95.101.38.192 | 95.101.38.0/24 | AS20940 | AKAMAI-ASN1 | ES |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
40 observed subdomains of cmpco.com.
Showing 25 of 40. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cmpco.com in the public web crawl.
305 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cmpco.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | spf.iberdrola.com |
Related pages
Pivot deeper into the graph from cmpco.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cmpco.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.