Hostname
cljlaw.com
Last fetched
cljlaw.com resolves to 1 IPv4 address operated by AS45352 in MY. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
cljlaw.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 |
|---|---|---|---|---|
| 43.228.245.8 | 43.228.245.0/24 | AS45352 | — | MY |
WHOIS identity
- Registrar
- iana:2
- Organization
- clj law sdn bhd
- Contact emails
Subdomains
9 observed subdomains of cljlaw.com.
Web-graph footprint
Distinct hostnames that link to or from cljlaw.com in the public web crawl.
103 sites link to this hostname.
57 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for cljlaw.com.
| Mechanism | Target |
|---|---|
| SPF_A | cljlaw.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 162.253.17.84 |
| SPF_IP | 173.248.148.202 |
| SPF_IP | 173.248.148.203 |
| SPF_IP | 173.248.148.204 |
| SPF_IP | 183.81.160.108 |
| SPF_IP | 183.81.160.115 |
| SPF_IP | 183.81.160.120 |
| SPF_IP | 183.81.160.121 |
| SPF_IP | 183.81.160.122 |
| SPF_IP | 183.81.160.123 |
| SPF_IP | 43.228.245.9 |
Related pages
Pivot deeper into the graph from cljlaw.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cljlaw.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.