<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Cert-IX Documentation Blog</title>
        <link>https://docs.cert-ix.com/it/updates</link>
        <description>Cert-IX Documentation Blog</description>
        <lastBuildDate>Sun, 22 Feb 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>it</language>
        <item>
            <title><![CDATA[🔒 MVP1 Compliance Baseline Matrix — 38 Services Audited]]></title>
            <link>https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix</link>
            <guid>https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix</guid>
            <pubDate>Sun, 22 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[We have completed a comprehensive compliance audit of all 38 Cert-IX services across 6 security dimensions: Authentication/Authorization, Audit Logging, Secrets Management, Encryption, Input Validation, and Monitoring.]]></description>
            <content:encoded><![CDATA[<p>We have completed a comprehensive compliance audit of all <strong>38 Cert-IX services</strong> across <strong>6 security dimensions</strong>: Authentication/Authorization, Audit Logging, Secrets Management, Encryption, Input Validation, and Monitoring.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="key-findings">Key Findings<a href="https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix#key-findings" class="hash-link" aria-label="Link diretto a Key Findings" title="Link diretto a Key Findings">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="gap-summary">Gap Summary<a href="https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix#gap-summary" class="hash-link" aria-label="Link diretto a Gap Summary" title="Link diretto a Gap Summary">​</a></h3>
<table><thead><tr><th>Priority</th><th>Count</th><th>Description</th></tr></thead><tbody><tr><td><strong>P0 (Blocking)</strong></td><td>10</td><td>Must fix before launch</td></tr><tr><td><strong>P1 (Important)</strong></td><td>11</td><td>Should fix for launch, can be day-2</td></tr><tr><td><strong>P2 (Post-MVP)</strong></td><td>5</td><td>Post-launch improvements</td></tr></tbody></table>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="gap-distribution-by-type">Gap Distribution by Type<a href="https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix#gap-distribution-by-type" class="hash-link" aria-label="Link diretto a Gap Distribution by Type" title="Link diretto a Gap Distribution by Type">​</a></h3>
<table><thead><tr><th>Gap Type</th><th>P0</th><th>P1</th><th>P2</th><th>Total</th></tr></thead><tbody><tr><td>AUTHN/AUTHZ</td><td>3</td><td>4</td><td>1</td><td>8</td></tr><tr><td>AUDIT</td><td>3</td><td>4</td><td>1</td><td>8</td></tr><tr><td>SECRETS</td><td>2</td><td>1</td><td>0</td><td>3</td></tr><tr><td>ENCRYPT</td><td>1</td><td>1</td><td>0</td><td>2</td></tr><tr><td>INPUT</td><td>0</td><td>1</td><td>0</td><td>1</td></tr><tr><td>MONITOR</td><td>1</td><td>0</td><td>1</td><td>2</td></tr></tbody></table>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="critical-p0-gaps">Critical P0 Gaps<a href="https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix#critical-p0-gaps" class="hash-link" aria-label="Link diretto a Critical P0 Gaps" title="Link diretto a Critical P0 Gaps">​</a></h3>
<ol>
<li><strong>asset-management-service</strong> — No direct JWT middleware; relies on Kafka permission check with unsafe fallback</li>
<li><strong>checkout-orchestration-service</strong> — No JWT middleware on HTTP routes</li>
<li><strong>payment-processing-service</strong> — No audit logging for payment operations (PCI DSS requirement)</li>
<li><strong>scan-worker-service</strong> — No audit logging at all</li>
<li><strong>qr-auth-service</strong> — CSRF encryption key falls back to ephemeral value</li>
</ol>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="6-critical-flows-mapped">6 Critical Flows Mapped<a href="https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix#6-critical-flows-mapped" class="hash-link" aria-label="Link diretto a 6 Critical Flows Mapped" title="Link diretto a 6 Critical Flows Mapped">​</a></h2>
<p>The audit identified and mapped 6 critical end-to-end flows with their complete service chains and Kafka topic dependencies:</p>
<ol>
<li><strong>User Registration &amp; Login</strong> (P0) — 7 services, 3 Kafka topics</li>
<li><strong>Vulnerability Scanning</strong> (P0) — 5+ services, 3 Kafka topic patterns</li>
<li><strong>Asset Management</strong> (P0) — 5 services, 2 Kafka topics</li>
<li><strong>Payment &amp; Subscription</strong> (P0) — 6 services, 3 Kafka topic patterns</li>
<li><strong>Compliance &amp; Audit</strong> (P1) — 5 services</li>
<li><strong>Agent Telemetry</strong> (P2) — 4 services</li>
</ol>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="kafka-event-contract-freeze">Kafka Event Contract Freeze<a href="https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix#kafka-event-contract-freeze" class="hash-link" aria-label="Link diretto a Kafka Event Contract Freeze" title="Link diretto a Kafka Event Contract Freeze">​</a></h2>
<p>All <strong>14 Kafka topic patterns</strong> are now frozen at <strong>v1.0</strong> for MVP1. Schema versioning rules are in place:</p>
<ul>
<li>Every message must include <code>schema-version: "1.0"</code> header</li>
<li>Only additive changes allowed (new fields only)</li>
<li>Breaking changes require new topic versions</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="remediation-timeline">Remediation Timeline<a href="https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix#remediation-timeline" class="hash-link" aria-label="Link diretto a Remediation Timeline" title="Link diretto a Remediation Timeline">​</a></h2>
<table><thead><tr><th>Day</th><th>Focus</th><th>Effort</th></tr></thead><tbody><tr><td>Day 1</td><td>Auth + Scan Flows</td><td>8h</td></tr><tr><td>Day 2</td><td>Asset + Payment Flows</td><td>8h</td></tr><tr><td>Day 3</td><td>Cross-Cutting + P1 Critical</td><td>8h</td></tr><tr><td>Day 4</td><td>Validation + Go/No-Go</td><td>4h</td></tr></tbody></table>
<p><strong>Total</strong>: ~28h (3.5 working days)</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="gono-go-criteria">Go/No-Go Criteria<a href="https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix#gono-go-criteria" class="hash-link" aria-label="Link diretto a Go/No-Go Criteria" title="Link diretto a Go/No-Go Criteria">​</a></h2>
<p>12 criteria must ALL be met before launch, including:</p>
<ul>
<li>All P0 gaps remediated</li>
<li>All 4 E2E flow smoke tests pass</li>
<li>No hardcoded secrets in any deployed service</li>
<li>TLS enforced on all external endpoints</li>
<li>Kafka SSL + Redis TLS enabled for all services</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="full-documentation">Full Documentation<a href="https://docs.cert-ix.com/it/updates/mvp1-compliance-baseline-matrix#full-documentation" class="hash-link" aria-label="Link diretto a Full Documentation" title="Link diretto a Full Documentation">​</a></h2>
<p>Read the complete compliance matrix with all 38 service ratings, flow diagrams, and remediation details in the <a href="https://docs.cert-ix.com/it/docs/features/compliance/compliance-matrix">Compliance Matrix documentation</a>.</p>
<hr>
<p><em>This audit was conducted by the Cert-IX Security Engineering team as part of the MVP1 launch readiness process.</em></p>]]></content:encoded>
            <category>compliance</category>
            <category>security</category>
            <category>audit</category>
            <category>mvp1</category>
            <category>kafka</category>
            <category>tls</category>
            <category>authentication</category>
        </item>
        <item>
            <title><![CDATA[🚀 Cert-IX MVP V1 Platform Launch]]></title>
            <link>https://docs.cert-ix.com/it/updates/platform-launch-v1</link>
            <guid>https://docs.cert-ix.com/it/updates/platform-launch-v1</guid>
            <pubDate>Wed, 17 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[We are excited to announce the official launch of Cert-IX MVP V1 - a revolutionary cybersecurity platform designed to democratize enterprise-grade security for individuals, small businesses, and medium businesses.]]></description>
            <content:encoded><![CDATA[<p>We are excited to announce the official launch of <strong>Cert-IX MVP V1</strong> - a revolutionary cybersecurity platform designed to democratize enterprise-grade security for individuals, small businesses, and medium businesses.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-included-in-v1">What's Included in V1<a href="https://docs.cert-ix.com/it/updates/platform-launch-v1#whats-included-in-v1" class="hash-link" aria-label="Link diretto a What's Included in V1" title="Link diretto a What's Included in V1">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="core-platform-services">Core Platform Services<a href="https://docs.cert-ix.com/it/updates/platform-launch-v1#core-platform-services" class="hash-link" aria-label="Link diretto a Core Platform Services" title="Link diretto a Core Platform Services">​</a></h3>
<p>Our platform is built on a robust microservices architecture with <strong>11 core services</strong>:</p>
<table><thead><tr><th>Service</th><th>Description</th></tr></thead><tbody><tr><td><strong>Auth Service</strong></td><td>Secure multi-tenant authentication with MFA and RBAC</td></tr><tr><td><strong>Admin Backend</strong></td><td>Administrative capabilities for platform management</td></tr><tr><td><strong>Notification Service</strong></td><td>Multi-channel notification system</td></tr><tr><td><strong>Email Service</strong></td><td>Template-based email communication</td></tr><tr><td><strong>Payment Service</strong></td><td>Subscription and payment processing</td></tr><tr><td><strong>User Profile Service</strong></td><td>User and organization management</td></tr><tr><td><strong>File Service</strong></td><td>Secure file storage and sharing</td></tr><tr><td><strong>Audit Service</strong></td><td>Comprehensive audit logging and security event monitoring</td></tr><tr><td><strong>LLM Service</strong></td><td>AI-powered language model capabilities</td></tr><tr><td><strong>AI Agents Service</strong></td><td>Specialized AI agents for security tasks</td></tr><tr><td><strong>API Gateway</strong></td><td>Central entry point with routing, authentication, and monitoring</td></tr></tbody></table>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="revolutionary-ai-features">Revolutionary AI Features<a href="https://docs.cert-ix.com/it/updates/platform-launch-v1#revolutionary-ai-features" class="hash-link" aria-label="Link diretto a Revolutionary AI Features" title="Link diretto a Revolutionary AI Features">​</a></h3>
<ul>
<li><strong>AI-Powered Personalized Security</strong> - Adaptive security profiles that learn from user behavior</li>
<li><strong>Predictive Threat Intelligence</strong> - Collective intelligence system that anticipates threats</li>
<li><strong>Natural Language Security Operations</strong> - Manage security through simple conversations</li>
<li><strong>Continuous Security Validation</strong> - AI-driven simulated attacks to validate controls</li>
<li><strong>Zero-Knowledge Security Assessment</strong> - Security analysis without accessing sensitive data</li>
<li><strong>Behavioral Authentication Fabric</strong> - Continuous authentication based on behavior patterns</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="integrated-security-tools">Integrated Security Tools<a href="https://docs.cert-ix.com/it/updates/platform-launch-v1#integrated-security-tools" class="hash-link" aria-label="Link diretto a Integrated Security Tools" title="Link diretto a Integrated Security Tools">​</a></h3>
<ul>
<li><strong>Nmap</strong> - Network scanning and service detection</li>
<li><strong>OpenVAS</strong> - Comprehensive vulnerability scanning</li>
<li><strong>OWASP ZAP</strong> - Web application security testing</li>
<li><strong>Sublist3r</strong> - Subdomain enumeration</li>
<li><strong>Sherlock</strong> - Username search across 300+ sites</li>
<li><strong>TheHarvester</strong> - Email/domain intelligence</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="getting-started">Getting Started<a href="https://docs.cert-ix.com/it/updates/platform-launch-v1#getting-started" class="hash-link" aria-label="Link diretto a Getting Started" title="Link diretto a Getting Started">​</a></h2>
<p>Visit our <a href="https://docs.cert-ix.com/it/docs/services/introduction">documentation</a> to learn how to get started with Cert-IX.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-next">What's Next<a href="https://docs.cert-ix.com/it/updates/platform-launch-v1#whats-next" class="hash-link" aria-label="Link diretto a What's Next" title="Link diretto a What's Next">​</a></h2>
<p>Stay tuned for upcoming updates including:</p>
<ul>
<li>Enhanced vulnerability management features</li>
<li>IP asset lifecycle management</li>
<li>Advanced compliance reporting</li>
<li>Additional AI-powered security features</li>
</ul>
<hr>
<p><em>Thank you for choosing Cert-IX for your cybersecurity needs!</em></p>]]></content:encoded>
            <category>release</category>
            <category>platform</category>
            <category>v1</category>
            <category>launch</category>
        </item>
        <item>
            <title><![CDATA[📚 Documentation Site Now Live]]></title>
            <link>https://docs.cert-ix.com/it/updates/documentation-site-launch</link>
            <guid>https://docs.cert-ix.com/it/updates/documentation-site-launch</guid>
            <pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[We're pleased to announce that the official Cert-IX documentation site is now live at docs.cert-ix.com.]]></description>
            <content:encoded><![CDATA[<p>We're pleased to announce that the official Cert-IX documentation site is now live at <strong>docs.cert-ix.com</strong>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="features">Features<a href="https://docs.cert-ix.com/it/updates/documentation-site-launch#features" class="hash-link" aria-label="Link diretto a Features" title="Link diretto a Features">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="comprehensive-documentation">Comprehensive Documentation<a href="https://docs.cert-ix.com/it/updates/documentation-site-launch#comprehensive-documentation" class="hash-link" aria-label="Link diretto a Comprehensive Documentation" title="Link diretto a Comprehensive Documentation">​</a></h3>
<ul>
<li><strong>Feature Guides</strong> - Detailed guides for all platform features</li>
<li><strong>AI Security</strong> - Complete AI security documentation</li>
<li><strong>Bobby AI Assistant</strong> - Your intelligent security companion</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="multi-language-support">Multi-Language Support<a href="https://docs.cert-ix.com/it/updates/documentation-site-launch#multi-language-support" class="hash-link" aria-label="Link diretto a Multi-Language Support" title="Link diretto a Multi-Language Support">​</a></h3>
<p>Our documentation is available in <strong>5 languages</strong>:</p>
<ul>
<li>English</li>
<li>Spanish (Español)</li>
<li>French (Français)</li>
<li>German (Deutsch)</li>
<li>Chinese (中文)</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="modern-features">Modern Features<a href="https://docs.cert-ix.com/it/updates/documentation-site-launch#modern-features" class="hash-link" aria-label="Link diretto a Modern Features" title="Link diretto a Modern Features">​</a></h3>
<ul>
<li><strong>Dark Mode</strong> - Easy on the eyes for late-night reading</li>
<li><strong>Full-Text Search</strong> - Powered by Algolia for instant results</li>
<li><strong>PWA Support</strong> - Access documentation offline</li>
<li><strong>Responsive Design</strong> - Works on all devices</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="accessing-the-documentation">Accessing the Documentation<a href="https://docs.cert-ix.com/it/updates/documentation-site-launch#accessing-the-documentation" class="hash-link" aria-label="Link diretto a Accessing the Documentation" title="Link diretto a Accessing the Documentation">​</a></h2>
<p>Visit <a href="https://docs.cert-ix.com/" target="_blank" rel="noopener noreferrer">docs.cert-ix.com</a> to explore the full documentation.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="quick-links">Quick Links<a href="https://docs.cert-ix.com/it/updates/documentation-site-launch#quick-links" class="hash-link" aria-label="Link diretto a Quick Links" title="Link diretto a Quick Links">​</a></h3>
<ul>
<li><a href="https://docs.cert-ix.com/it/docs/services/introduction">Getting Started</a></li>
<li><a href="https://docs.cert-ix.com/it/docs/features/dashboard/overview">Dashboard</a></li>
<li><a href="https://docs.cert-ix.com/it/docs/features/ai-security/overview">AI Security</a></li>
<li><a href="https://docs.cert-ix.com/it/docs/features/bobby/overview">Bobby AI Assistant</a></li>
</ul>
<hr>
<p><em>We're continuously improving our documentation. If you have feedback, please let us know!</em></p>]]></content:encoded>
            <category>documentation</category>
            <category>launch</category>
            <category>docs</category>
        </item>
        <item>
            <title><![CDATA[🔒 Security Infrastructure Complete]]></title>
            <link>https://docs.cert-ix.com/it/updates/security-infrastructure-complete</link>
            <guid>https://docs.cert-ix.com/it/updates/security-infrastructure-complete</guid>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[The core security infrastructure for Cert-IX is now fully operational with enterprise-grade security measures.]]></description>
            <content:encoded><![CDATA[<p>The core security infrastructure for Cert-IX is now fully operational with enterprise-grade security measures.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ssltls-configuration">SSL/TLS Configuration<a href="https://docs.cert-ix.com/it/updates/security-infrastructure-complete#ssltls-configuration" class="hash-link" aria-label="Link diretto a SSL/TLS Configuration" title="Link diretto a SSL/TLS Configuration">​</a></h2>
<p>All Cert-IX services are now secured with:</p>
<ul>
<li><strong>TLS 1.2/1.3</strong> with strong cipher suites</li>
<li><strong>Wildcard SSL certificates</strong> for *.cert-ix.com</li>
<li><strong>HSTS</strong> with 2-year max-age and preload</li>
<li><strong>Certificate transparency</strong> logging</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="authentication-system">Authentication System<a href="https://docs.cert-ix.com/it/updates/security-infrastructure-complete#authentication-system" class="hash-link" aria-label="Link diretto a Authentication System" title="Link diretto a Authentication System">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="multi-factor-authentication">Multi-Factor Authentication<a href="https://docs.cert-ix.com/it/updates/security-infrastructure-complete#multi-factor-authentication" class="hash-link" aria-label="Link diretto a Multi-Factor Authentication" title="Link diretto a Multi-Factor Authentication">​</a></h3>
<ul>
<li><strong>TOTP</strong> (Time-based One-Time Password)</li>
<li><strong>Push notifications</strong> for mobile devices</li>
<li><strong>Hardware security keys</strong> (FIDO2/WebAuthn)</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="session-security">Session Security<a href="https://docs.cert-ix.com/it/updates/security-infrastructure-complete#session-security" class="hash-link" aria-label="Link diretto a Session Security" title="Link diretto a Session Security">​</a></h3>
<ul>
<li><strong>JWT tokens</strong> with 15-minute expiration</li>
<li><strong>Refresh tokens</strong> with 7-day expiration</li>
<li><strong>Device fingerprinting</strong> for session binding</li>
<li><strong>IP binding</strong> for anomaly detection</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="database-security">Database Security<a href="https://docs.cert-ix.com/it/updates/security-infrastructure-complete#database-security" class="hash-link" aria-label="Link diretto a Database Security" title="Link diretto a Database Security">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="postgresql-cluster">PostgreSQL Cluster<a href="https://docs.cert-ix.com/it/updates/security-infrastructure-complete#postgresql-cluster" class="hash-link" aria-label="Link diretto a PostgreSQL Cluster" title="Link diretto a PostgreSQL Cluster">​</a></h3>
<ul>
<li><strong>Primary + 3 Read Replicas</strong> with SSL required</li>
<li><strong>pgBouncer</strong> connection pooling with SSL</li>
<li><strong>Encrypted connections</strong> using TLS 1.3</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="mongodb-security">MongoDB Security<a href="https://docs.cert-ix.com/it/updates/security-infrastructure-complete#mongodb-security" class="hash-link" aria-label="Link diretto a MongoDB Security" title="Link diretto a MongoDB Security">​</a></h3>
<ul>
<li><strong>Replica set</strong> with authentication</li>
<li><strong>Encrypted at rest</strong> using AES-256</li>
<li><strong>Network isolation</strong> with proper firewall rules</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="rate-limiting">Rate Limiting<a href="https://docs.cert-ix.com/it/updates/security-infrastructure-complete#rate-limiting" class="hash-link" aria-label="Link diretto a Rate Limiting" title="Link diretto a Rate Limiting">​</a></h2>
<p>All API endpoints are protected with rate limiting:</p>
<table><thead><tr><th>Endpoint Type</th><th>Limit</th></tr></thead><tbody><tr><td>Authentication</td><td>10/minute</td></tr><tr><td>Standard API</td><td>60/minute</td></tr><tr><td>Bulk Operations</td><td>10/minute</td></tr></tbody></table>
<hr>
<p><em>Security is our top priority. All systems are continuously monitored and updated.</em></p>]]></content:encoded>
            <category>security</category>
            <category>infrastructure</category>
            <category>ssl</category>
            <category>authentication</category>
        </item>
    </channel>
</rss>