Hostname
casalending.com
Last fetched
casalending.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:3827 as the registrar.
Nutrition Label
Resolution chain
casalending.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:3827
- Organization
- builders capital
- Contact emails
Subdomains
6 observed subdomains of casalending.com.
Web-graph footprint
Distinct hostnames that link to or from casalending.com in the public web crawl.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for casalending.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 23185499.spf01.hubspotemail.net |
| SPF_INCLUDE | spf-westus.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zohomail360.com |
| SPF_INCLUDE | usb._netblocks.mimecast.com |
| SPF_IP | 2a01:111:f400::0/48 |
| SPF_IP | 2a01:111:f403:8000::/51 |
| SPF_IP | 2a01:111:f403::/49 |
| SPF_IP | 2a01:111:f403:c000::/51 |
| SPF_IP | 2a01:111:f403:f000::/52 |
| SPF_IP | 40.107.0.0/14 |
| SPF_IP | 40.92.0.0/15 |
Related pages
Pivot deeper into the graph from casalending.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "casalending.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.