Hostname
caec.com
Last fetched
caec.com resolves to 1 IPv4 address operated by AS63949 in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
caec.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 |
|---|---|---|---|---|
| 139.177.206.14 | 139.177.200.0/21 | AS63949 | — | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- central alabama electric cooperativ
- Contact emails
- slee@coop.caec.com
- cbillings@caec.com
- cg5xk9ng34f@networksolutionsprivateregistration.com
- k65648db32t@networksolutionsprivateregistration.com
- kw94b7fs8z7@networksolutionsprivateregistration.com
- m579m5hd462@networksolutionsprivateregistration.com
- qk4e26ke43w@networksolutionsprivateregistration.com
- zb8vn68x76a@networksolutionsprivateregistration.com
Subdomains
32 observed subdomains of caec.com.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from caec.com in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for caec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | protection.outlook.com |
| SPF_IP | 12.0.227.16 |
Related pages
Pivot deeper into the graph from caec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "caec.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.