सुरक्षा और अवलोकन शब्दावली
अगली पीढ़ी के सुरक्षा परिदृश्य की तकनीकी शब्दावली में महारत हासिल करें।
eBPF (Extended Berkeley Packet Filter)
A revolutionary technology that can run sandboxed programs in the Linux kernel without changing kernel source code or loading kernel modules. EchelonGraph uses eBPF for zero-instrumentation observability.
Zero-Knowledge Proof (ZKP)
A cryptographic method by which one party (the prover) can prove to another party (the verifier) that a specific statement is true, without conveying any information apart from the fact that the statement is indeed true.
Blast Radius
The potential impact or reach of a security breach or system failure within a network. EchelonGraph calculates this using graph-based causal analysis to identify critical path vulnerabilities.
AES-256-GCM
Advanced Encryption Standard with a 256-bit key in Galois/Counter Mode. It provides both data confidentiality and authenticity, used by EchelonGraph to secure telemetry at the edge.
TPM 2.0 (Trusted Platform Module)
A dedicated microcontroller designed to secure hardware through integrated cryptographic keys. Used for hardware-backed attestation and secure key storage.
Remote Attestation
The process by which a host proves its identity and software integrity to a remote party, typically using a TPM to sign a "quote" of the system state.
Compliance Drift
The deviation of a system’s live configuration from its required regulatory baseline over time. EchelonGraph detects this drift continuously using real-time telemetry.
OPA & Rego
Open Policy Agent (OPA) is an open-source, general-purpose policy engine. Rego is the declarative language used to write policies that EchelonGraph enforces across the infrastructure.