Hostname
static.cl8.com
Last fetched
static.cl8.com resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in DE.
Nutrition Label
Resolution chain
static.cl8.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 |
|---|---|---|---|---|
| 185.11.125.39 | 185.11.125.0/24 | AS19551 | INCAPSULA - Incapsula Inc | DE |
| 192.230.82.39 | 192.230.82.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
No WHOIS records are currently associated with static.cl8.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for static.cl8.com.
| Mechanism | Target |
|---|---|
| SPF_A | cl8.com |
| SPF_A | mail.cl8.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_MX | static.cl8.com |
Related pages
Pivot deeper into the graph from static.cl8.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.cl8.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.