XMR (Monero)
Privacy-focused cryptocurrency using ring signatures, stealth addresses, and confidential transactions; ticker XMR is commonly used on exchanges and charts.
Privacy-focused cryptocurrency using ring signatures, stealth addresses, and confidential transactions; ticker XMR is commonly used on exchanges and charts.
Security tooling that correlates signals across endpoints, network, cloud, and identity to detect and respond to threats, used by exchanges and critical Web3 infra.
Supply chain compromise of the xz compression utilities that underscores risks in open source dependencies and the need for provenance, SLSA, and reproducible builds.
Type-1 hypervisor used in cloud platforms; relevant for running validator nodes and indexers with strong isolation and live migration capabilities.
Block cipher mode for disk encryption that provides tweakable confidentiality across sectors; relevant for protecting validator keys at rest on servers and laptops.
Remote procedure call protocol using XML over HTTP; largely replaced by JSON-RPC in blockchain stacks but still found in older CMS and integrations.
HTTP header that controls whether a page can be framed, mitigating clickjacking on wallet popups and admin dashboards; modern CSP frame-ancestors is preferred.
HTTP response header, typically set to nosniff, that prevents MIME type sniffing and reduces the risk of drive by downloads or script confusion attacks in dapps.
Injection attack that executes untrusted scripts in a user’s browser, a key risk for dapps that render user provided NFT metadata or markdown without sanitization.
Parameter initialization scheme that keeps variance constant across layers to stabilize training of deep networks, also called Glorot initialization.
Compiler that fuses and lowers ML operations to optimized kernels across CPU, GPU, and TPU backends, speeding model training and inference pipelines.