<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cybersecurity Knowledge Base</title><link>https://cybersecurity.metacog.co.kr/</link><description>Recent content on Cybersecurity Knowledge Base</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 18 Aug 2026 16:04:26 -0500</lastBuildDate><atom:link href="https://cybersecurity.metacog.co.kr/index.xml" rel="self" type="application/rss+xml"/><item><title>Access Rights &amp; Permissions Matrix</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/access-rights-permissions-matrix/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/access-rights-permissions-matrix/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Ad-hoc, undocumented\naccess grants&amp;#34;] -- &amp;#34;Need for auditability\nand least privilege&amp;#34; --&amp;gt; B[&amp;#34;Formal Access Rights &amp;amp;\nPermissions Matrix&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An Access Rights &amp;amp; Permissions Matrix is a structured inventory that maps who (users, roles, or groups) can access which systems, applications, or data at what level of privilege.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Maintained jointly by system/application owners and the security or IAM (identity and access management) team, and reviewed by managers who approve access for their staff.&lt;br&gt;
( &lt;strong&gt;Audit Readiness&lt;/strong&gt; ) Lets organizations answer basic audit questions, such as who has admin rights or whether access matches job function.&lt;br&gt;
( &lt;strong&gt;Departure Control&lt;/strong&gt; ) Confirms whether departed employees still hold active accounts instead of leaving that question unanswered.&lt;br&gt;
( &lt;strong&gt;Baseline Control&lt;/strong&gt; ) Functions as a baseline control for least privilege and segregation of duties.&lt;/p&gt;</description></item><item><title>Data Breach Notification Log</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/data-breach-notification-log/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/data-breach-notification-log/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Informal incident notes\nscattered across email&amp;#34;] -- &amp;#34;Need to prove regulatory\nnotification timelines&amp;#34; --&amp;gt; B[&amp;#34;Centralized Data Breach\nNotification Log&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Data Breach Notification Log is the authoritative record of confirmed data breaches: what happened, who was affected, which regulators or individuals were notified, and when.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the CISO or incident response lead, with input from legal/privacy counsel who determine notification obligations.&lt;br&gt;
( &lt;strong&gt;Regulatory Window&lt;/strong&gt; ) Many breach notification regulations require disclosure to a supervisory authority within a tight window, commonly cited as 72 hours from confirmed discovery.&lt;br&gt;
( &lt;strong&gt;Compliance Evidence&lt;/strong&gt; ) Exists to prove that timeline was met, or to explain any deviation, during a regulatory inquiry.&lt;/p&gt;</description></item><item><title>Data Classification Register</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/data-classification-register/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/data-classification-register/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Uniform handling of all\ndata regardless of sensitivity&amp;#34;] -- &amp;#34;Need for proportionate,\nrisk-based controls&amp;#34; --&amp;gt; B[&amp;#34;Formal Data\nClassification Register&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Data Classification Register catalogs an organization&amp;rsquo;s data assets and assigns each a sensitivity tier — such as public, internal, confidential, and restricted — based on the confidentiality impact of unauthorized disclosure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Maintained by data owners with guidance from the security team.&lt;br&gt;
( &lt;strong&gt;Control Foundation&lt;/strong&gt; ) Underpins nearly every other control, since access rights, encryption requirements, retention periods, and breach notification scope all key off the classification assigned here.&lt;br&gt;
( &lt;strong&gt;Proportionate Risk&lt;/strong&gt; ) Keeps controls proportionate to actual risk instead of applied uniformly, either too loose on sensitive data or too costly on trivial data.&lt;/p&gt;</description></item><item><title>Data Loss Prevention (DLP) Incident Log</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/data-loss-prevention-incident-log/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/data-loss-prevention-incident-log/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;DLP alerts triaged ad hoc,\nno pattern tracking&amp;#34;] -- &amp;#34;Need to distinguish noise\nfrom real exfiltration risk&amp;#34; --&amp;gt; B[&amp;#34;Structured DLP\nIncident Log&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A &lt;strong&gt;DLP&lt;/strong&gt; (Data Loss Prevention) Incident Log records every event flagged by DLP tooling or manual detection where classified data moved, or attempted to move, outside approved boundaries.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Maintained by the security operations team, with escalation paths to HR and legal for policy violations involving insiders.&lt;br&gt;
( &lt;strong&gt;Event Coverage&lt;/strong&gt; ) Spans email exfiltration, unauthorized uploads, removable media transfers, and similar policy violations.&lt;br&gt;
( &lt;strong&gt;Noise Filtering&lt;/strong&gt; ) Separates routine noise, since most DLP alerts are false positives or minor mistakes rather than breaches, from patterns that indicate a genuine control gap.&lt;br&gt;
( &lt;strong&gt;Insider Risk&lt;/strong&gt; ) Surfaces patterns that indicate malicious insider activity.&lt;/p&gt;</description></item><item><title>Document Retention &amp; Disposal Tracker</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/document-retention-disposal-tracker/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/document-retention-disposal-tracker/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Indefinite retention\nof records by default&amp;#34;] -- &amp;#34;Need to limit breach exposure\nand meet legal minimums/maximums&amp;#34; --&amp;gt; B[&amp;#34;Formal Retention &amp;amp;\nDisposal Tracker&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Document Retention &amp;amp; Disposal Tracker specifies how long each category of record must be kept to satisfy legal, contractual, or operational needs, and how it must be securely disposed of once that period expires.&lt;/p&gt;</description></item><item><title>Security KPI Dashboard</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/security-kpi-dashboard/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/security-kpi-dashboard/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Security activity scattered\nacross disconnected logs&amp;#34;] -- &amp;#34;Need for trend visibility\nand leadership accountability&amp;#34; --&amp;gt; B[&amp;#34;Consolidated Security\nKPI Dashboard&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Security KPI Dashboard aggregates recurring metrics into a single reporting view that tracks the health of the security program over time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the CISO and compiled by the security team from underlying logs, tickets, and trackers, then presented to executive leadership and the board on a fixed cadence.&lt;br&gt;
( &lt;strong&gt;Metric Coverage&lt;/strong&gt; ) Spans patch latency, phishing test results, incident counts, access recertification completion, and similar indicators.&lt;br&gt;
( &lt;strong&gt;Governance Answer&lt;/strong&gt; ) Answers the governance question individual logs and registers cannot on their own: is the security posture improving, stable, or degrading.&lt;br&gt;
( &lt;strong&gt;Investment Guidance&lt;/strong&gt; ) Indicates where security investment should go next.&lt;/p&gt;</description></item><item><title>Asymmetric-Key Cryptography</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/asymmetric-key/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/asymmetric-key/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Symmetric keys\nrequire pre-sharing&amp;#34;] -- &amp;#34;Using a public/private key pair&amp;#34; --&amp;gt; B[&amp;#34;Key distribution\nproblem solved&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A cryptographic scheme that uses a pair of keys — a &lt;strong&gt;public key&lt;/strong&gt; and a &lt;strong&gt;private key&lt;/strong&gt; — generated from a hard mathematical problem such as integer factorization or the discrete logarithm problem.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Easy Key Distribution&lt;/strong&gt; ) The public key can be distributed openly, making key management far simpler than with symmetric-key cryptography&lt;br&gt;
( &lt;strong&gt;Confidentiality and Non-repudiation&lt;/strong&gt; ) Alongside confidentiality through data encryption, it provides non-repudiation via digital signatures&lt;br&gt;
( &lt;strong&gt;Computational Complexity&lt;/strong&gt; ) Because it relies on complex operations grounded in hard mathematical problems, it is relatively slower than symmetric-key cryptography&lt;/p&gt;</description></item><item><title>Combined Security Model: Digital Signature + Digital Envelope</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/combined-security-model/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/combined-security-model/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Authentication, integrity,\nand confidentiality handled separately&amp;#34;] -- &amp;#34;Combining digital signature &amp;#43; digital envelope&amp;#34; --&amp;gt; B[&amp;#34;End-to-end\nintegrated security model&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A mechanism that combines the authentication, integrity, and non-repudiation functions of a digital signature with the confidentiality function of a digital envelope to secure the entire transmission path.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Necessity&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;End-to-End Integrated Security&lt;/strong&gt; ) Authentication, integrity, non-repudiation, and confidentiality are all secured simultaneously, completing protection across the full path&lt;br&gt;
( &lt;strong&gt;Defense Against Sender Impersonation&lt;/strong&gt; ) The digital signature verifies the sender&amp;rsquo;s identity, blocking impersonation by others at the source&lt;br&gt;
( &lt;strong&gt;Prevention of Replay Attacks&lt;/strong&gt; ) Combining a one-time session key with the signature defends against message reuse and tampering&lt;/p&gt;</description></item><item><title>Database Encryption Techniques (API, Plug-in, TDE)</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/db-encryption/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/db-encryption/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Plaintext data\nexposure&amp;#34;] -- &amp;#34;API / Plug-in / TDE encryption&amp;#34; --&amp;gt; B[&amp;#34;Strengthened\ndata asset protection&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A technique that uses encryption algorithms to store sensitive fields within a database (such as resident registration numbers or passwords) in a form unreadable by unauthorized parties.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Necessity&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Asset Protection&lt;/strong&gt; ) Encrypting sensitive information within the database blocks access by unauthorized parties&lt;br&gt;
( &lt;strong&gt;Compliance&lt;/strong&gt; ) Meets legal and regulatory requirements such as personal data protection laws and prepares the organization for security audits&lt;br&gt;
( &lt;strong&gt;Preventing Administrative Misuse&lt;/strong&gt; ) Restricts even privileged administrators from directly accessing encrypted data, preventing leakage&lt;/p&gt;</description></item><item><title>Diffie-Hellman Key Exchange</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/diffie-hellman/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/diffie-hellman/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Public channel\n(insecure channel)&amp;#34;] -- &amp;#34;Key derivation via discrete logarithm&amp;#34; --&amp;gt; B[&amp;#34;Shared secret key&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A cryptographic algorithm that, based on the computational difficulty of the discrete logarithm problem, allows communicating parties to derive a common secret key over a public channel without ever sharing their private keys.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Solves the Key Distribution Problem&lt;/strong&gt; ) A session key can be derived securely without needing to share a key in advance&lt;br&gt;
( &lt;strong&gt;The First Public-Key-Based Scheme&lt;/strong&gt; ) Published in 1976, it was the first public-key cryptographic algorithm and the starting point of modern cryptography&lt;br&gt;
( &lt;strong&gt;Based on the Discrete Logarithm&lt;/strong&gt; ) Relies on the mathematical principle that reversing exponentiation over a finite field is computationally hard&lt;/p&gt;</description></item><item><title>Digital Envelope</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/digital-envelope/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/digital-envelope/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Threat of\nsymmetric key exposure&amp;#34;] -- &amp;#34;Encrypt key with recipient&amp;#39;s public key&amp;#34; --&amp;gt; B[&amp;#34;Secure key\ndelivery environment&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The core mechanism of a hybrid cryptographic system that combines a symmetric key — for quickly processing large volumes of data — with &lt;strong&gt;asymmetric-key&lt;/strong&gt; (public-key) cryptography for safely distributing that key.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Confidentiality Assured&lt;/strong&gt; ) Data can only be recovered via a session key encrypted with the recipient&amp;rsquo;s public key&lt;br&gt;
( &lt;strong&gt;Key Management Efficiency&lt;/strong&gt; ) Using a one-time session key reduces the risk of key exposure and improves management convenience&lt;br&gt;
( &lt;strong&gt;Hybrid Structure&lt;/strong&gt; ) Combines the speed of symmetric-key cryptography with the safe key distribution of asymmetric-key cryptography&lt;/p&gt;</description></item><item><title>Digital Signature</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/digital-signature/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/digital-signature/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Electronic\ndocument&amp;#34;] -- &amp;#34;Signed with sender&amp;#39;s private key&amp;#34; --&amp;gt; B[&amp;#34;Integrity and\nnon-repudiation secured&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A technique in which the sender encrypts the hash value of an electronic document with their own &lt;strong&gt;private key&lt;/strong&gt; and attaches it to the document, serving as an electronic equivalent of a personal seal.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Core Value&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Integrity&lt;/strong&gt; ) Proves that data has not been forged or altered in transit&lt;br&gt;
( &lt;strong&gt;Authentication&lt;/strong&gt; ) Confirms and guarantees the signer&amp;rsquo;s identity&lt;br&gt;
( &lt;strong&gt;Non-repudiation&lt;/strong&gt; ) Provides legal and technical evidence so the signer cannot later deny having signed&lt;/p&gt;</description></item><item><title>Hash Function</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/hash-function/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/hash-function/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Message of\narbitrary length&amp;#34;] -- &amp;#34;One-way compression function&amp;#34; --&amp;gt; B[&amp;#34;Fixed-length\ndigest&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A one-way function that takes a message of arbitrary length as input and converts it into a fixed-length bit string (hash value).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;One-Way&lt;/strong&gt; ) Computing the hash value from the input is easy, but recovering the input from the hash value is infeasible&lt;br&gt;
( &lt;strong&gt;Avalanche Effect&lt;/strong&gt; ) Even a tiny change to the input produces a completely different output hash value&lt;br&gt;
( &lt;strong&gt;Compression&lt;/strong&gt; ) Regardless of the length of the input, the function always produces a hash value of a fixed, predetermined length&lt;/p&gt;</description></item><item><title>Homomorphic Encryption</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/homomorphic-encryption/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/homomorphic-encryption/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Encrypted\ndata&amp;#34;] -- &amp;#34;Direct computation without decryption&amp;#34; --&amp;gt; B[&amp;#34;Privacy-preserving\nanalysis&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A cryptographic system in which the result of performing an operation on ciphertext &lt;code&gt;Enc(m)&lt;/code&gt; of plaintext &lt;code&gt;m&lt;/code&gt; remains equivalent to the result of performing the operation on the plaintext and then encrypting it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Core Value&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Privacy Preservation&lt;/strong&gt; ) Computation can be performed on data while it remains encrypted, without ever decrypting it to plaintext&lt;br&gt;
( &lt;strong&gt;Maximized Data Utility&lt;/strong&gt; ) Enables data analysis using external resources such as the cloud while protecting sensitive information&lt;br&gt;
( &lt;strong&gt;Mathematical Safety&lt;/strong&gt; ) Can simultaneously achieve quantum-resistant security by relying on techniques such as lattice-based cryptography&lt;/p&gt;</description></item><item><title>Hybrid Cryptography</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/hybrid-cryptography/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/hybrid-cryptography/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Symmetric key (speed) &amp;#43;\nasymmetric key (security)&amp;#34;] -- &amp;#34;Using session key and digital envelope&amp;#34; --&amp;gt; B[&amp;#34;Efficiency and security\nachieved together&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An integrated cryptographic scheme that encrypts large volumes of data using symmetric-key cryptography, while protecting and delivering the symmetric key used in that process with asymmetric-key (public-key) cryptography.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Solves the Key Distribution Problem&lt;/strong&gt; ) Asymmetric-key cryptography resolves the key distribution problem, which is the main drawback of symmetric-key cryptography&lt;br&gt;
( &lt;strong&gt;Computational Efficiency&lt;/strong&gt; ) Bulk data is encrypted with the symmetric key, overcoming the speed penalty of asymmetric-key cryptography&lt;br&gt;
( &lt;strong&gt;Strengthened Security&lt;/strong&gt; ) Combines data encryption with a key-exchange method, achieving overall security and efficiency at the same time&lt;/p&gt;</description></item><item><title>PKI (Public Key Infrastructure)</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/pki/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/pki/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Threats in\npublic key distribution&amp;#34;] -- &amp;#34;Built on trust in a Certificate Authority (CA)&amp;#34; --&amp;gt; B[&amp;#34;Hierarchical\ntrust structure&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A hierarchical trust structure that performs user identification, and certificate issuance, storage, distribution, and revocation, so that public-key cryptography can be used safely.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Necessity&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Establishing a Trust Model&lt;/strong&gt; ) A framework is needed to guarantee the trustworthiness of a public key within an asymmetric-key cryptographic system&lt;br&gt;
( &lt;strong&gt;Preventing MITM Attacks&lt;/strong&gt; ) Blocks the man-in-the-middle attacks that can occur during public key distribution&lt;br&gt;
( &lt;strong&gt;Integrated Management System&lt;/strong&gt; ) Requires infrastructure to manage the full lifecycle of a certificate — issuance, storage, distribution, and revocation&lt;/p&gt;</description></item><item><title>Post-Quantum Cryptography (PQC)</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/pqc/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/pqc/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Existing\npublic-key cryptography&amp;#34;] -- &amp;#34;Hard problems such as lattice-based math&amp;#34; --&amp;gt; B[&amp;#34;Resistance to\nquantum computers&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Next-generation cryptographic algorithms designed around complex mathematical problems that remain difficult to solve even with the immense computing power of a quantum computer.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Necessity&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Responding to the Quantum Threat&lt;/strong&gt; ) Preparing for the collapse of existing cryptographic systems due to the immense computing power of quantum computers&lt;br&gt;
( &lt;strong&gt;Achieving Crypto-Agility&lt;/strong&gt; ) A flexible cryptographic architecture is required so that new security threats can be responded to quickly&lt;br&gt;
( &lt;strong&gt;Long-Term Security&lt;/strong&gt; ) Proactively strengthens security for critical national infrastructure — public, financial, and defense sectors — in preparation for a future Q-Day&lt;/p&gt;</description></item><item><title>Quantum Security</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/quantum-security/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/quantum-security/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Quantum computing\nthreat&amp;#34;] -- &amp;#34;Quantum resistance and physical security&amp;#34; --&amp;gt; B[&amp;#34;Security readiness\nfor Q-Day&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Security technologies developed to counter the threat that quantum computers&amp;rsquo; immense computing power (such as Shor&amp;rsquo;s algorithm) poses to modern asymmetric-key cryptographic systems.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Physical Security&lt;/strong&gt; ) Blocks physical eavesdropping by exploiting the properties of quantum mechanics through Quantum Key Distribution (QKD)&lt;br&gt;
( &lt;strong&gt;Use of Hard Mathematical Problems&lt;/strong&gt; ) Strengthens security by using complex algorithms (PQC) that remain hard to solve even with a quantum computer&lt;br&gt;
( &lt;strong&gt;Forward-Looking Response&lt;/strong&gt; ) Protects existing cryptographic systems from quantum threats such as Shor&amp;rsquo;s algorithm&lt;/p&gt;</description></item><item><title>RSA Encryption</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/rsa/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/rsa/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Multiplying two large\nprimes is easy&amp;#34;] -- &amp;#34;Factoring the product back out is hard&amp;#34; --&amp;gt; B[&amp;#34;Public-key\ntrust scheme&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A public-key algorithm built on the fact that multiplying two prime numbers together is easy, but recovering the original primes from that product is hard.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;: In addition to confidentiality, RSA provides authentication and non-repudiation through digital signatures, and a key length of 2048 bits or more is recommended depending on the data.&lt;/p&gt;</description></item><item><title>Sign-then-Encrypt</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/sign-then-encrypt/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/sign-then-encrypt/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Sign the\nplaintext&amp;#34;] -- &amp;#34;Encrypt the whole package after signing&amp;#34; --&amp;gt; B[&amp;#34;Signer identity protected\nand confidentiality assured&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A method in which the sender generates a digital signature over the plaintext message using their own private key, attaches it, and then encrypts the entire combination with the recipient&amp;rsquo;s public key (or a session key) before transmission.&lt;/p&gt;</description></item><item><title>Symmetric-Key Cryptography</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/symmetric-key/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/symmetric-key/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Plaintext&amp;#34;] -- &amp;#34;High-speed computation with a single secret key&amp;#34; --&amp;gt; B[&amp;#34;Ciphertext&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A cryptographic scheme in which sender and receiver use a pre-shared &amp;ldquo;&lt;strong&gt;single secret key&lt;/strong&gt;&amp;rdquo; to transform plaintext into ciphertext, and back again into plaintext.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;High-Speed Computation&lt;/strong&gt; ) Computation is far faster than asymmetric-key cryptography&lt;br&gt;
( &lt;strong&gt;Simple Structure&lt;/strong&gt; ) The algorithm structure is simple, making software and hardware implementation easy&lt;br&gt;
( &lt;strong&gt;Efficiency&lt;/strong&gt; ) High computational efficiency makes it well suited to processing large volumes of data and real-time encryption&lt;/p&gt;</description></item><item><title>CIA Triad</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/cia-triad/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/cia-triad/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Information asset\n(raw data)&amp;#34;] -- &amp;#34;Security controls (applying CIA)&amp;#34; --&amp;gt; B[&amp;#34;Secure\nstate&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The state achieved by putting physical, technical, and administrative measures in place to preserve the confidentiality, integrity, and availability of information assets.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Core Security Elements&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Confidentiality&lt;/strong&gt; ) Preventing eavesdropping and leakage so that only authorized users can access information&lt;br&gt;
( &lt;strong&gt;Integrity&lt;/strong&gt; ) The state in which information is guaranteed to be accurate and complete, unaltered by unauthorized parties&lt;br&gt;
( &lt;strong&gt;Availability&lt;/strong&gt; ) The state in which authorized users can access information and services whenever they need them&lt;/p&gt;</description></item><item><title>Endpoint Security</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/endpoint-security/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/endpoint-security/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Perimeter\nsecurity&amp;#34;] -- &amp;#34;Direct protection of the end device&amp;#34; --&amp;gt; B[&amp;#34;Endpoint\nsecurity (node)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A host-based security strategy that detects, blocks, and responds to threats that have penetrated the network and reached an end-user device.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why It Is Needed&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Perimeter Collapse&lt;/strong&gt; ) The traditional network perimeter security model has been undermined by the shift to cloud and the spread of remote work&lt;br&gt;
( &lt;strong&gt;Spread of BYOD&lt;/strong&gt; ) Increasing use of personal devices for work (&lt;strong&gt;BYOD&lt;/strong&gt;) exposes unauthorized devices and endpoint vulnerabilities&lt;br&gt;
( &lt;strong&gt;Advancing Threats&lt;/strong&gt; ) Advanced persistent threats (&lt;strong&gt;APT&lt;/strong&gt;) and ransomware increasingly use end-user devices as their primary attack foothold&lt;/p&gt;</description></item><item><title>Systematic Server Defense Strategy</title><link>https://cybersecurity.metacog.co.kr/docs/information-security/server-security/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/information-security/server-security/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Vulnerable server\n(default configuration)&amp;#34;] -- &amp;#34;Hardening / secure OS&amp;#34; --&amp;gt; B[&amp;#34;Hardened\nserver (hardened host)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Security activities that remove vulnerabilities in server components — the operating system, applications, database, and more — and block unauthorized access, thereby securing the confidentiality, integrity, and availability of the service.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key Defense Strategies&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Host Fortification&lt;/strong&gt; ) &lt;strong&gt;Hardening&lt;/strong&gt;: Minimizing the attack surface by removing unnecessary services and accounts and applying the latest security patches&lt;br&gt;
( &lt;strong&gt;Kernel-Level Hardening&lt;/strong&gt; ) &lt;strong&gt;Secure OS&lt;/strong&gt;: Implementing strong access control through a reference monitor and &lt;strong&gt;MAC (Mandatory Access Control)&lt;/strong&gt;&lt;br&gt;
( &lt;strong&gt;Layered Defense&lt;/strong&gt; ) &lt;strong&gt;Defense in Depth&lt;/strong&gt;: Layering security controls across the physical, network, system, application, and data tiers&lt;/p&gt;</description></item><item><title>DDoS Attack Mitigation Plan Tracker</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/ddos-attack-mitigation-plan-tracker/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/ddos-attack-mitigation-plan-tracker/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Reactive, undocumented\nfirewall changes&amp;#34;] -- &amp;#34;Need for pre-validated,\nauditable DDoS defense&amp;#34; --&amp;gt; B[&amp;#34;Formal DDoS Mitigation\nPlan Tracker&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A &lt;strong&gt;DDoS&lt;/strong&gt; (Distributed Denial of Service) Attack Mitigation Plan Tracker is the document that inventories which attack vectors a network is prepared to withstand, and which controls, thresholds, and escalation paths cover each one.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the network security engineering team and operated jointly with the NOC and SOC during live incidents.&lt;br&gt;
( &lt;strong&gt;Vector Coverage&lt;/strong&gt; ) Spans volumetric floods, protocol exhaustion, reflection/amplification, and application-layer floods in a single inventory.&lt;br&gt;
( &lt;strong&gt;Pre-Validated Response&lt;/strong&gt; ) Replaces reactive, ad hoc rule changes made mid-attack with controls and thresholds validated before an incident.&lt;br&gt;
( &lt;strong&gt;Traceability&lt;/strong&gt; ) Preserves a record of what was tried, what worked, and what capacity limits were confirmed for future incidents.&lt;/p&gt;</description></item><item><title>IP Whitelist–Blacklist Tracker</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/ip-whitelist-blacklist-tracker/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/ip-whitelist-blacklist-tracker/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Undocumented ACL entries\nscattered across firewalls&amp;#34;] -- &amp;#34;Need for a centralized,\njustified, expiring allow/deny list&amp;#34; --&amp;gt; B[&amp;#34;IP Whitelist–Blacklist\nTracker&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An &lt;strong&gt;IP&lt;/strong&gt; (Internet Protocol) Whitelist–Blacklist Tracker records every address or subnet explicitly permitted or denied at the firewall, WAF, or reverse proxy, along with who requested the entry, why, and when it expires.&lt;/p&gt;</description></item><item><title>Network Access Control Log</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/network-access-control-log/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/network-access-control-log/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Access events visible only\nin live device sessions&amp;#34;] -- &amp;#34;Need for a persistent,\nreviewable trail of network access&amp;#34; --&amp;gt; B[&amp;#34;Formal Network Access\nControl Log&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Network Access Control Log records connection events into network zones and segments and whether each event matched an authorized policy.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Maintained by the NOC for raw capture and reviewed by the SOC for anomaly detection.&lt;br&gt;
( &lt;strong&gt;Event Coverage&lt;/strong&gt; ) Spans VPN logins, 802.1X port authentications, VLAN assignments, and remote access sessions.&lt;br&gt;
( &lt;strong&gt;Investigative Trail&lt;/strong&gt; ) Without it, access decisions made only at the moment of connection leave no record for later investigation.&lt;br&gt;
( &lt;strong&gt;Use Case&lt;/strong&gt; ) Supports investigating lateral movement, policy violations, and unauthorized devices after the fact.&lt;/p&gt;</description></item><item><title>Network Device Inventory</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/network-device-inventory/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/network-device-inventory/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Tribal knowledge of what\ndevices exist on the network&amp;#34;] -- &amp;#34;Need for a verified,\npatchable, auditable device catalog&amp;#34; --&amp;gt; B[&amp;#34;Formal Network Device\nInventory&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Network Device Inventory is the authoritative list of every physical and virtual network device, with its location, firmware version, and configuration baseline.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned and maintained by the network security engineering team, typically backed by a discovery or CMDB (Configuration Management Database) tool.&lt;br&gt;
( &lt;strong&gt;Device Coverage&lt;/strong&gt; ) Spans routers, switches, firewalls, load balancers, wireless access points, and VPN concentrators.&lt;br&gt;
( &lt;strong&gt;Shadow Device Risk&lt;/strong&gt; ) Unpatched or unknown (&amp;ldquo;shadow&amp;rdquo;) devices are a leading source of breaches when no inventory exists.&lt;br&gt;
( &lt;strong&gt;Dependency&lt;/strong&gt; ) Neither vulnerability management nor incident response can function without knowing what is actually on the network.&lt;/p&gt;</description></item><item><title>Network Security Risk Mitigation</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/network-security-risk-mitigation/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/network-security-risk-mitigation/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Network risks known informally,\naddressed only after incidents&amp;#34;] -- &amp;#34;Need for a prioritized,\nowned, and tracked mitigation plan&amp;#34; --&amp;gt; B[&amp;#34;Formal Network Security\nRisk Mitigation register&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Network Security Risk Mitigation register catalogs identified network risks and pairs each with a likelihood, impact, and a concrete mitigation plan with an owner and target date.&lt;/p&gt;</description></item><item><title>Network Traffic Monitoring Dashboard</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/network-traffic-monitoring-dashboard/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/network-traffic-monitoring-dashboard/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Traffic visibility siloed\nper device, checked only reactively&amp;#34;] -- &amp;#34;Need for continuous,\ncentralized traffic visibility&amp;#34; --&amp;gt; B[&amp;#34;Network Traffic Monitoring\nDashboard&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Network Traffic Monitoring Dashboard consolidates flow data, packet captures, and IDS/IPS alerts into a single operational view of what is moving across the network and whether any of it deviates from baseline.&lt;/p&gt;</description></item><item><title>DDoS (Distributed Denial of Service)</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/ddos/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/ddos/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Distributed attack\nsources (Botnet)&amp;#34;] -- &amp;#34;Flood of massive abnormal traffic&amp;#34; --&amp;gt; B[&amp;#34;Service outage\n(Denial of Service)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An attack technique that mobilizes numerous distributed attack points ( &lt;strong&gt;Botnet&lt;/strong&gt; ) to exhaust the resources of a target system or network, making normal service impossible.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Availability Breach&lt;/strong&gt; ) Induces service response delays and system downtime, directly attacking availability ( &lt;strong&gt;Availability&lt;/strong&gt; ), one of the three core elements of information security.&lt;br&gt;
( &lt;strong&gt;Large-Scale Distribution&lt;/strong&gt; ) Leverages zombie &lt;strong&gt;PCs&lt;/strong&gt; and &lt;strong&gt;IoT&lt;/strong&gt; devices distributed worldwide, making defense by blocking a single attack source difficult.&lt;br&gt;
( &lt;strong&gt;Attack Complexity&lt;/strong&gt; ) Evolves into multi-vector ( &lt;strong&gt;Multi-vector&lt;/strong&gt; ) attacks that combine simple traffic flooding with application-vulnerability exploitation.&lt;/p&gt;</description></item><item><title>DRDoS (Distributed Reflective Denial of Service)</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/drdos/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/drdos/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Attacker\n(Spoofed IP)&amp;#34;] -- &amp;#34;Small request packet&amp;#34; --&amp;gt; B[&amp;#34;Reflector Servers&amp;#34;]
 B -- &amp;#34;Amplified response packet&amp;#34; --&amp;gt; C[&amp;#34;Target Server\n(Victim)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#fff9c4,stroke:#fbc02d,stroke-width:3px
 style C fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An attack technique in which the attacker spoofs its own &lt;strong&gt;IP&lt;/strong&gt; address as the victim&amp;rsquo;s &lt;strong&gt;IP&lt;/strong&gt; ( &lt;strong&gt;Spoofing&lt;/strong&gt; ), sends requests to numerous reflector servers ( &lt;strong&gt;Reflector&lt;/strong&gt; ), and has those servers concentrate amplified responses onto the victim, overwhelming it.&lt;/p&gt;</description></item><item><title>Network Separation &amp; Integration</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/network-separation/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/network-separation/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Single, unified\nnetwork&amp;#34;] -- &amp;#34;Physical / logical isolation&amp;#34; --&amp;gt; B[&amp;#34;Internet threats\nblocked&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A collective term for network separation, which isolates the internal business network from the external internet to block outside attacks, and network integration, which ensures the safe movement of data between the separated networks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;APT Response&lt;/strong&gt; ) Protects internal network assets from Advanced Persistent Threats ( &lt;strong&gt;APT&lt;/strong&gt; ) and blocks the spread of an attack.&lt;br&gt;
