Hostname
clxsystem.com
Last fetched
clxsystem.com resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
clxsystem.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.77.178.132 | 104.77.178.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 104.77.178.142 | 104.77.178.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.211.139.209 | 23.211.139.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.211.139.210 | 23.211.139.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.75 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.81 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
7 observed subdomains of clxsystem.com.
Web-graph footprint
Distinct hostnames that link to or from clxsystem.com in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for clxsystem.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 136970.spf03.hubspotemail.net |
| SPF_INCLUDE | bmesend.com |
| SPF_INCLUDE | email-od.com |
| SPF_INCLUDE | reflexion.net |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from clxsystem.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clxsystem.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.