Using eBPF in Kubernetes: A security overview
eBPF provides deep visibility into network traffic and application performance while maintaining safety and efficiency by executing custom code in response to the kernel at runtime.
CloudSec Academy へようこそ。クラウドセキュリティの頭字語と業界用語のアルファベットスープをナビゲートするためのガイドです。 明確で簡潔、かつ専門的に作成されたコンテンツで、基本的なことからベストプラクティスまでをカバーします。
Wizがクラウドセキュリティの基礎をどのように実務的な成果に変えているかをご覧ください。
eBPF provides deep visibility into network traffic and application performance while maintaining safety and efficiency by executing custom code in response to the kernel at runtime.
SAST (Static Application Security Testing) analyzes custom source code to identify potential security vulnerabilities, while SCA (Software Composition Analysis) focuses on assessing third-party and open source components for known vulnerabilities and license compliance.
脆弱性管理には、IT環境の脆弱性を継続的に特定、管理、修復することが含まれ、あらゆるセキュリティプログラムに不可欠な部分です。
IDOR (insecure direct object reference) is an access control flaw that leaks data when apps skip authorization checks. See how IDOR works and how to prevent it.
Wizが即時の可視性を迅速な修復に変える様子をご覧ください。
AI tokenomics, short for “token economics,” is the study and management of how large language models (LLMs) and other generative AI systems produce, price, and consume tokens.
A penetration testing (or pen test) methodology is a structured, repeatable framework that governs how ethical hackers plan, execute, document, and report a pen testing engagement.
API protection is how you discover, harden, and monitor APIs so attackers cannot abuse application logic or data. Learn risks, controls, and practices.
A cloud access security broker (CASB) functions as a central policy enforcement point positioned between users and cloud-based applications.
Broken access control lets users exceed their permissions and ranks as OWASP A01. Learn the types, real examples, and how to prevent it in code and cloud.
Kubernetes networking gives every pod a unique IP on a flat network so pods, services, and external traffic communicate without NAT. Learn how it works.
API gateways route, authenticate, and control traffic between clients and backend services. Learn how they work, their benefits, and their security limits.
API testing verifies that your APIs return the right data, perform well, and stay secure. Learn the types, tools, testing process, and key best practices.
Container escape is when an attacker breaks out of a container’s isolation to gain unauthorized access to the host system.
AIガードレール(LLMガードレールまたはGenAIガードレールとも呼ばれる)は、定められたポリシーの範囲内でAIシステムの挙動を制約する予防的な安全管理です。
External vulnerability scanning is a way to find weaknesses in your public-facing systems by testing them from outside your network. This means you see your environment the same way an attacker on the internet would see it.
Open-source software (OSS) software composition analysis (SCA) tools are specialized solutions designed to analyze an application's open-source components and dependencies.
オープンソースインテリジェンス(OSINT)は、公開されているデータを収集、分析、解釈して、サイバー脅威、敵対的活動、攻撃手法に関する洞察を得るフレームワークです。 OSINTは、攻撃者の考え方で分析すると、企業のセキュリティ体制に重大な抜け穴が明らかになる可能性のある、一見無害に見える情報を特定します。
ソフトウェア・コンポジション解析 (SCA) ツールは、ソフトウェアの依存関係をインデックス化して、使用しているパッケージとそれに含まれる脆弱性を可視化します。
Application security testing (AST) is a set of processes designed to detect and address security gaps during the early phases of the software development lifecycle (SDLC). In other words, teams take steps in pre-production to identify and mitigate risks before applications are released into operational environments.