( &lt;strong&gt;Data Leak Prevention&lt;/strong&gt; ) Isolates the outbound path for sensitive information and personal data at the source.&lt;br&gt;
( &lt;strong&gt;Compliance&lt;/strong&gt; ) Satisfies requirements of the Network Act, the Personal Information Protection Act, and &lt;strong&gt;ISMS-P&lt;/strong&gt; certification.&lt;/p&gt;</description></item><item><title>SASE (Secure Access Service Edge)</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/sase/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/sase/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Network &amp;#43; security\n(managed separately)&amp;#34;] -- &amp;#34;Cloud-native convergence&amp;#34; --&amp;gt; B[&amp;#34;SASE\n(single platform)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A cloud-native architecture that delivers networking functions such as &lt;strong&gt;SD-WAN&lt;/strong&gt; together with security services such as next-generation firewall, &lt;strong&gt;CASB&lt;/strong&gt;, and &lt;strong&gt;ZTNA&lt;/strong&gt; from a single cloud platform.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Perimeter Collapse&lt;/strong&gt; ) The spread of cloud adoption and remote work has exposed the limits of the traditional perimeter-based security model.&lt;br&gt;
( &lt;strong&gt;Network Bottlenecks&lt;/strong&gt; ) Backhauling traffic through the data center increases latency and degrades performance.&lt;br&gt;
( &lt;strong&gt;Management Complexity&lt;/strong&gt; ) Fragmented, individual security solutions make unified policy management and visibility difficult.&lt;/p&gt;</description></item><item><title>SDP (Software Defined Perimeter)</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/sdp/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/sdp/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Visible\nattack surface&amp;#34;] -- &amp;#34;Cloaking (Black Cloud)&amp;#34; --&amp;gt; B[&amp;#34;Trust-based\nconnection (Drop-all)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A software-defined security architecture that cloaks infrastructure from the outside world ( &lt;strong&gt;Black Cloud&lt;/strong&gt; ) until device authentication and user trust have been verified.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Trust-Based&lt;/strong&gt; ) A core technology for implementing &lt;strong&gt;Zero Trust&lt;/strong&gt;, applying an authenticate-first, connect-second mechanism.&lt;br&gt;
( &lt;strong&gt;Concealment&lt;/strong&gt; ) Implements a &amp;ldquo;&lt;strong&gt;Black Cloud&lt;/strong&gt;&amp;rdquo; that exposes no resources to unauthenticated users.&lt;br&gt;
( &lt;strong&gt;Minimized Attack Surface&lt;/strong&gt; ) Blocks unauthenticated traffic at the source, defending against scanning and distributed denial-of-service ( &lt;strong&gt;DDoS&lt;/strong&gt; ) attacks.&lt;/p&gt;</description></item><item><title>Spoofing</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/spoofing/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/spoofing/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Attacker&amp;#34;] -- &amp;#34;Impersonates trusted\nidentification info&amp;#34; --&amp;gt; B[&amp;#34;Target\n(Target / System)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An attack technique that forges network identification information such as &lt;strong&gt;IP&lt;/strong&gt; addresses, &lt;strong&gt;MAC&lt;/strong&gt; addresses, and &lt;strong&gt;DNS&lt;/strong&gt; names to masquerade as an authorized user, gaining system access or intercepting data.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Exploiting Trust Relationships&lt;/strong&gt; ) Exploits the trust relationship ( &lt;strong&gt;Trust Relationship&lt;/strong&gt; ) between systems to bypass authentication procedures or hijack privileges.&lt;br&gt;
( &lt;strong&gt;Basis for Man-in-the-Middle Attacks&lt;/strong&gt; ) Redirects the flow of data packets to the attacker, serving as the core mechanism for eavesdropping ( &lt;strong&gt;Sniffing&lt;/strong&gt; ) and tampering in man-in-the-middle attacks ( &lt;strong&gt;MITM&lt;/strong&gt; ).&lt;br&gt;
( &lt;strong&gt;Occurs Across Multiple Layers&lt;/strong&gt; ) Occurs at every layer, from the data link layer ( &lt;strong&gt;ARP&lt;/strong&gt; ) to the network layer ( &lt;strong&gt;IP&lt;/strong&gt; ) to the application layer ( &lt;strong&gt;DNS&lt;/strong&gt; / &lt;strong&gt;Email&lt;/strong&gt; ).&lt;/p&gt;</description></item><item><title>Zero Trust</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/zero-trust/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/zero-trust/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Perimeter-centric\nsecurity&amp;#34;] -- &amp;#34;Redefining trust\n(continuous verification)&amp;#34; --&amp;gt; B[&amp;#34;Resource-centric\nsecurity&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A security model that eliminates the distinction between internal and external, trusting nothing that accesses a resource — user, device, or network — and continuously verifying it instead.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Perimeter Collapse&lt;/strong&gt; ) The spread of cloud adoption and remote work has blurred the traditional network perimeter.&lt;br&gt;
( &lt;strong&gt;Insider Threats&lt;/strong&gt; ) Data leakage and misuse by trusted internal users are increasing.&lt;br&gt;
( &lt;strong&gt;APT Response&lt;/strong&gt; ) Detecting intrusions and blocking lateral movement is required to counter advanced persistent threats.&lt;/p&gt;</description></item><item><title>IPSec</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/ipsec/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/ipsec/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Untrusted\nIP network&amp;#34;] -- &amp;#34;Establishes a secure channel (ESP/AH)&amp;#34; --&amp;gt; B[&amp;#34;Secure tunnel\n(VPN)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A protocol suite that establishes a security channel at the network layer ( &lt;strong&gt;L3&lt;/strong&gt; ) through encryption and authentication between communicating parties when transmitting data over an &lt;strong&gt;IP&lt;/strong&gt; network.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Confidentiality&lt;/strong&gt; ) Encrypts data via &lt;strong&gt;ESP&lt;/strong&gt; ( &lt;strong&gt;Encapsulating Security Payload&lt;/strong&gt; ).&lt;br&gt;
( &lt;strong&gt;Integrity&lt;/strong&gt; ) Prevents tampering via &lt;strong&gt;AH&lt;/strong&gt; ( &lt;strong&gt;Authentication Header&lt;/strong&gt; ) and &lt;strong&gt;ESP&lt;/strong&gt; authentication.&lt;br&gt;
( &lt;strong&gt;Authentication&lt;/strong&gt; ) Confirms the identity of communicating entities and exchanges keys via the &lt;strong&gt;IKE&lt;/strong&gt; ( &lt;strong&gt;Internet Key Exchange&lt;/strong&gt; ) protocol.&lt;br&gt;
( &lt;strong&gt;Availability&lt;/strong&gt; ) Uses sequence numbers ( &lt;strong&gt;Sequence Number&lt;/strong&gt; ) to prevent replay attacks ( &lt;strong&gt;Replay Attack&lt;/strong&gt; ).&lt;/p&gt;</description></item><item><title>OSI 7-Layer Security</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/osi-7-layer-security/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/osi-7-layer-security/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Single, undifferentiated\nsecurity control&amp;#34;] -- &amp;#34;Layer-specific security applied&amp;#34; --&amp;gt; B[&amp;#34;Defense-in-depth\nsystem built&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A framework that analyzes the security threats specific to each of the seven network layers defined by the International Organization for Standardization ( &lt;strong&gt;ISO&lt;/strong&gt; ) and applies matching security technologies and solutions to counter them.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Layered Security&lt;/strong&gt; ) Implements a multi-layer defense system in which a threat is still blocked at another layer even if a specific layer is compromised.&lt;br&gt;
( &lt;strong&gt;Visibility&lt;/strong&gt; ) Provides fine-grained control over network traffic through protocol analysis at each layer.&lt;br&gt;
( &lt;strong&gt;Accountability&lt;/strong&gt; ) Enables precise identification of where a fault or security incident occurred, allowing for rapid response.&lt;/p&gt;</description></item><item><title>OSI 7-Layer Security Threats</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/osi-7-layer-threats/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/osi-7-layer-threats/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Fragmented security policy\nfocused on one layer&amp;#34;] -- &amp;#34;Threat ID and defense-in-depth\nacross every layer&amp;#34; --&amp;gt; B[&amp;#34;Layered security posture\nbuilt on the OSI 7 layers&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The set of security vulnerabilities unique to each layer of the &lt;strong&gt;OSI 7 Layer&lt;/strong&gt; standard model — which divides the network communication process into seven layers — and the technical defense systems that counter them.&lt;/p&gt;</description></item><item><title>TLS (Transport Layer Security)</title><link>https://cybersecurity.metacog.co.kr/docs/network-security/tls/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/network-security/tls/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Plaintext comms and\nweak legacy SSL&amp;#34;] -- &amp;#34;Confidentiality, integrity, and\nhandshake overhead optimized&amp;#34; --&amp;gt; B[&amp;#34;Hardened, high-performance\nTLS (especially 1.3)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A transport-layer security protocol ( &lt;strong&gt;RFC 8446&lt;/strong&gt; ) that establishes an encrypted channel between a client and a server to guarantee the confidentiality, integrity, and authentication of data in internet communications.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Hybrid Cryptosystem&lt;/strong&gt; ) Uses public-key cryptography ( &lt;strong&gt;Asymmetric&lt;/strong&gt; ) to safely exchange a symmetric key, then transmits the actual data using fast symmetric-key encryption ( &lt;strong&gt;Symmetric&lt;/strong&gt; ).&lt;br&gt;
( &lt;strong&gt;Integrity Assurance&lt;/strong&gt; ) Uses a message authentication code ( &lt;strong&gt;MAC&lt;/strong&gt; ) or &lt;strong&gt;HMAC&lt;/strong&gt; to verify in real time whether data has been tampered with in transit.&lt;br&gt;
( &lt;strong&gt;Strong Authentication&lt;/strong&gt; ) Uses digital certificates ( &lt;strong&gt;X.509&lt;/strong&gt; ) and the &lt;strong&gt;PKI&lt;/strong&gt; system to verify the identity of the communicating party and prevent man-in-the-middle attacks ( &lt;strong&gt;MITM&lt;/strong&gt; ).&lt;br&gt;
( &lt;strong&gt;Performance Optimization&lt;/strong&gt; ) The latest &lt;strong&gt;TLS 1.3&lt;/strong&gt; shortens the handshake ( &lt;strong&gt;1-RTT&lt;/strong&gt;, &lt;strong&gt;0-RTT&lt;/strong&gt; ), achieving both security and speed.&lt;/p&gt;</description></item><item><title>Cloud Access Control Matrix</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-access-control-matrix/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-access-control-matrix/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Manually tracked, drifting\ncloud accounts&amp;#34;] -- &amp;#34;Need for continuous\nposture visibility&amp;#34; --&amp;gt; B[&amp;#34;Formal Cloud Access\nControl Matrix&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Cloud Access Control Matrix is a structured inventory of every identity — human user, group, or service account — with access to a cloud account, subscription, or project, together with the role, permission scope, and resource boundary each identity holds.&lt;/p&gt;</description></item><item><title>Cloud Asset Inventory Tracker</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-asset-inventory-tracker/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-asset-inventory-tracker/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Unknown or shadow\ncloud resources&amp;#34;] -- &amp;#34;Need for continuous\ndiscovery and ownership&amp;#34; --&amp;gt; B[&amp;#34;Formal Cloud Asset\nInventory Tracker&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Cloud Asset Inventory Tracker is a continuously updated register of every resource running across an organization&amp;rsquo;s cloud accounts — virtual machines, containers, storage buckets, managed databases, serverless functions, and PaaS/SaaS subscriptions — along with its owner, environment, and data sensitivity.&lt;/p&gt;</description></item><item><title>Cloud Backup &amp; Recovery Testing Tracker</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-backup-recovery-testing-tracker/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-backup-recovery-testing-tracker/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Backups configured but\nnever restore-tested&amp;#34;] -- &amp;#34;Need for verified\nrecovery assurance&amp;#34; --&amp;gt; B[&amp;#34;Formal Cloud Backup &amp;amp;\nRecovery Testing Tracker&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Cloud Backup &amp;amp; Recovery Testing Tracker records what is backed up in cloud environments, how, and — critically — when the restore was last tested and whether it succeeded.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Maintained by the cloud platform or disaster recovery team, with sign-off from workload owners on recovery results.&lt;br&gt;
( &lt;strong&gt;Verified Assurance&lt;/strong&gt; ) Treats a backup that has never been restored as an unverified assumption, not a control.&lt;br&gt;
( &lt;strong&gt;Objective Validation&lt;/strong&gt; ) Demonstrates recovery point and recovery time objectives against real restore attempts rather than a backup job&amp;rsquo;s success status.&lt;/p&gt;</description></item><item><title>Cloud Incident Response Log</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-incident-response-log/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-incident-response-log/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Cloud alerts handled\nad hoc across teams&amp;#34;] -- &amp;#34;Need for consistent tracking\nand root-cause closure&amp;#34; --&amp;gt; B[&amp;#34;Formal Cloud Incident\nResponse Log&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Cloud Incident Response Log is the chronological record of security incidents detected in cloud environments — exposed storage, compromised credentials, misused service accounts, or compromised workloads — tracked from detection through containment, root cause, and remediation.&lt;/p&gt;</description></item><item><title>Cloud Security Configuration Baseline</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-security-configuration-baseline/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/cloud-security-configuration-baseline/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Inconsistent, per-team\ncloud configurations&amp;#34;] -- &amp;#34;Need for a single\nenforceable hardening standard&amp;#34; --&amp;gt; B[&amp;#34;Formal Cloud Security\nConfiguration Baseline&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Cloud Security Configuration Baseline defines the approved secure settings — IAM policy limits, storage access defaults, network exposure rules, logging requirements — that every cloud resource of a given type must meet, expressed as controls a CSPM tool or policy engine can check automatically.&lt;/p&gt;</description></item><item><title>CASB (Cloud Access Security Broker)</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/casb/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/casb/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Shadow IT\nproliferation&amp;#34;] -- &amp;#34;Unified cloud\nsecurity policy&amp;#34; --&amp;gt; B[&amp;#34;Visibility and\nthreat defense&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A CASB is a security solution or service placed between an organization&amp;rsquo;s on-premises infrastructure and its cloud services that applies security policy consistently and provides visibility across that boundary.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Shadow IT Control&lt;/strong&gt; ) Identifies and manages the risk of unauthorized cloud services used outside organizational control.&lt;br&gt;
( &lt;strong&gt;Data Leakage Prevention&lt;/strong&gt; ) Blocks the exfiltration of sensitive information through DLP capabilities optimized for cloud environments.&lt;br&gt;
( &lt;strong&gt;Account Protection&lt;/strong&gt; ) Detects abnormal logins and applies access control to counter cloud account takeover attacks.&lt;/p&gt;</description></item><item><title>CNAPP (Cloud Native Application Protection Platform)</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/cnapp/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/cnapp/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Fragmented\nsecurity tooling&amp;#34;] -- &amp;#34;Integrated CSPM &amp;#43;\nCWPP platform&amp;#34; --&amp;gt; B[&amp;#34;Unified cloud\nvisibility&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: CNAPP is a cloud-native security platform that unifies the configuration management of cloud assets, such as virtual machines, containers, and serverless functions (CSPM), with workload protection (CWPP) into a single system.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Resolving Fragmentation&lt;/strong&gt; ) Integrates individual solutions such as CSPM and CWPP to eliminate security blind spots and reduce management complexity.&lt;br&gt;
( &lt;strong&gt;Enhanced Correlation&lt;/strong&gt; ) Combines analysis of infrastructure configuration and workload threats to prioritize protection of assets with genuinely high risk.&lt;br&gt;
( &lt;strong&gt;Lifecycle Protection&lt;/strong&gt; ) Provides security visibility across the entire cloud lifecycle, from development (artifact scanning) to operations (runtime).&lt;/p&gt;</description></item><item><title>The Two Pillars of Cloud Security (CSPM and CWPP)</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/cspm-cwpp/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/cspm-cwpp/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Cloud\nmisconfiguration&amp;#34;] -- &amp;#34;Configuration monitoring\nand workload protection&amp;#34; --&amp;gt; B[&amp;#34;Cloud infrastructure\nstability&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An integrated security framework combining CSPM, which checks cloud infrastructure for configuration errors, and CWPP, which protects workloads such as virtual machines (VMs) and containers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Preventing Misconfiguration&lt;/strong&gt; ) Continuous monitoring is needed to prevent data breaches caused by cloud misconfigurations.&lt;br&gt;
( &lt;strong&gt;Workload Protection&lt;/strong&gt; ) Requires real-time threat response for dynamic cloud execution environments such as containers and serverless functions.&lt;br&gt;
( &lt;strong&gt;Compliance Response&lt;/strong&gt; ) Requires ongoing verification of technical security standards and regulatory compliance for dynamic cloud assets.&lt;/p&gt;</description></item><item><title>DSPM (Data Security Posture Management)</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/dspm/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/dspm/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Fragmented\ndata&amp;#34;] -- &amp;#34;Data-centric\nrisk management&amp;#34; --&amp;gt; B[&amp;#34;Shadow data\nidentification &amp;amp; protection&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A security technology that automatically discovers the location of structured and unstructured data within cloud infrastructure and provides visibility by analyzing the data&amp;rsquo;s sensitivity and security risk.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Shadow Data Identification&lt;/strong&gt; ) Automatically detects hidden data assets — such as copies and test databases — that fall outside IT department control.&lt;br&gt;
( &lt;strong&gt;Sensitivity-Based Protection&lt;/strong&gt; ) Classifies data itself by sensitivity (e.g. personal information) and applies differentiated security based on importance.&lt;br&gt;
( &lt;strong&gt;Compliance Evidence&lt;/strong&gt; ) Provides ongoing visibility to meet strengthened data protection regulations such as GDPR and ISMS-P.&lt;/p&gt;</description></item><item><title>Integrated Cloud-Native Security Architecture</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/integrated-architecture/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/integrated-architecture/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Individual\nsecurity solutions&amp;#34;] -- &amp;#34;Layered security\nstack integration&amp;#34; --&amp;gt; B[&amp;#34;Cloud-native\nsecurity&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A defense-in-depth framework spanning cloud service configuration (control plane), actual data processing (data plane), and user access points.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Unified Visibility&lt;/strong&gt; ) Combines fragmented security solutions into a single architecture to gain visibility across the entire cloud estate.&lt;br&gt;
( &lt;strong&gt;Data-Centric Security&lt;/strong&gt; ) A risk management framework focused on the &amp;ldquo;data itself&amp;rdquo; that must be protected, rather than infrastructure or the network.&lt;br&gt;
( &lt;strong&gt;Automated Response&lt;/strong&gt; ) Maximizes the efficiency and speed of security operations through policy-based real-time monitoring and automated remediation.&lt;/p&gt;</description></item><item><title>Shadow IT</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/shadow-it/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/shadow-it/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Unauthorized\nservice use&amp;#34;] -- &amp;#34;Detection and\ngovernance adoption&amp;#34; --&amp;gt; B[&amp;#34;Transparent asset\nmanagement&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Information assets and services used for business purposes that violate an organization&amp;rsquo;s information security policy or bypass its formal asset management process.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Reduced Security Visibility&lt;/strong&gt; ) Falls outside the organization&amp;rsquo;s formal asset management framework, making it impossible for the security team to monitor or control.&lt;br&gt;
( &lt;strong&gt;Data Leakage Path&lt;/strong&gt; ) Poses a persistent risk of sensitive corporate information leaking externally through personal cloud storage or collaboration tools.&lt;br&gt;
( &lt;strong&gt;Compliance Violation&lt;/strong&gt; ) Using services that have not received security certification can result in violations of legal and regulatory compliance requirements.&lt;/p&gt;</description></item><item><title>Kubernetes Security</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/kubernetes-security/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/kubernetes-security/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Complex attack\nsurface (MSA)&amp;#34;] -- &amp;#34;Applying the 4C\nlayered defense model&amp;#34; --&amp;gt; B[&amp;#34;Hardened cluster\n(secure K8s)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A multi-faceted set of security mechanisms that protects cluster components (the &lt;strong&gt;control plane&lt;/strong&gt;) and workloads (&lt;strong&gt;worker nodes&lt;/strong&gt;) in a container orchestration environment from external threats and internal misconfiguration.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Growing Attack Surface&lt;/strong&gt; ) The spread of microservices architecture (&lt;strong&gt;MSA&lt;/strong&gt;) increases the number of complex communication paths and exposure points.&lt;br&gt;
( &lt;strong&gt;Defending Against Lateral Movement&lt;/strong&gt; ) Once a container is compromised, blocking its spread to neighboring containers or hosts (&lt;strong&gt;lateral movement&lt;/strong&gt;) is essential.&lt;br&gt;
( &lt;strong&gt;Preventing Misconfiguration&lt;/strong&gt; ) Weak security in declarative configuration (&lt;strong&gt;YAML&lt;/strong&gt;) can lead to permission abuse and data leakage incidents that must be prevented.&lt;/p&gt;</description></item><item><title>Amdahl's Law</title><link>https://cybersecurity.metacog.co.kr/docs/cloud-security/amdahls-law/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/cloud-security/amdahls-law/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Work that depends\non sequential execution&amp;#34;] -- &amp;#34;Deriving the limit of\nspeedup under parallel processing&amp;#34; --&amp;gt; B[&amp;#34;Overall system\nspeedup&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A principle stating that the maximum speedup achievable by parallelizing a given task is limited by the proportion of that task which must inevitably run sequentially.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Bottleneck of Sequential Processing&lt;/strong&gt; ) No matter how many processors are added, the portion of a system that must run sequentially (serial) gains no benefit from parallel processing.&lt;br&gt;
( &lt;strong&gt;Upper Bound on Speedup&lt;/strong&gt; ) The higher the proportion of work that cannot participate in parallel processing, the more the overall system speedup diminishes.&lt;br&gt;
( &lt;strong&gt;Importance of Architectural Design&lt;/strong&gt; ) Implies that designing an architecture favorable to parallel processing (MSA, distributed systems) is the key to scaling performance.&lt;br&gt;
( &lt;strong&gt;Proposed by Gene Amdahl&lt;/strong&gt; ) Proposed in 1967 by Gene Amdahl, this theory remains the foundation for predicting parallel computing performance.&lt;/p&gt;</description></item><item><title>Patch &amp; Update Tracker</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/patch-update-tracker/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/patch-update-tracker/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Patches applied reactively,\nonly after exploitation or audits&amp;#34;] -- &amp;#34;Need for proactive,\ndeadline-driven remediation&amp;#34; --&amp;gt; B[&amp;#34;Formal Patch &amp;amp;\nUpdate Tracker&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Patch &amp;amp; Update Tracker is the document that inventories every application, framework, and third-party library a team owns, alongside the patches or version updates available for each, their severity, and the deadline by which they must be applied.&lt;/p&gt;</description></item><item><title>Secure Coding Checklist</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/secure-coding-checklist/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/secure-coding-checklist/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Vulnerabilities found only\nlate, in production&amp;#34;] -- &amp;#34;Need to shift security\nleft in the SDLC&amp;#34; --&amp;gt; B[&amp;#34;Formal Secure\nCoding Checklist&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Secure Coding Checklist is the standardized set of requirements developers verify before code is merged or released — covering input validation, output encoding, authentication and session handling, and safe use of database and file-system APIs.&lt;/p&gt;</description></item><item><title>Secure Mobile App Testing Tracker</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/secure-mobile-app-testing-tracker/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/secure-mobile-app-testing-tracker/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Mobile releases shipped with\nfunctional QA, not security testing&amp;#34;] -- &amp;#34;Need for platform-specific\nsecurity validation&amp;#34; --&amp;gt; B[&amp;#34;Formal Secure Mobile\nApp Testing Tracker&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Secure Mobile App Testing Tracker records which security tests have been run against a mobile application build — insecure storage checks, transport security validation, reverse-engineering resistance, and platform-specific permission review — and the status of any findings.&lt;/p&gt;</description></item><item><title>Security Misconfiguration Log</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/security-misconfiguration-log/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/security-misconfiguration-log/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Hardening gaps discovered ad hoc,\nper incident, with no shared record&amp;#34;] -- &amp;#34;Need for a centralized,\nreusable hardening baseline&amp;#34; --&amp;gt; B[&amp;#34;Formal Security\nMisconfiguration Log&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Security Misconfiguration Log tracks hardening gaps in how an application, its framework, and its supporting infrastructure are configured — default credentials left in place, verbose error messages exposing stack traces, unnecessary services or ports left open, and permissive &lt;strong&gt;CORS&lt;/strong&gt; (Cross-Origin Resource Sharing) or cloud storage policies.&lt;/p&gt;</description></item><item><title>Static Code Analysis Log</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/static-code-analysis-log/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/static-code-analysis-log/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;SAST findings generated\nbut left untriaged in CI output&amp;#34;] -- &amp;#34;Need for tracked, accountable\nremediation of static findings&amp;#34; --&amp;gt; B[&amp;#34;Formal Static Code\nAnalysis Log&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Static Code Analysis Log records the findings produced by &lt;strong&gt;SAST&lt;/strong&gt; (Static Application Security Testing) tools scanning source code before it runs — insecure API usage, hardcoded secrets, and syntax patterns known to cause injection or memory-safety issues — along with each finding&amp;rsquo;s disposition.&lt;/p&gt;</description></item><item><title>Web Application Vulnerability Tracker</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/web-application-vulnerability-tracker/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/web-application-vulnerability-tracker/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Pentest and scan findings\ndelivered as a report, then forgotten&amp;#34;] -- &amp;#34;Need for tracked, verifiable\nremediation of runtime findings&amp;#34; --&amp;gt; B[&amp;#34;Formal Web Application\nVulnerability Tracker&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Web Application Vulnerability Tracker records findings from dynamic testing against a running application — &lt;strong&gt;DAST&lt;/strong&gt; (Dynamic Application Security Testing) scans, penetration tests, and bug bounty reports — covering classes like SQL injection, XSS, CSRF, and broken access control.&lt;/p&gt;</description></item><item><title>Application Threat Modeling</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/application-threat-modeling/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/application-threat-modeling/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Security controls bolted on\nafter architecture is fixed&amp;#34;] -- &amp;#34;Need to identify attacker\nscenarios during design&amp;#34; --&amp;gt; B[&amp;#34;Formal Application Threat\nModeling process&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An Application Threat Modeling document captures the structured analysis of a system&amp;rsquo;s attack surface — its trust boundaries, data flows, and the ways an attacker could abuse each one — performed before or during design, rather than after the code is written.&lt;/p&gt;</description></item><item><title>CSRF (Cross-Site Request Forgery)</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/csrf/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/csrf/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Authenticated user session&amp;#34;] -- &amp;#34;Forged Request&amp;#34; --&amp;gt; B[&amp;#34;Unintended action\non the server&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: CSRF (Cross-Site Request Forgery) is an attack technique that makes a user&amp;rsquo;s browser send a request an attacker has designed — to modify, delete, or register data — to a specific website, without the user&amp;rsquo;s knowledge or intent.&lt;/p&gt;</description></item><item><title>SQL Injection</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/sql-injection/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/sql-injection/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Unauthorized input\n(Malicious SQL)&amp;#34;] -- &amp;#34;Missing validation and\naltered query structure&amp;#34; --&amp;gt; B[&amp;#34;DB privilege takeover and\ndata exfiltration&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: SQL Injection is an attack technique in which user input, treated as a parameter that determines the structure of a database query, is manipulated to make the application execute unintended &lt;strong&gt;SQL&lt;/strong&gt; statements.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Data Exfiltration&lt;/strong&gt; ) An unauthorized user can query or steal sensitive information stored in the database.&lt;br&gt;
( &lt;strong&gt;Authentication Bypass&lt;/strong&gt; ) Neutralizes login queries to attempt access to the system with administrator privileges.&lt;br&gt;
( &lt;strong&gt;Integrity Destruction&lt;/strong&gt; ) Arbitrarily modifies or deletes data in the database, or executes system commands (e.g. via &lt;strong&gt;xp_cmdshell&lt;/strong&gt;).&lt;/p&gt;</description></item><item><title>XSS (Cross-Site Scripting)</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/xss/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/xss/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Malicious script injection&amp;#34;] -- &amp;#34;Execution in the browser and\nsession hijacking&amp;#34; --&amp;gt; B[&amp;#34;Abuse of user privileges\n(Session Hijacking)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: XSS (Cross-Site Scripting) is a security vulnerability in which an attacker injects a malicious script into a web application so that the script executes in the browser of any user who views the page.&lt;/p&gt;</description></item><item><title>API Security (OWASP API Top 10 and BOLA)</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/api-vulnerability/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/api-vulnerability/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Exposed endpoints&amp;#34;] -- &amp;#34;OWASP API Top 10\nmanagement&amp;#34; --&amp;gt; B[&amp;#34;Secure data\nconnectivity&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: API security refers to the technologies and processes that protect the API interfaces supporting interaction between applications from unauthorized access, data leakage, and availability breaches.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Data-Centric Communication&lt;/strong&gt; ) Unlike traditional web (HTML), interaction is centered on structured data such as JSON and XML.&lt;br&gt;
( &lt;strong&gt;Broad Attack Surface&lt;/strong&gt; ) Numerous endpoints are exposed externally, requiring sophisticated authorization control and business-logic protection.&lt;br&gt;
( &lt;strong&gt;Statelessness&lt;/strong&gt; ) Because each request is processed independently, strong token-based authentication and authorization mechanisms are required.&lt;/p&gt;</description></item><item><title>Code Security (SAST, DAST, and Secure Coding)</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/code-security/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/code-security/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Source code vulnerabilities&amp;#34;] -- &amp;#34;SAST / DAST /\nSecure Coding&amp;#34; --&amp;gt; B[&amp;#34;Sound, defect-free\nsoftware&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Code security is the practice of analyzing the security weaknesses that can arise during software development and applying safe coding standards to build software free of vulnerabilities.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Cost Reduction&lt;/strong&gt; ) Removing security weaknesses at the early development stage minimizes the cost of fixing them after release.&lt;br&gt;
( &lt;strong&gt;Proactive Defense&lt;/strong&gt; ) Preemptively blocks well-known major vulnerabilities and attack techniques such as the OWASP Top 10.&lt;br&gt;
( &lt;strong&gt;Software Trustworthiness&lt;/strong&gt; ) Builds security into the software itself through adherence to safe coding standards.&lt;/p&gt;</description></item><item><title>DevSecOps Pipeline</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/devsecops-pipeline/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/devsecops-pipeline/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Post-development,\nafter-the-fact security review&amp;#34;] -- &amp;#34;Shift-Left security and\nautomatic CI/CD pipeline integration&amp;#34; --&amp;gt; B[&amp;#34;A DevSecOps pipeline\nwith security built in&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A DevSecOps pipeline is a &lt;strong&gt;CI/CD&lt;/strong&gt; pipeline that automates and integrates security activities across the entire software development lifecycle ( &lt;strong&gt;SDLC&lt;/strong&gt; ) — a modern development framework that secures both speed and security at the same time.&lt;/p&gt;</description></item><item><title>DevSecOps</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/devsecops/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/devsecops/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;After-the-fact\nsecurity review&amp;#34;] -- &amp;#34;Security automation and\nShift-Left&amp;#34; --&amp;gt; B[&amp;#34;Fast, secure\nservice delivery&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: DevSecOps is a culture and methodology that treats security as a shared responsibility by automating and integrating security activities across the entire software development lifecycle (SDLC).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Early Detection&lt;/strong&gt; ) Moves security review to the early stage of development to identify defects early (Shift-Left).&lt;br&gt;
( &lt;strong&gt;Automation Integration&lt;/strong&gt; ) Integrates security scanning and validation into the CI/CD pipeline to prevent human error.&lt;br&gt;
( &lt;strong&gt;Shared Responsibility&lt;/strong&gt; ) Shifts security from being the job of a specific team to a shared responsibility across the Development / Operations / Security teams.&lt;/p&gt;</description></item><item><title>Software Supply Chain Security (SBOM and SLSA)</title><link>https://cybersecurity.metacog.co.kr/docs/application-security/software-supply-chain-security/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/application-security/software-supply-chain-security/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Open-source threats&amp;#34;] -- &amp;#34;SBOM and SLSA\nframeworks&amp;#34; --&amp;gt; B[&amp;#34;Assured software\ntrustworthiness&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Software supply chain security refers to the activities that manage security threats and ensure trustworthiness across the entire process — design, development, build, and deployment — by which software is produced and delivered to users.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Responding to Surging Threats&lt;/strong&gt; ) The need for a proactive defense system against supply chain attacks such as the Log4j and SolarWinds incidents.&lt;br&gt;
( &lt;strong&gt;Ensuring Transparency&lt;/strong&gt; ) Securing visibility into software components (SBOM) to enable rapid response when a vulnerability arises.&lt;br&gt;
( &lt;strong&gt;Ensuring Trustworthiness&lt;/strong&gt; ) Verifying integrity across the entire process, from development to deployment, to prevent the distribution of tampered software.&lt;/p&gt;</description></item><item><title>Acceptable Use of Assets Policy</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/acceptable-use-of-assets-policy/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/acceptable-use-of-assets-policy/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Unwritten, assumed norms\nfor using company devices&amp;#34;] -- &amp;#34;Need for an enforceable,\nsigned baseline&amp;#34; --&amp;gt; B[&amp;#34;Formal Acceptable Use\nof Assets Policy&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An Acceptable Use of Assets Policy (AUP) is the document that sets the rules for how employees, contractors, and third parties may use company-owned IT assets — laptops, mobile devices, email accounts, cloud storage, and network access.&lt;/p&gt;</description></item><item><title>Password Policy</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/password-policy/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/password-policy/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Informal, unwritten\npassword expectations&amp;#34;] -- &amp;#34;Need for enforceable,\nauditable minimum standards&amp;#34; --&amp;gt; B[&amp;#34;Formal Password\nPolicy&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Password Policy is the document that defines the minimum authentication standards employees and systems must meet — length, complexity, rotation, reuse restrictions, and where multi-factor authentication (MFA) is mandatory.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Maintained by the CISO or IT security team and technically enforced through identity and access management (IAM) tooling and directory services.&lt;br&gt;
( &lt;strong&gt;Breach Prevention&lt;/strong&gt; ) Closes off weak or reused credentials, one of the most common initial-access vectors in breaches.&lt;br&gt;
( &lt;strong&gt;Regulatory Baseline&lt;/strong&gt; ) Gives regulators and auditors a documented baseline rather than per-system, ad hoc rules.&lt;br&gt;
( &lt;strong&gt;MFA Requirements&lt;/strong&gt; ) Specifies where multi-factor authentication is mandatory alongside password strength rules.&lt;/p&gt;</description></item><item><title>Backup and Recovery Policy</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/backup-and-recovery-policy/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/backup-and-recovery-policy/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Ad-hoc, unverified\nsystem backups&amp;#34;] -- &amp;#34;Need for guaranteed recovery\nwithin defined limits&amp;#34; --&amp;gt; B[&amp;#34;Formal Backup\nand Recovery Policy&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Backup and Recovery Policy is the document that defines what data must be backed up, how often, where copies are stored, and how restoration is tested and executed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Jointly owned by IT operations, who run the backups, and the CISO or GRC team, who set the risk-driven requirements.&lt;br&gt;
( &lt;strong&gt;Coverage Assurance&lt;/strong&gt; ) Prevents backup coverage from drifting, where some systems end up backed up inconsistently or not at all.&lt;br&gt;
( &lt;strong&gt;Early Discovery&lt;/strong&gt; ) Surfaces gaps before an actual incident, rather than after it is too late to correct.&lt;br&gt;
( &lt;strong&gt;Restoration Testing&lt;/strong&gt; ) Requires that restoration procedures are tested and executed, not just that backups are taken.&lt;/p&gt;</description></item><item><title>Compliance Management</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/compliance-management/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/compliance-management/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Scattered, reactive responses\nto individual audits&amp;#34;] -- &amp;#34;Need for a continuous,\nmapped compliance program&amp;#34; --&amp;gt; B[&amp;#34;Formal Compliance\nManagement program&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Compliance Management is the ongoing program that maps applicable laws, regulations, industry standards, and contractual obligations to internal controls, and tracks whether those controls are actually operating.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the CISO or a dedicated GRC function, with input from legal counsel on regulatory interpretation.&lt;br&gt;
( &lt;strong&gt;Regulatory Scope&lt;/strong&gt; ) Spans obligations such as ISO/IEC 27001, ISMS-P, GDPR, and sector-specific rules across jurisdictions and customer contracts.&lt;br&gt;
( &lt;strong&gt;Central Tracking&lt;/strong&gt; ) Replaces scattered awareness with a central mechanism that tracks whether controls are actually operating.&lt;br&gt;
( &lt;strong&gt;Early Detection&lt;/strong&gt; ) Surfaces gaps before an audit finding or regulatory inquiry exposes them.&lt;/p&gt;</description></item><item><title>Disposal and Destruction Policy</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/disposal-and-destruction-policy/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/disposal-and-destruction-policy/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Retired hardware and records\ndiscarded without controls&amp;#34;] -- &amp;#34;Need for verifiable,\nsecure end-of-life handling&amp;#34; --&amp;gt; B[&amp;#34;Formal Disposal\nand Destruction Policy&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Disposal and Destruction Policy is the document that defines how data-bearing assets — hard drives, backup tapes, mobile devices, printed records — must be sanitized or physically destroyed once they are no longer needed.&lt;/p&gt;</description></item><item><title>Information Classification Policy</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/information-classification-policy/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/information-classification-policy/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Data treated uniformly\nregardless of sensitivity&amp;#34;] -- &amp;#34;Need for tiered handling\nrules matched to risk&amp;#34; --&amp;gt; B[&amp;#34;Formal Information\nClassification Policy&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An Information Classification Policy is the document that defines a small set of sensitivity tiers — such as public, internal, confidential, and restricted — and the handling rules attached to each.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by data owners in partnership with the CISO or security team, pairing business-impact judgment with technical control design.&lt;br&gt;
( &lt;strong&gt;Handling Rules&lt;/strong&gt; ) Attaches access, storage, transmission, and disposal rules to each sensitivity tier.&lt;br&gt;
( &lt;strong&gt;Foundational Role&lt;/strong&gt; ) Underpins most of the rest of the security program, since access rights, encryption, and transfer restrictions all depend on it.&lt;br&gt;
( &lt;strong&gt;Consistent Basis&lt;/strong&gt; ) Gives every other control a consistent basis to apply against, rather than ad hoc judgment calls.&lt;/p&gt;</description></item><item><title>Information Transfer Policy</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/information-transfer-policy/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/information-transfer-policy/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Ad-hoc email and\nfile-sharing of sensitive data&amp;#34;] -- &amp;#34;Need for controlled,\nclassification-aware transfer channels&amp;#34; --&amp;gt; B[&amp;#34;Formal Information\nTransfer Policy&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An Information Transfer Policy is the document that defines the approved methods, controls, and authorization steps for moving data between people, systems, or organizations, matched to the data&amp;rsquo;s classification tier.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Maintained by the CISO or GRC team and applied by everyone who sends or receives organizational data.&lt;br&gt;
( &lt;strong&gt;Channel Coverage&lt;/strong&gt; ) Spans email, file transfer, physical media, and API integration.&lt;br&gt;
( &lt;strong&gt;Technical Enforcement&lt;/strong&gt; ) Enforces heavier controls through IT tooling such as encrypted transfer gateways or data loss prevention (DLP) systems.&lt;br&gt;
( &lt;strong&gt;Control Continuity&lt;/strong&gt; ) Protects the point where data most often leaves the organization&amp;rsquo;s direct control, preserving classification and access controls set elsewhere.&lt;/p&gt;</description></item><item><title>ISMS Policy</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/isms-policy/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/isms-policy/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Isolated, project-based\nsecurity initiatives&amp;#34;] -- &amp;#34;Need for a continual,\ngoverned management system&amp;#34; --&amp;gt; B[&amp;#34;Formal ISMS\nPolicy&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The ISMS (Information Security Management System) Policy is the top-level charter document that establishes the scope, objectives, and governance structure for how an organization manages information security on an ongoing basis.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the CISO and formally approved by executive leadership or the board.&lt;br&gt;
( &lt;strong&gt;Governance Commitment&lt;/strong&gt; ) Commits the organization to resourcing and accountability for security at the governance level.&lt;br&gt;
( &lt;strong&gt;Continual Improvement&lt;/strong&gt; ) Follows a plan-do-check-act cycle rather than isolated, project-based security efforts.&lt;br&gt;
( &lt;strong&gt;Standards Alignment&lt;/strong&gt; ) Provides the structure expected by standards such as ISO/IEC 27001 and required for many certification and regulatory regimes.&lt;/p&gt;</description></item><item><title>COBIT-Based Security Governance</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/cobit/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/cobit/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;No unified\nIT governance&amp;#34;] -- &amp;#34;separating governance\nfrom management&amp;#34; --&amp;gt; B[&amp;#34;Business value-optimized\nsecurity controls&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: COBIT-based security management is a control framework that clearly separates security activities into governance and management, so that security risk is evaluated from a business perspective and security investment is aligned with enterprise objectives.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Structured Governance&lt;/strong&gt; ) Security activities are clearly divided into Governance and Management and controlled separately.&lt;br&gt;
( &lt;strong&gt;Business Alignment&lt;/strong&gt; ) Security risk is evaluated from a business standpoint so that security investment is aligned with the achievement of enterprise goals.&lt;br&gt;
( &lt;strong&gt;Optimized Risk Management&lt;/strong&gt; ) Precise, framework-based diagnostics keep security risk managed at an acceptable level.&lt;/p&gt;</description></item><item><title>ISMS-P</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/isms-p/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/isms-p/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Separate\nsecurity management&amp;#34;] -- &amp;#34;integrating information security\nand personal information protection&amp;#34; --&amp;gt; B[&amp;#34;Enterprise-wide\nsecurity governance&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: ISMS-P integrates the information security management system ( &lt;strong&gt;ISMS&lt;/strong&gt; ) and the personal information management system ( &lt;strong&gt;PIMS&lt;/strong&gt; ) into a single management system, and is Korea&amp;rsquo;s most comprehensive certification scheme, designed to let organizations respond to security threats on their own.&lt;/p&gt;</description></item><item><title>ISO 27001</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/iso-27001/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/iso-27001/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Fragmented\nsecurity activities&amp;#34;] -- &amp;#34;PDCA-based\ninternational standard&amp;#34; --&amp;gt; B[&amp;#34;Continuous security\nimprovement system&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: ISO 27001 is an international standard for an information security management system that sets out a systematic management process to maintain the confidentiality, integrity, and availability (CIA) of information assets through continuous improvement.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Securing the CIA triad&lt;/strong&gt; ) A systematic management process for maintaining the confidentiality, integrity, and availability (CIA) of information assets.&lt;br&gt;
( &lt;strong&gt;Continuous improvement&lt;/strong&gt; ) The information security management system is constantly upgraded through the PDCA (Plan-Do-Check-Act) model.&lt;br&gt;
( &lt;strong&gt;Global credibility&lt;/strong&gt; ) International certification raises external trust in security and strengthens business competitiveness.&lt;/p&gt;</description></item><item><title>Privacy Impact Assessment (PIA)</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/pia/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/pia/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Building or changing\na system&amp;#34;] -- &amp;#34;analyzing and remediating\nrisk factors&amp;#34; --&amp;gt; B[&amp;#34;Preventing personal\ninformation breaches&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Privacy Impact Assessment (PIA) is an institutional procedure that analyzes personal-information risk factors and derives improvements whenever a system operating personal information files is built or changed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Privacy by Design&lt;/strong&gt; ) Personal-information protection considerations are reflected in the design from the earliest stage of system development.&lt;br&gt;
( &lt;strong&gt;Breach prevention&lt;/strong&gt; ) Potential personal-information exposure risks are analyzed in advance to prevent breaches at the source.&lt;br&gt;
( &lt;strong&gt;Legal safety&lt;/strong&gt; ) Compliance with the Personal Information Protection Act and related legislation resolves legal risk and improves organizational trust.&lt;/p&gt;</description></item><item><title>Korea's Data 3 Acts</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/data-3-laws/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/data-3-laws/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Data protection\n(Regulation)&amp;#34;] -- &amp;#34;introducing pseudonymized data\n(safe reuse)&amp;#34; --&amp;gt; B[&amp;#34;Data economy\n(Innovation)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The Data 3 Acts are a body of law, created by amending the Personal Information Protection Act, the Act on Promotion of Information and Communications Network Utilization, and the Credit Information Use and Protection Act, that clearly defines the scope of pseudonymizing and using personal information and unifies the surrounding legal framework.&lt;/p&gt;</description></item><item><title>Differential Privacy</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/differential-privacy/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/differential-privacy/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Individual record\nincluded (Data D)&amp;#34;] -- &amp;#34;injecting mathematical\nnoise (ε)&amp;#34; --&amp;gt; B[&amp;#34;Statistically similar\nresult (Data D&amp;#39;)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Differential privacy is a privacy-protection mechanism that injects mathematical noise into a probability distribution so that a statistical analysis result is nearly identical regardless of whether any one individual&amp;rsquo;s data is included in the dataset.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Core principle and features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Defense against background-knowledge attacks&lt;/strong&gt; ) Mathematically proves that a specific individual cannot be identified even if an attacker holds external (background) information.&lt;br&gt;
( &lt;strong&gt;Privacy budget&lt;/strong&gt; ) The smaller the value of &lt;code&gt;ε&lt;/code&gt; ( &lt;strong&gt;Privacy Budget&lt;/strong&gt; ), the stronger the privacy protection — but the lower the utility of the data, creating a trade-off.&lt;br&gt;
( &lt;strong&gt;Mathematical rigor&lt;/strong&gt; ) The degree of privacy exposure is quantitatively controlled through a formula such as &lt;code&gt;Pr[M(D) ∈ S] ≤ e^ε × Pr[M(D') ∈ S]&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>EU AI Act</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/eu-ai-act/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/eu-ai-act/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Autonomous\nAI operation&amp;#34;] -- &amp;#34;risk-based\nregulatory framework&amp;#34; --&amp;gt; B[&amp;#34;Trustworthy\nAI ecosystem&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The EU AI Act is the EU&amp;rsquo;s legal framework that sets out obligations by risk level so that AI systems do not infringe on human safety, health, and fundamental rights.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Risk-based regulation&lt;/strong&gt; ) Classifies AI systems into 4 risk tiers and imposes differentiated obligations accordingly.&lt;br&gt;
( &lt;strong&gt;Human-centered design&lt;/strong&gt; ) Requires strict oversight of high-risk AI to protect human safety, health, and fundamental rights.&lt;br&gt;
( &lt;strong&gt;Aiming for a global standard&lt;/strong&gt; ) Presents a model standard for AI governance and ethical guidelines worldwide, beyond Europe.&lt;/p&gt;</description></item><item><title>5 Pseudonymization Techniques</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/pseudonymization-techniques/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/pseudonymization-techniques/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Identifiable\ninformation&amp;#34;] -- &amp;#34;applying the 5 core\npseudonymization techniques&amp;#34; --&amp;gt; B[&amp;#34;Pseudonymized\n(de-identified) data&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Pseudonymization techniques are technical methods that delete or substitute part of personal information so that a specific individual cannot be identified without additional information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Core value and purpose&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Data Utility&lt;/strong&gt; ) Preserves the data&amp;rsquo;s statistical properties and quality ( &lt;strong&gt;Utility&lt;/strong&gt; ) so it still fits the intended analysis purpose.&lt;br&gt;
( &lt;strong&gt;Privacy Protection&lt;/strong&gt; ) Minimizes re-identification risk to safeguard data subjects&amp;rsquo; privacy rights.&lt;br&gt;
( &lt;strong&gt;Risk Management&lt;/strong&gt; ) Secures legal compliance through technical measures and cuts off the risk of a security incident (re-identification) at the source.&lt;/p&gt;</description></item><item><title>CSAP Tiered Certification</title><link>https://cybersecurity.metacog.co.kr/docs/security-management/csap/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/security-management/csap/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Uniform\ncertification standard&amp;#34;] -- &amp;#34;differentiating by\ndata sensitivity&amp;#34; --&amp;gt; B[&amp;#34;3-tier system\n(High / Medium / Low)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The Cloud Security Assurance Program ( &lt;strong&gt;CSAP&lt;/strong&gt; ) is a certification scheme that applies differentiated security criteria in 3 tiers, &amp;ldquo;High, Medium, and Low,&amp;rdquo; according to the sensitivity of the data handled by the cloud service a public agency intends to adopt.&lt;/p&gt;</description></item><item><title>Incident Management Policy</title><link>https://cybersecurity.metacog.co.kr/docs/incident-management/incident-management-policy/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/incident-management/incident-management-policy/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;No shared definition of\nwhat counts as an incident&amp;#34;] -- &amp;#34;Need for consistent classification and accountability&amp;#34; --&amp;gt; B[&amp;#34;Formal Incident\nManagement Policy&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The Incident Management Policy is the top-level governance document that defines what qualifies as an incident, establishes severity tiers, assigns accountability, and sets mandatory response and notification timelines.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the CISO&amp;rsquo;s office for security incidents, in coordination with HR and facilities leadership for physical and personnel incidents.&lt;br&gt;
( &lt;strong&gt;Approval&lt;/strong&gt; ) Approved by executive management or the board before it takes effect.&lt;br&gt;
( &lt;strong&gt;Consistency&lt;/strong&gt; ) Without it, incident classification and escalation become inconsistent and response times unpredictable.&lt;br&gt;
( &lt;strong&gt;Regulatory Compliance&lt;/strong&gt; ) Prevents missed regulatory notification deadlines, such as breach disclosure laws.&lt;/p&gt;</description></item><item><title>Incident Management Process</title><link>https://cybersecurity.metacog.co.kr/docs/incident-management/incident-management-process/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/incident-management/incident-management-process/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Ad-hoc verbal\nincident handoffs&amp;#34;] -- &amp;#34;Need for consistent triage and accountability&amp;#34; --&amp;gt; B[&amp;#34;Formal Incident\nManagement Process&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The Incident Management Process is the operational runbook that translates the Incident Management Policy into concrete, repeatable steps: how an event is detected, logged, triaged, escalated, contained, and closed out.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned and executed by the SOC / incident response team.&lt;br&gt;
( &lt;strong&gt;Telemetry&lt;/strong&gt; ) SIEM and EDR platforms provide the detection and telemetry that feed the process.&lt;br&gt;
( &lt;strong&gt;Consistency&lt;/strong&gt; ) Replaces inconsistent, memory-based handling that extends dwell time and loses forensic evidence.&lt;br&gt;
( &lt;strong&gt;Audit Readiness&lt;/strong&gt; ) Produces incident records detailed enough to support root-cause analysis and compliance audits.&lt;/p&gt;</description></item><item><title>Intern Incident Report</title><link>https://cybersecurity.metacog.co.kr/docs/incident-management/intern-incident-report/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/incident-management/intern-incident-report/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Supervisor handles intern\nincidents informally, undocumented&amp;#34;] -- &amp;#34;Need for consistent HR record and liability protection&amp;#34; --&amp;gt; B[&amp;#34;Formal Intern\nIncident Report&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The Intern Incident Report is a structured template for documenting any incident involving an intern or temporary staff member — policy violations, safety events, conduct issues, or accidental data exposure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by HR, typically in coordination with the intern&amp;rsquo;s direct supervisor.&lt;br&gt;
( &lt;strong&gt;IT Security Involvement&lt;/strong&gt; ) IT security is looped in wherever the incident touches systems or data.&lt;br&gt;
( &lt;strong&gt;Scope&lt;/strong&gt; ) Covers interns, who often sit outside standard onboarding and access-control assumptions.&lt;br&gt;
( &lt;strong&gt;Liability Protection&lt;/strong&gt; ) Unrecorded incidents involving temporary staff create liability exposure and gaps in the intern program&amp;rsquo;s safety record.&lt;/p&gt;</description></item><item><title>Major Incident Report Template</title><link>https://cybersecurity.metacog.co.kr/docs/incident-management/major-incident-report-template/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/incident-management/major-incident-report-template/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Informal notes scattered\nacross chat and email&amp;#34;] -- &amp;#34;Need for a defensible, auditable incident record&amp;#34; --&amp;gt; B[&amp;#34;Formal Major Incident\nReport Template&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The Major Incident Report Template captures the full lifecycle of a critical or high-severity security incident: detection source, impact, timeline, containment actions, root cause, and corrective actions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the SOC / incident response team.&lt;br&gt;
( &lt;strong&gt;Sign-Off&lt;/strong&gt; ) Requires sign-off from the incident commander and CISO before closure.&lt;br&gt;
( &lt;strong&gt;Detection Sources&lt;/strong&gt; ) Documents how the incident was detected, via &lt;strong&gt;SIEM&lt;/strong&gt; correlation or &lt;strong&gt;EDR&lt;/strong&gt; behavioral alerting.&lt;br&gt;
( &lt;strong&gt;Defensibility&lt;/strong&gt; ) Provides the defensible, evidence-backed account that regulators, auditors, and executive leadership expect — informal notes are not sufficient for legal or compliance review.&lt;/p&gt;</description></item><item><title>Structural Damage Incident Report</title><link>https://cybersecurity.metacog.co.kr/docs/incident-management/structural-damage-incident-report/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/incident-management/structural-damage-incident-report/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Facilities damage handled\nverbally with no paper trail&amp;#34;] -- &amp;#34;Need for insurance, safety, and IT-impact documentation&amp;#34; --&amp;gt; B[&amp;#34;Formal Structural Damage\nIncident Report&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The Structural Damage Incident Report documents physical damage to a building, data center, or piece of infrastructure — from a leak or fire to storm or equipment-related damage — and the immediate and corrective actions taken.&lt;/p&gt;</description></item><item><title>Workplace Violence Report</title><link>https://cybersecurity.metacog.co.kr/docs/incident-management/workplace-violence-report/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/incident-management/workplace-violence-report/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Verbal handling of threats\nwith no formal record&amp;#34;] -- &amp;#34;Need for safety response and legal accountability&amp;#34; --&amp;gt; B[&amp;#34;Formal Workplace\nViolence Report&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The Workplace Violence Report documents any threat, altercation, or act of violence involving employees, contractors, or visitors, capturing what happened, who was involved, and what immediate and follow-up action was taken.&lt;/p&gt;</description></item><item><title>The Core of Endpoint Visibility, EDR</title><link>https://cybersecurity.metacog.co.kr/docs/incident-management/edr/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/incident-management/edr/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Blind Spot\n(Unknown Threat)&amp;#34;] -- &amp;#34;Visibility gained through behavior-log analysis&amp;#34; --&amp;gt; B[&amp;#34;Breach Tracking\n(Visibility)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A security platform that continuously monitors and records activity occurring on an endpoint, such as processes, files, network connections, and registry changes, in order to detect and respond to unknown threats.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Visibility&lt;/strong&gt; ) Under the assumption that &amp;ldquo;the breach has already happened&amp;rdquo; ( &lt;strong&gt;Assume Breach&lt;/strong&gt; ), records a full timeline of all activity on the endpoint&lt;br&gt;
( &lt;strong&gt;Active Response&lt;/strong&gt; ) When a threat is detected in real time, immediately isolates the endpoint and terminates the process to block the damage from spreading&lt;br&gt;
( &lt;strong&gt;Threat Hunting&lt;/strong&gt; ) Proactively traces potential attack traces by mapping activity against the &lt;strong&gt;MITRE ATT&amp;amp;CK&lt;/strong&gt; framework&lt;/p&gt;</description></item><item><title>The Integrated Control Tower for Threat Detection and Analysis, SIEM</title><link>https://cybersecurity.metacog.co.kr/docs/incident-management/siem/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/incident-management/siem/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Distributed Log Sources\n(servers, firewalls, apps, etc.)&amp;#34;] -- &amp;#34;Unified collection and analysis&amp;#34; --&amp;gt; B[&amp;#34;Security Events\n(Real-Time Detection)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A security operations system that collects, analyzes, and stores the security logs and events generated across an organization&amp;rsquo;s various IT resources (servers, network equipment, applications, and more) in real time in order to detect and respond to threats.&lt;/p&gt;</description></item><item><title>Digital Forensics</title><link>https://cybersecurity.metacog.co.kr/docs/incident-management/digital-forensic/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/incident-management/digital-forensic/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Digital Data\n(Raw Data)&amp;#34;] -- &amp;#34;Scientific investigation and proof of integrity&amp;#34; --&amp;gt; B[&amp;#34;Legal Evidence\n(Admissible in Court)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A scientific investigation and examination technique that collects, recovers, and analyzes electronic data stored on digital devices such as computers, smartphones, and cloud services in order to use it as legal evidence.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Integrity&lt;/strong&gt; ) Proves through means such as hash ( &lt;strong&gt;Hash&lt;/strong&gt; ) values that collected evidence has not been altered or forged during the analysis process&lt;br&gt;
( &lt;strong&gt;Chain of Custody&lt;/strong&gt; ) &lt;strong&gt;Chain of Custody&lt;/strong&gt;: maintains a record of every path and person responsible, from evidence collection through submission to the court&lt;br&gt;
( &lt;strong&gt;Reproducibility&lt;/strong&gt; ) Ensures the objectivity that analyzing with the same tools and procedures must yield the same results&lt;br&gt;
( &lt;strong&gt;Legitimacy&lt;/strong&gt; ) Preserves the legal admissibility ( &lt;strong&gt;Admissibility&lt;/strong&gt; ) of evidence by complying with due process and the principle of judicial warrants&lt;/p&gt;</description></item><item><title>Known Error (KE) Record Template</title><link>https://cybersecurity.metacog.co.kr/docs/problem-management/known-error-record-template/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/problem-management/known-error-record-template/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Same fault re-diagnosed from scratch\neach time it recurs&amp;#34;] -- &amp;#34;Need a reusable, discoverable workaround&amp;#34; --&amp;gt; B[&amp;#34;Published Known Error\nRecord&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Known Error (KE) Record documents a problem for which the root cause has been diagnosed and a workaround identified, even though a permanent fix has not yet been implemented.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned and maintained by the problem manager or a designated technical lead.&lt;br&gt;
( &lt;strong&gt;Publication&lt;/strong&gt; ) Published so service desk and incident responders can apply the workaround immediately instead of re-diagnosing the same fault.&lt;br&gt;
( &lt;strong&gt;Operational Role&lt;/strong&gt; ) Complements incident response, which restores service fast using whatever workaround is on file.&lt;br&gt;
( &lt;strong&gt;Discoverability&lt;/strong&gt; ) Makes the workaround discoverable and consistent across every recurrence of the fault.&lt;/p&gt;</description></item><item><title>Major Problem Report Template</title><link>https://cybersecurity.metacog.co.kr/docs/problem-management/major-problem-report-template/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/problem-management/major-problem-report-template/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Major problem closed\nwith no formal review&amp;#34;] -- &amp;#34;Need to capture cost, cause, and lessons for leadership&amp;#34; --&amp;gt; B[&amp;#34;Major Problem\nReport&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Major Problem Report is the formal, executive-facing review produced after a high-impact or high-recurrence problem has been resolved (or requires escalated attention).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the problem manager, typically with sign-off from service owners and, for security-rooted problems, the CISO.&lt;br&gt;
( &lt;strong&gt;Root-Cause Focus&lt;/strong&gt; ) Explains why the fault existed in the first place, where an incident report explains only how service was restored.&lt;br&gt;
( &lt;strong&gt;Cost Accounting&lt;/strong&gt; ) Captures what the problem cost across every recurrence, not just the final incident.&lt;br&gt;
( &lt;strong&gt;Structural Change&lt;/strong&gt; ) Documents what structural changes prevent the problem happening again, turning a technical fix into an organizational lesson.&lt;/p&gt;</description></item><item><title>Problem Management Process</title><link>https://cybersecurity.metacog.co.kr/docs/problem-management/problem-management-process/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/problem-management/problem-management-process/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Ad-hoc, inconsistent handling\nof recurring incidents&amp;#34;] -- &amp;#34;Need a repeatable path from symptom to root-cause fix&amp;#34; --&amp;gt; B[&amp;#34;Documented Problem\nManagement Process&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The Problem Management Process defines how an organization moves from a pattern of incidents to a diagnosed root cause to a permanent fix, in a repeatable, auditable way.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the problem manager as a process document.&lt;br&gt;
( &lt;strong&gt;Reference Use&lt;/strong&gt; ) Referenced by service desk, incident response, and engineering teams whenever incidents recur or a single incident warrants investigation.&lt;br&gt;
( &lt;strong&gt;ITIL Distinction&lt;/strong&gt; ) Enforces the ITIL split between incident management, optimized for speed of restoration, and problem management, optimized for permanence of resolution.&lt;br&gt;
( &lt;strong&gt;Trade-off&lt;/strong&gt; ) Deliberately trades immediate closure for durable prevention of the root cause.&lt;/p&gt;</description></item><item><title>Problem Record Template</title><link>https://cybersecurity.metacog.co.kr/docs/problem-management/problem-record-template/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/problem-management/problem-record-template/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Multiple closed incidents\nwith the same unresolved cause&amp;#34;] -- &amp;#34;Need one record to track the cause to elimination&amp;#34; --&amp;gt; B[&amp;#34;Formal Problem\nRecord&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A Problem Record is the individual working document that tracks one problem&amp;rsquo;s investigation, from initial suspicion of a common root cause through diagnosis, workaround, and permanent resolution.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Opened and maintained by the problem manager, with technical input from the engineering or security teams best placed to diagnose the fault.&lt;br&gt;
( &lt;strong&gt;Lifecycle&lt;/strong&gt; ) Stays open until the underlying cause is eliminated, unlike an incident ticket that closes once service is restored.&lt;br&gt;
( &lt;strong&gt;Single Source&lt;/strong&gt; ) Gives the organization a single place to track that longer-running investigation effort.&lt;br&gt;
( &lt;strong&gt;Investigation Trail&lt;/strong&gt; ) Records the path from initial suspicion of a common root cause through diagnosis, workaround, and permanent resolution.&lt;/p&gt;</description></item><item><title>DR Approach Document</title><link>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-approach-document/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-approach-document/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Recovery strategy improvised\nduring each past incident&amp;#34;] -- &amp;#34;Need a documented,\nleadership-endorsed recovery approach&amp;#34; --&amp;gt; B[&amp;#34;Formal DR Approach\nDocument&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A DR Approach Document is the strategic layer of disaster recovery: it states which systems are in scope, which recovery strategy tiers apply, the governance model, and the target bands for &lt;strong&gt;RTO&lt;/strong&gt; (Recovery Time Objective) and &lt;strong&gt;RPO&lt;/strong&gt; (Recovery Point Objective) before any system-level plan is written.&lt;/p&gt;</description></item><item><title>DR Asset Register</title><link>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-asset-register/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-asset-register/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Recovery plan referencing an\nuntracked, stale system list&amp;#34;] -- &amp;#34;Need accurate mapping of\nassets to recovery priority&amp;#34; --&amp;gt; B[&amp;#34;Maintained DR Asset\nRegister&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A DR Asset Register is the current, validated inventory of every system, application, and piece of infrastructure in scope for disaster recovery, mapped to its business owner, dependencies, criticality tier, and per-asset &lt;strong&gt;RTO&lt;/strong&gt;/&lt;strong&gt;RPO&lt;/strong&gt; targets.&lt;/p&gt;</description></item><item><title>DR Closure Report</title><link>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-closure-report/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-closure-report/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Exercises and activations end\nwith no formal outcome record&amp;#34;] -- &amp;#34;Need auditable evidence recovery\nworked and lessons captured&amp;#34; --&amp;gt; B[&amp;#34;Formal DR Closure\nReport&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A DR Closure Report is produced after a disaster recovery exercise or a real disaster activation is stood down, documenting what was actually recovered, the actual &lt;strong&gt;RTO&lt;/strong&gt; and &lt;strong&gt;RPO&lt;/strong&gt; achieved against target, gaps encountered, and the corrective actions assigned to close them.&lt;/p&gt;</description></item><item><title>DR Communications Plan</title><link>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-comms-plan/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-comms-plan/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Ad hoc, inconsistent messaging\nduring past outages&amp;#34;] -- &amp;#34;Need a pre-approved,\nrole-based communication protocol&amp;#34; --&amp;gt; B[&amp;#34;Formal DR Communications\nPlan&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A DR Communications Plan defines, in advance, who notifies which stakeholder group during a declared disaster, through which channel, using which pre-approved message templates, and under what escalation timing.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Ownership&lt;/strong&gt; ) Owned by the DR coordinator working with corporate communications and legal, and exercised alongside the DR Plan Template.&lt;br&gt;
( &lt;strong&gt;Distinct Failure Mode&lt;/strong&gt; ) Without it, teams improvise messaging under pressure while racing against &lt;strong&gt;RTO&lt;/strong&gt; targets.&lt;br&gt;
( &lt;strong&gt;Stakeholder Reach&lt;/strong&gt; ) Covers inconsistent or premature statements to staff, customers, or regulators.&lt;br&gt;
( &lt;strong&gt;Comparable Damage&lt;/strong&gt; ) A messaging failure is a failure mode distinct from, but as damaging as, missing a recovery deadline.&lt;/p&gt;</description></item><item><title>DR Plan Template</title><link>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-plan-template/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/disaster-recovery/dr-plan-template/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;No documented recovery strategy\nfor critical systems&amp;#34;] -- &amp;#34;Need to meet defined\nRTO and RPO targets&amp;#34; --&amp;gt; B[&amp;#34;Formal DR Plan\nTemplate&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A DR Plan Template is the operational runbook invoked once a disaster is declared: it lays out, per system or service, the recovery team, activation criteria, and the exact step-by-step procedure to restore operation within its target &lt;strong&gt;RTO&lt;/strong&gt; (Recovery Time Objective) and &lt;strong&gt;RPO&lt;/strong&gt; (Recovery Point Objective).&lt;/p&gt;</description></item><item><title>MAC vs. DAC vs. RBAC: Access Control Models Compared</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/access-control-models/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/access-control-models/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Discretionary\nprivilege grants&amp;#34;] -- &amp;#34;Mandatory / role-based models&amp;#34; --&amp;gt; B[&amp;#34;Security policy &amp;amp;\nseparation of duties&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A policy framework that restricts access rights to resources within a system according to a subject&amp;rsquo;s identity, security clearance, or role, in order to block unauthorized access.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Least Privilege&lt;/strong&gt; ) Grants only the minimum privileges truly required for a duty or role, preventing insider threats and containing the spread of incidents&lt;br&gt;
( &lt;strong&gt;Separation of Duties&lt;/strong&gt; ) Separates the execution of key tasks from the authority to approve them, cutting off fraud and misuse at the source&lt;br&gt;
( &lt;strong&gt;Centralized Control&lt;/strong&gt; ) Verifies and approves access to every resource from a single point under a consistent security policy&lt;/p&gt;</description></item><item><title>Access Control</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/access-control/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/access-control/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Unrestricted\naccess&amp;#34;] -- &amp;#34;Identification / authentication / authorization policy&amp;#34; --&amp;gt; B[&amp;#34;Resource protection &amp;amp;\nmisuse prevention&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: The set of policies and technical means that check whether a subject has the appropriate privileges when it attempts to access an object, and that allow or deny the attempt accordingly.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Confidentiality&lt;/strong&gt; ) Blocks access by unauthorized subjects, preventing information from leaking outside&lt;br&gt;
( &lt;strong&gt;Integrity&lt;/strong&gt; ) Restricts unauthorized users from modifying or deleting data, protecting the accuracy of information&lt;br&gt;
( &lt;strong&gt;Availability&lt;/strong&gt; ) Ensures that users with legitimate privileges can always access resources whenever they need to&lt;/p&gt;</description></item><item><title>Authentication vs. Authorization</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/authn-vs-authz/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/authn-vs-authz/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;A single\nuser request&amp;#34;] -- &amp;#34;Identity verification, then privilege granting&amp;#34; --&amp;gt; B[&amp;#34;Trust-based\naccess control&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Authentication verifies who a subject claims to be, while authorization determines what an authenticated subject is permitted to do — two distinct but sequential steps in access control.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Identity Verification (Authentication)&lt;/strong&gt; ) Confirms whether a subject&amp;rsquo;s claimed identity is genuine, establishing trust at the system&amp;rsquo;s entry point&lt;br&gt;
( &lt;strong&gt;Privilege Control (Authorization)&lt;/strong&gt; ) Defines the scope of an authenticated user&amp;rsquo;s actions and grants resource access under the principle of least privilege&lt;br&gt;
( &lt;strong&gt;Security Visibility&lt;/strong&gt; ) Authentication and authorization logs trace a subject&amp;rsquo;s activity and provide accountability when incidents occur&lt;/p&gt;</description></item><item><title>FIDO (Fast IDentity Online)</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/fido/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/fido/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Password-based\nauthentication&amp;#34;] -- &amp;#34;Biometrics and public-key cryptography&amp;#34; --&amp;gt; B[&amp;#34;Convenient, strong\nauthentication&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: FIDO (Fast IDentity Online) is an authentication standard that replaces password-based login with device-held biometric verification and public-key cryptography.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Stronger Security&lt;/strong&gt; ) Replaces passwords, which risk exposure, with biometric-based, public-key authentication — cutting off phishing and account-takeover attacks at the source&lt;br&gt;
( &lt;strong&gt;Privacy Protection&lt;/strong&gt; ) Biometric data is never sent to the server; it stays only within the device&amp;rsquo;s secure storage area, preventing leakage&lt;br&gt;
( &lt;strong&gt;User Convenience&lt;/strong&gt; ) Authenticates quickly through a simple action such as a fingerprint or facial scan, with no complex password to type&lt;/p&gt;</description></item><item><title>Identity Provider (IdP)</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/idp/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/idp/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Each service manages\nuser identity separately&amp;#34;] -- &amp;#34;Centralized identity management and\nunified security policy&amp;#34; --&amp;gt; B[&amp;#34;Unified identity management\ncentered on the IdP&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A trusted authority that manages user authentication information and, once a user is successfully authenticated, issues a security token (an assertion or token) that a relying service provider (&lt;strong&gt;SP&lt;/strong&gt;) can trust.&lt;/p&gt;</description></item><item><title>JWT (JSON Web Token)</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/jwt/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/jwt/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Session-based\nauthentication (stateful)&amp;#34;] -- &amp;#34;Removing server scalability limits and\nsession-management overhead&amp;#34; --&amp;gt; B[&amp;#34;JWT-based\nauthentication (stateless)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An open standard (RFC 7519) for securely representing information in JSON form using a digital signature or encryption, used mainly for &lt;strong&gt;SSO&lt;/strong&gt; (Single Sign-On) and exchanging authentication data in web environments.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Stateless Authentication&lt;/strong&gt; ) The server can authenticate a user and verify their information from the JWT alone, without storing any client state&lt;br&gt;
( &lt;strong&gt;Compact Structure&lt;/strong&gt; ) A lightweight JSON format that is easy to transmit — for example, through HTTP headers — making it well suited to web environments&lt;br&gt;
( &lt;strong&gt;Extensibility&lt;/strong&gt; ) Follows a standardized structure (&lt;strong&gt;Header&lt;/strong&gt;, &lt;strong&gt;Payload&lt;/strong&gt;, &lt;strong&gt;Signature&lt;/strong&gt;) and can carry a wide variety of claims flexibly&lt;br&gt;
( &lt;strong&gt;Security&lt;/strong&gt; ) A digital signature authenticates the issuer and prevents tampering with the token&amp;rsquo;s contents&lt;/p&gt;</description></item><item><title>Kerberos</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/kerberos/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/kerberos/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Untrusted network,\nrepeated credential exposure&amp;#34;] -- &amp;#34;Encrypted ticket exchange via a trusted KDC&amp;#34; --&amp;gt; B[&amp;#34;Mutual trust between\nclient and service&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A network authentication protocol developed at MIT that uses cryptographic &lt;strong&gt;tickets&lt;/strong&gt; to securely verify the identities of a user (client) and a service (server) within a mutually trusted environment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Encryption-Based Authentication&lt;/strong&gt; ) Encrypts tickets (&lt;strong&gt;TGT&lt;/strong&gt;, &lt;strong&gt;ST&lt;/strong&gt;) to prevent user information and session keys from being exposed during communication&lt;br&gt;
( &lt;strong&gt;Single Sign-On (SSO)&lt;/strong&gt; ) A single authentication grants access to multiple services without repeated logins, improving user convenience&lt;br&gt;
( &lt;strong&gt;Delegated Trust&lt;/strong&gt; ) Builds mutual trust between users and services through a trusted third party called the &lt;strong&gt;KDC&lt;/strong&gt; (Key Distribution Center)&lt;br&gt;
( &lt;strong&gt;Security Foundation&lt;/strong&gt; ) As the default authentication method for &lt;strong&gt;Active Directory&lt;/strong&gt;, Kerberos raises the overall security level of the network environment&lt;/p&gt;</description></item><item><title>OAuth 2.0</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/oauth2/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/oauth2/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Sharing your password\ndirectly with third parties&amp;#34;] -- &amp;#34;Delegated, scoped access tokens&amp;#34; --&amp;gt; B[&amp;#34;Secure delegated access\nwithout exposing credentials&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An &lt;strong&gt;open authorization framework&lt;/strong&gt; that lets a user securely delegate access to their own resources (data, functionality, etc.) to a third-party application (the client).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Delegated Authorization&lt;/strong&gt; ) Lets a client obtain resource-access privileges securely without ever sharing the user&amp;rsquo;s ID/password&lt;br&gt;
( &lt;strong&gt;Easy Integration&lt;/strong&gt; ) Designed around &lt;strong&gt;RESTful APIs&lt;/strong&gt;, making integration across different applications straightforward&lt;br&gt;
( &lt;strong&gt;Multiple Flows&lt;/strong&gt; ) Supports several grant types tailored to different client environments — web, mobile, desktop, and more&lt;br&gt;
( &lt;strong&gt;Security Standard&lt;/strong&gt; ) Standardized by the &lt;strong&gt;IETF&lt;/strong&gt; and used as the underlying protocol for &lt;strong&gt;OpenID Connect&lt;/strong&gt; (OIDC), extending it to support authentication as well&lt;/p&gt;</description></item><item><title>OAuth 2.0 and OIDC</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/oauth-oidc/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/oauth-oidc/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Sharing\npasswords&amp;#34;] -- &amp;#34;Token-based delegated authorization&amp;#34; --&amp;gt; B[&amp;#34;Secure third-party\nservice integration&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An open standard protocol that lets a third-party application access a resource on a user&amp;rsquo;s behalf — through delegation — without ever exposing the user&amp;rsquo;s password.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Password Protection&lt;/strong&gt; ) Delegates only safe resource-access privileges to third-party apps, without ever exposing the user&amp;rsquo;s password&lt;br&gt;
( &lt;strong&gt;Fine-Grained Authorization&lt;/strong&gt; ) Scope-based privilege control allows access to only the minimum data required&lt;br&gt;
( &lt;strong&gt;Standardized Authentication&lt;/strong&gt; ) Builds a unified identity-verification system via OIDC, ensuring interoperable user authentication across services&lt;/p&gt;</description></item><item><title>OpenID Connect (OIDC)</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/oidc/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/oidc/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Incomplete authentication with\nOAuth 2.0 alone (authorization only)&amp;#34;] -- &amp;#34;A standardized identity layer with\nthe ID Token (JWT)&amp;#34; --&amp;gt; B[&amp;#34;Standard, unified\nauthentication via OIDC&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An &lt;strong&gt;OpenID&lt;/strong&gt;-based authentication protocol, built on top of &lt;strong&gt;OAuth 2.0&lt;/strong&gt;, for securely sharing a user&amp;rsquo;s authentication information with a mutually trusted service (&lt;strong&gt;SP&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Simplified SSO&lt;/strong&gt; ) Gives users a unified login experience across multiple services while easing the account-management burden on IT administrators&lt;br&gt;
( &lt;strong&gt;Standardized Identity Information&lt;/strong&gt; ) Delivers consistent user profile information (name, email, profile photo, etc.) through a &lt;strong&gt;JWT&lt;/strong&gt;-based &lt;strong&gt;ID Token&lt;/strong&gt;&lt;br&gt;
( &lt;strong&gt;Compatibility&lt;/strong&gt; ) Being built on &lt;strong&gt;OAuth 2.0&lt;/strong&gt;, it can be applied easily across web, mobile, desktop, and other client environments&lt;br&gt;
( &lt;strong&gt;Authentication Plus Authorization&lt;/strong&gt; ) &lt;strong&gt;OAuth 2.0&lt;/strong&gt; focuses on granting authorization; OIDC adds authentication on top, supporting user identification and SSO&lt;/p&gt;</description></item><item><title>Passkey</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/passkey/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/passkey/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Tied to\na single device&amp;#34;] -- &amp;#34;Cloud-synced FIDO2&amp;#34; --&amp;gt; B[&amp;#34;A complete passwordless\nexperience&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A passkey is a FIDO2-based credential that syncs across a user&amp;rsquo;s devices via the cloud, completing the shift to a fully passwordless authentication experience.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Passwordless&lt;/strong&gt; ) Eliminates passwords, which are hard to remember and easy to steal, fundamentally strengthening the authentication process&lt;br&gt;
( &lt;strong&gt;Multi-Device Sync&lt;/strong&gt; ) Cloud-based credential sync provides continuity across a device change with no re-registration required&lt;br&gt;
( &lt;strong&gt;Phishing Cut Off at the Source&lt;/strong&gt; ) Domain-binding technology automatically and technically rejects authentication requests from fake sites&lt;/p&gt;</description></item><item><title>SAML (Security Assertion Markup Language)</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/saml/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/saml/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Fragmented authentication\nper individual service&amp;#34;] -- &amp;#34;Standardized SSO and\ncross-domain trust federation&amp;#34; --&amp;gt; B[&amp;#34;SAML-based\nidentity federation&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An &lt;strong&gt;XML&lt;/strong&gt;-based open standard protocol for securely exchanging user authentication information in web-based distributed environments.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;XML-Based&lt;/strong&gt; ) Represents a user&amp;rsquo;s identity, attributes, and privileges as an &lt;strong&gt;XML&lt;/strong&gt;-formatted assertion for exchange&lt;br&gt;
( &lt;strong&gt;Web SSO Standard&lt;/strong&gt; ) &lt;strong&gt;SAML 2.0&lt;/strong&gt; has become the de facto standard for implementing &lt;strong&gt;SSO&lt;/strong&gt; (Single Sign-On) in browser-based environments&lt;br&gt;
( &lt;strong&gt;Federated Identity&lt;/strong&gt; ) Establishes a trust relationship between an &lt;strong&gt;IdP&lt;/strong&gt; and an &lt;strong&gt;SP&lt;/strong&gt; in different security domains, enabling them to share user authentication information&lt;br&gt;
( &lt;strong&gt;Industry Standard&lt;/strong&gt; ) Standardized under the leadership of &lt;strong&gt;OASIS&lt;/strong&gt; (Organization for the Advancement of Structured Information Standards)&lt;/p&gt;</description></item><item><title>Single Sign-On (SSO)</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/sso/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/sso/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Multiple applications\n(App1, App2, App3...)&amp;#34;] -- &amp;#34;Single authentication (1st login)&amp;#34; --&amp;gt; B[&amp;#34;SSO service\n(Identity Provider)&amp;#34;]
 B -- &amp;#34;Issues authentication ticket&amp;#34; --&amp;gt; A
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An authentication method that lets a user log into multiple applications and services using a single &lt;strong&gt;ID&lt;/strong&gt; and password.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Greater User Convenience&lt;/strong&gt; ) Eliminates repeated login steps, significantly improving the user experience and boosting productivity&lt;br&gt;
( &lt;strong&gt;Stronger Security&lt;/strong&gt; ) Reduces the burden of managing complex passwords and makes it easier to apply strong, centralized authentication such as &lt;strong&gt;MFA&lt;/strong&gt;&lt;br&gt;
( &lt;strong&gt;Management Efficiency&lt;/strong&gt; ) Centralizes account creation, deletion, and privilege management, reducing the overall IT administration burden&lt;br&gt;
( &lt;strong&gt;Improved Accessibility&lt;/strong&gt; ) Delivers a consistent user experience across mobile devices and other device environments&lt;/p&gt;</description></item><item><title>Active Directory (AD)</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/active-directory/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/active-directory/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Distributed users\nand resources&amp;#34;] -- &amp;#34;Central management (AD)&amp;#34; --&amp;gt; B[&amp;#34;Unified authentication\nand policy enforcement&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A directory service developed by Microsoft that centrally manages information about the users, computers, groups, and resources on a network, and that serves as the core infrastructure for controlling authentication and access rights.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Centralized Management&lt;/strong&gt; ) Provides a unified management environment for IT resources such as user accounts, password policies, and computer settings&lt;br&gt;
( &lt;strong&gt;Single Sign-On (SSO)&lt;/strong&gt; ) A single authentication grants access to multiple applications and resources, increasing both convenience and security&lt;br&gt;
( &lt;strong&gt;Access Control&lt;/strong&gt; ) Applies &lt;strong&gt;RBAC&lt;/strong&gt; (Role-Based Access Control)-based security policy through fine-grained, per-resource permission settings&lt;br&gt;
( &lt;strong&gt;Authentication Protocol&lt;/strong&gt; ) Uses a strong &lt;strong&gt;Kerberos&lt;/strong&gt;-based authentication mechanism to guarantee secure communication&lt;/p&gt;</description></item><item><title>LDAP (Lightweight Directory Access Protocol)</title><link>https://cybersecurity.metacog.co.kr/docs/identity-access-management/ldap/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/identity-access-management/ldap/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Distributed information\n(users, devices, services)&amp;#34;] -- &amp;#34;Access via the LDAP protocol&amp;#34; --&amp;gt; B[&amp;#34;Central directory service\n(Directory Information Base)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A standard communication protocol for accessing a directory service, used to store and search information about network resources — users, devices, services, and more — in a hierarchical structure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Standard Protocol&lt;/strong&gt; ) Based on the &lt;strong&gt;X.500&lt;/strong&gt; standard but simplified, and widely used to implement a variety of directory services&lt;br&gt;
( &lt;strong&gt;Hierarchical Structure&lt;/strong&gt; ) Organizes information as a tree using a &lt;strong&gt;DN&lt;/strong&gt; (Distinguished Name), enabling efficient search and management&lt;br&gt;
( &lt;strong&gt;Optimized for Lookups&lt;/strong&gt; ) Optimized for read operations, making it effective for tasks such as user authentication and address-book lookups&lt;br&gt;
( &lt;strong&gt;Extensibility&lt;/strong&gt; ) Schema extensions allow it to store and manage many different types of information (supported in &lt;strong&gt;LDAP&lt;/strong&gt;v3)&lt;/p&gt;</description></item><item><title>Systematic Classification of Attack Techniques</title><link>https://cybersecurity.metacog.co.kr/docs/offensive-security/attack-techniques/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/offensive-security/attack-techniques/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Scattered, Fragmented\nThreats&amp;#34;] -- &amp;#34;Framework-based classification\n(Cyber Kill Chain)&amp;#34; --&amp;gt; B[&amp;#34;Systematic, Structured\nDefense&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A security analysis framework that systematizes cyberattacks by stage, layer, and objective in order to optimize defense strategy development and the use of threat intelligence.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Threat Visibility&lt;/strong&gt; ) Classifies an attacker&amp;rsquo;s tactics, techniques, and procedures ( &lt;strong&gt;TTPs&lt;/strong&gt; ) using a standardized language, enabling the creation of sophisticated detection rules.&lt;br&gt;
( &lt;strong&gt;Proactive Defense&lt;/strong&gt; ) Enables a staged blocking strategy based on the Cyber Kill Chain, which cuts the chain of an attack at any link.&lt;br&gt;
( &lt;strong&gt;Collaboration Optimization&lt;/strong&gt; ) Maximizes the efficiency of security operations ( &lt;strong&gt;SecOps&lt;/strong&gt; ) by sharing threat information and standardizing the incident response process.&lt;/p&gt;</description></item><item><title>Penetration Testing Methodology</title><link>https://cybersecurity.metacog.co.kr/docs/offensive-security/methodology/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/offensive-security/methodology/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;One-off, unstructured\nsecurity checks&amp;#34;] -- &amp;#34;Demand for standardized process\nand systematic threat modeling&amp;#34; --&amp;gt; B[&amp;#34;Framework-based\npenetration testing (PTES/OSSTMM)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A standardized set of procedures and a technical execution framework for attempting to penetrate an organization&amp;rsquo;s information systems from an attacker&amp;rsquo;s perspective in order to discover security vulnerabilities and assess the resulting risk.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Procedural Validity&lt;/strong&gt; ) Applies proven frameworks such as &lt;strong&gt;PTES&lt;/strong&gt;, &lt;strong&gt;OWASP&lt;/strong&gt;, and &lt;strong&gt;OSSTMM&lt;/strong&gt; to prevent gaps in assessment coverage and secure the reliability of results.&lt;br&gt;
( &lt;strong&gt;Risk Prioritization&lt;/strong&gt; ) Assesses the real business impact of discovered vulnerabilities to support the efficient allocation of available resources.&lt;br&gt;
( &lt;strong&gt;Regulatory Compliance&lt;/strong&gt; ) A required item for meeting major domestic and international security certifications and legal requirements such as &lt;strong&gt;ISMS-P&lt;/strong&gt; and &lt;strong&gt;PCI-DSS&lt;/strong&gt;.&lt;br&gt;
( &lt;strong&gt;Defense Strategy Development&lt;/strong&gt; ) Goes beyond simply listing vulnerabilities, using penetration scenario analysis to strengthen the organization&amp;rsquo;s &lt;strong&gt;Defense in Depth&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>OSINT (Open Source Intelligence)</title><link>https://cybersecurity.metacog.co.kr/docs/offensive-security/osint/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/offensive-security/osint/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Scattered\nOpen Data&amp;#34;] -- &amp;#34;Systematic collection and\nmulti-angle correlation&amp;#34; --&amp;gt; B[&amp;#34;Strategic Threat\nIntelligence (OSINT Insight)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A set of activities that collects and analyzes data from legally accessible public sources ( &lt;strong&gt;Open Source&lt;/strong&gt; ) to derive meaningful information ( &lt;strong&gt;Intelligence&lt;/strong&gt; ) that serves a specific purpose.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Non-intrusive Collection&lt;/strong&gt; ) Gathers externally exposed information without directly probing the target system, so the risk of detection is low.&lt;br&gt;
( &lt;strong&gt;Attack Surface Mapping&lt;/strong&gt; ) Identifies an organization&amp;rsquo;s externally exposed assets ( &lt;strong&gt;Attack Surface&lt;/strong&gt; ) and predicts penetration paths, from an attacker&amp;rsquo;s viewpoint.&lt;br&gt;
( &lt;strong&gt;Decision Support&lt;/strong&gt; ) Used across multiple security strategies, including reputation management, threat-actor tracking, and supply chain risk management.&lt;br&gt;
( &lt;strong&gt;Economy and Efficiency&lt;/strong&gt; ) Enables in-depth preliminary research using the vast amount of data available on the internet, without expensive equipment.&lt;/p&gt;</description></item><item><title>OSSTMM (Open Source Security Testing Methodology Manual)</title><link>https://cybersecurity.metacog.co.kr/docs/offensive-security/osstmm/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/offensive-security/osstmm/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Qualitative security assessment\nreliant on assessor judgment&amp;#34;] -- &amp;#34;Demand for a scientific method and\na quantitative security metric (RAV)&amp;#34; --&amp;gt; B[&amp;#34;A measurable security\nstandard (OSSTMM)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A security testing standard developed by &lt;strong&gt;ISECOM&lt;/strong&gt; (Institute for Security and Open Methodologies) that scientifically and quantitatively measures the effectiveness of security controls in order to assess an organization&amp;rsquo;s security maturity.&lt;/p&gt;</description></item><item><title>PTES (Penetration Testing Execution Standard)</title><link>https://cybersecurity.metacog.co.kr/docs/offensive-security/ptes/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/offensive-security/ptes/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Unstructured penetration testing\nreliant on individual assessor skill&amp;#34;] -- &amp;#34;Standardizing execution stages and\nproviding technical guidelines&amp;#34; --&amp;gt; B[&amp;#34;Procedurally complete\nPTES-based penetration testing&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A seven-stage technical execution standard, defined to guarantee consistent quality and systematic results across the entire penetration testing process, from pre-engagement through reporting.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Standardized Execution&lt;/strong&gt; ) Minimizes quality variance driven by an assessor&amp;rsquo;s subjective judgment and guarantees thorough coverage of every test area.&lt;br&gt;
( &lt;strong&gt;Technical Depth&lt;/strong&gt; ) Provides concrete technical guidelines for each stage, rather than merely listing procedures.&lt;br&gt;
( &lt;strong&gt;Business Alignment&lt;/strong&gt; ) Uses threat modeling to focus on discovering real vulnerabilities that are directly tied to the organization&amp;rsquo;s business risk.&lt;br&gt;
( &lt;strong&gt;Transparency&lt;/strong&gt; ) Prevents legal and operational risk by establishing a clear &lt;strong&gt;ROE&lt;/strong&gt; (Rules of Engagement) between the client and the assessor.&lt;/p&gt;</description></item><item><title>RAV (Risk Assessment Value)</title><link>https://cybersecurity.metacog.co.kr/docs/offensive-security/rav/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/offensive-security/rav/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Subjective, experience-based\nrisk judgment (Qualitative)&amp;#34;] -- &amp;#34;Statistical reliability and\nobjective security visibility&amp;#34; --&amp;gt; B[&amp;#34;Quantitative security\nmeasurement metric (RAV)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A quantitative security measurement metric used in the &lt;strong&gt;OSSTMM&lt;/strong&gt; methodology, which mathematically calculates the real effectiveness of the security controls within a given operational channel and expresses it as a value between 0 and 100.&lt;/p&gt;</description></item><item><title>Fuzzing</title><link>https://cybersecurity.metacog.co.kr/docs/offensive-security/fuzzing/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/offensive-security/fuzzing/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Limits of security testing\nbased on fixed scenarios&amp;#34;] -- &amp;#34;Need to detect zero-day\nvulnerabilities and abnormal exceptions&amp;#34; --&amp;gt; B[&amp;#34;Automated fuzzing based on\nrandom input (Fuzzing)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: An automated software testing technique that continuously injects random or malformed abnormal input ( &lt;strong&gt;Fuzz&lt;/strong&gt; ) into a target program and monitors for the exceptions ( &lt;strong&gt;Crash&lt;/strong&gt; ) that occur, in order to discover security vulnerabilities.&lt;/p&gt;</description></item><item><title>CTF Categories</title><link>https://cybersecurity.metacog.co.kr/docs/offensive-security/ctf-categories/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/offensive-security/ctf-categories/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Unstructured, fragmented\nhacking skill learning&amp;#34;] -- &amp;#34;Scenario-based, domain-specific\nhands-on skill validation&amp;#34; --&amp;gt; B[&amp;#34;Domain-organized\nCTF problem solving (CTF)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: &lt;strong&gt;CTF&lt;/strong&gt; (Capture The Flag) is a hacking and defense competition in which participants solve information security challenges to find a hidden string called a flag ( &lt;strong&gt;Flag&lt;/strong&gt; ) and earn points — a contest that comprehensively evaluates security skill across multiple domains.&lt;/p&gt;</description></item><item><title>Red Teaming</title><link>https://cybersecurity.metacog.co.kr/docs/offensive-security/red-team/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/offensive-security/red-team/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;A passive defense posture\ncentered on vulnerability assessment&amp;#34;] -- &amp;#34;Need for real-world response\ncapability against APTs&amp;#34; --&amp;gt; B[&amp;#34;Realistic simulation from an\nattacker&amp;#39;s perspective (Red Team)&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A specialized group or activity that, in order to validate the effectiveness of an organization&amp;rsquo;s security defenses ( &lt;strong&gt;Blue Team&lt;/strong&gt; ), mimics the strategies, techniques, and procedures ( &lt;strong&gt;TTPs&lt;/strong&gt; ) of a real attacker to carry out an unannounced, realistic attack.&lt;/p&gt;</description></item><item><title>AI System Security</title><link>https://cybersecurity.metacog.co.kr/docs/emerging-security/ai-system-security/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/emerging-security/ai-system-security/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Traditional IT systems\nStructured data, predictable&amp;#34;] -- &amp;#34;Adoption of AI models\nUnstructured data, probabilistic output&amp;#34; --&amp;gt; B[&amp;#34;New attack vectors\nAdversarial attacks, data poisoning&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A security framework and set of techniques for ensuring the confidentiality, integrity, and availability ( &lt;strong&gt;CIA&lt;/strong&gt; ) of artificial intelligence ( &lt;strong&gt;AI&lt;/strong&gt; ) models and the systems built around them.&lt;/p&gt;</description></item><item><title>Deepfake</title><link>https://cybersecurity.metacog.co.kr/docs/emerging-security/deepfake/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/emerging-security/deepfake/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Source media\nOriginal video / image&amp;#34;] -- &amp;#34;GAN-based generative model&amp;#34; --&amp;gt; B[&amp;#34;Synthesized content\nDeepfake output&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: Realistic fake video or audio content that uses deep learning — particularly &lt;strong&gt;GANs&lt;/strong&gt; (Generative Adversarial Networks) — to synthesize or edit a specific person&amp;rsquo;s face or voice.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Realistic manipulation&lt;/strong&gt; ) Achieves a level of realism that is difficult to distinguish from genuine content, beyond what conventional image or video editing can produce.&lt;br&gt;
( &lt;strong&gt;Malicious use&lt;/strong&gt; ) Increasingly used to spread fake news, commit defamation, carry out financial fraud ( &lt;strong&gt;voice phishing&lt;/strong&gt; ), and fuel political disinformation, raising the risk of social disruption.&lt;br&gt;
( &lt;strong&gt;Identity theft&lt;/strong&gt; ) A specific person&amp;rsquo;s voice or face can be misappropriated without authorization and abused in impersonation crimes.&lt;/p&gt;</description></item><item><title>LLM Security (OWASP Top 10 for LLM)</title><link>https://cybersecurity.metacog.co.kr/docs/emerging-security/llm-security/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/emerging-security/llm-security/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Untrusted prompt\nUnauthorized input&amp;#34;] -- &amp;#34;LLM guardrails\nFiltering&amp;#34; --&amp;gt; B[&amp;#34;Trusted response\nSafe output&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A multi-layered defense framework for detecting and blocking vulnerabilities specific to large language model ( &lt;strong&gt;LLM&lt;/strong&gt; ) applications, such as prompt injection and data disclosure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Non-deterministic threats&lt;/strong&gt; ) Bypass attacks, such as prompt injection, exploit the model&amp;rsquo;s characteristic of producing variable output depending on the input.&lt;br&gt;
( &lt;strong&gt;Expanded attack surface&lt;/strong&gt; ) Integration with external data ( &lt;strong&gt;RAG&lt;/strong&gt; ) and plugins increases the threat of indirect prompt injection ( &lt;strong&gt;Indirect Injection&lt;/strong&gt; ).&lt;br&gt;
( &lt;strong&gt;Data protection&lt;/strong&gt; ) Defenses are needed against disclosure, where sensitive information embedded in training data is exposed externally through the generation process.&lt;/p&gt;</description></item><item><title>OT/ICS Security and the Purdue Model</title><link>https://cybersecurity.metacog.co.kr/docs/emerging-security/ot-ics-purdue/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/emerging-security/ot-ics-purdue/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Air-gapped network\nClosed network&amp;#34;] -- &amp;#34;Growing IT/OT convergence\nand connectivity&amp;#34; --&amp;gt; B[&amp;#34;Layered defense\nPurdue Model&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A security framework for protecting the operational technology ( &lt;strong&gt;OT&lt;/strong&gt; ) and industrial control systems ( &lt;strong&gt;ICS&lt;/strong&gt; ) that run national infrastructure and industrial processes — manufacturing, energy, transportation, and more — from cyber threats.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Availability first&lt;/strong&gt; ) Unlike IT security, which prioritizes confidentiality, OT security&amp;rsquo;s top priority is uninterrupted, 24/7 operation and service continuity ( &lt;strong&gt;Availability&lt;/strong&gt; ).&lt;br&gt;
( &lt;strong&gt;Safety-centric&lt;/strong&gt; ) Because a cyberattack can translate directly into a physical accident, ensuring the safety ( &lt;strong&gt;Safety&lt;/strong&gt; ) of people and equipment is essential.&lt;br&gt;
( &lt;strong&gt;Limits of the air gap&lt;/strong&gt; ) To respond to the breakdown of air-gapped environments, layered network segmentation and control based on the &lt;strong&gt;Purdue&lt;/strong&gt; model is applied.&lt;/p&gt;</description></item><item><title>Blockchain</title><link>https://cybersecurity.metacog.co.kr/docs/emerging-security/blockchain/</link><pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate><guid>https://cybersecurity.metacog.co.kr/docs/emerging-security/blockchain/</guid><description>&lt;h2 id="i-overview"&gt;I. Overview &lt;a href="#i-overview" class="anchor" aria-hidden="true"&gt;&lt;i class="material-icons align-middle"&gt;link&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre class="mermaid"&gt;%%{init: { &amp;#39;theme&amp;#39;: &amp;#39;base&amp;#39;, &amp;#39;themeVariables&amp;#39;: { &amp;#39;edgeLabelBackground&amp;#39;: &amp;#39;#fff&amp;#39; }}}%%
flowchart LR
 A[&amp;#34;Centralized\nSingle authority&amp;#34;] -- &amp;#34;Distributed consensus\nand chaining&amp;#34; --&amp;gt; B[&amp;#34;Distributed ledger\nShared across participants&amp;#34;]
 style A fill:#f9f9f9,stroke:#333,stroke-width:3px
 style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Definition&lt;/strong&gt;: A distributed ledger technology in which every network participant shares and cross-checks the transaction ledger, guaranteeing the transparency and integrity of the data.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;br&gt;
( &lt;strong&gt;Decentralization&lt;/strong&gt; ) Transactions take place directly over a &lt;strong&gt;P2P&lt;/strong&gt; network with no central administrator, eliminating any single point of failure ( &lt;strong&gt;No SPoF&lt;/strong&gt; ) and ensuring availability.&lt;br&gt;
( &lt;strong&gt;Integrity&lt;/strong&gt; ) Block chaining via hash functions and the &lt;strong&gt;Merkle Root&lt;/strong&gt; prevent data tampering and forgery.&lt;br&gt;
( &lt;strong&gt;Visibility&lt;/strong&gt; ) The ledger is open to every participant, maximizing the transparency and traceability of transactions.&lt;br&gt;
( &lt;strong&gt;Irreversibility&lt;/strong&gt; ) Once recorded, information cannot be modified or deleted without distributed consensus, giving it strong evidentiary value after the fact.&lt;/p&gt;</description></item></channel></rss>