Sees suspicious activity
CloudCastle follows programs, files, network connections and sign-in activity so it can spot an attack while it is happening.
CloudCastle Advanced EDR
CloudCastle watches what programs do, not just what they are called. When behavior looks dangerous, it gathers the evidence and can safely stop or isolate the threat under rules you control.
Behavior-first protection
The short version
It watches each computer, recognizes attack behavior and responds without handing unlimited control to AI.
CloudCastle follows programs, files, network connections and sign-in activity so it can spot an attack while it is happening.
It combines trusted security rules with behavior and threat intelligence, helping it catch both known malware and new attacks.
Approved policies can stop a malicious process, quarantine a file or isolate a computer. Every action is recorded and protected by safety controls.
Detection architecture
High-confidence deterministic detections remain the source of truth. AI ranks evidence and helps technicians reason faster, but it cannot bypass policy.
Platform sensors emit normalized process, file, network and DNS events through one hardware-abstraction contract, so the detection core does not need platform-specific exceptions.
Sigma rules, YARA-X content scanning, IOC matching, process ancestry, ransomware canaries and tamper checks corroborate one another instead of depending on a single signature.
A stable feature vector captures temp execution, shell chains, download-to-interpreter behavior, C2 ports, IOC hits and canary trips. Advisory scoring ranks the queue after policy has decided.
Process kill, process-tree containment and file quarantine pass through allowlist, kill-switch and dry-run gates. Network isolation follows the control plane’s own deterministic authorization path.
Every detection carries its rule, severity, image, process ID, policy decision, execution result and bounded process ancestry, with author and references preserved from the rule source.
Per-rule firing counters and MITRE ATT&CK technique rollups show what is covered, what actually fired and when, making blind spots measurable instead of assumed.
Native operating-system security
One portable detection core sits above native collection paths. If a privileged sensor is unavailable, the agent degrades visibly rather than pretending coverage exists.
Event Tracing for Windows collects process execution, network connections and DNS queries from Kernel-Process, Kernel-Network and DNS-Client providers.
CloudCastle reads Windows Security Center’s public product list to understand the antivirus, antispyware and firewall products already present.
Coexistence is deliberate: CloudCastle never directly disables Microsoft Defender or Tamper Protection. Native WSC product registration requires Microsoft Virus Initiative membership and is not claimed today.
Apple’s Endpoint Security Framework provides real-time process-execution telemetry through the same system API used by commercial endpoint products.
Where entitlement, root or TCC approval is unavailable, a libproc process-table poller provides a lower-privilege fallback so new executables remain visible.
The agent reports which tier is active; fallback coverage is never mislabeled as full Endpoint Security coverage.
An eBPF sensor attaches to the process-exec tracepoint and, where supported, BPF-LSM file-open and socket-connect hooks. Network collection can fall back to a TCP-connect kprobe.
Ring-buffer events are normalized without blocking the kernel path. On-demand memory inspection uses /proc/<pid>/maps and /proc/<pid>/mem.
Unavailable kernel features fail open and report their degraded state rather than stopping the machine or the agent.
Defense in depth
A signature can name known malware. Behavior, provenance and live telemetry can expose what nobody has named yet.
Portable Sigma detections map normalized endpoint events to ATT&CK-tagged techniques. Offline validation rejects rules that reference fields the sensor can never emit.
Owned and vendor YARA packs inspect file-bearing events. Broken packs degrade loudly and do not prevent the rest of the pipeline from running.
Write-intent touches of protected honeyfiles create high-signal alerts. Multiple distinct trips inside a short window escalate to a critical active-ransomware verdict.
Hash, IP, domain and path indicators can be loaded or hot-swapped without restarting the agent. Matches are indexed for constant-time lookup and recorded as explicit evidence.
Platform readers support bounded process-memory scans and return explicit unsupported or denied states. The scanner does not hide a privilege failure behind a clean verdict.
Bounded ancestry links the suspicious child to the shell, document reader, installer or parent process that launched it, preserving the path from initial execution to detection.
Protected agent paths and allowed process IDs make modification attempts visible. The same bounded telemetry store exposes recent tamper activity to the management plane.
Normalized CISA Known Exploited Vulnerabilities and NVD data is matched against installed-package inventory, separating actively exploited exposure from ordinary backlog.
Attach detection adds removable-device context to the endpoint record, helping technicians investigate the physical path behind a suspicious file or process.
AI with boundaries
CloudCastle separates evidence, ranking and enforcement so a model failure cannot silently become an endpoint action.
Response safety
The same gate order applies to every endpoint action, including actions triggered through a partner or management workflow.
Start with a single computer, inspect the evidence and policy decisions, then expand with the same cross-platform control plane.