This commit is contained in:
GuidoSchenone
2025-12-10 09:10:40 -03:00
parent 6c6bee27da
commit 2c779292cf

View File

@@ -159,13 +159,8 @@
</div>
<section class="mb-8">
<div class="neo-card rounded-2xl p-6 glow-border">
<p class="text-sm text-gray-300 compact-text mb-4">
Email remains the primary vector for phishing, impersonation, malware delivery, and data leaks. Because it is deeply integrated into daily operations, attackers exploit trust, routine, and human error.
</p>
<p class="text-sm text-gray-300 compact-text">
To protect communication, both technology and human behavior must be addressed.
</p>
<div class=>
</div>
<!-- Full-width image (with safe side-padding) -->
@@ -344,34 +339,39 @@
<p class="smaller-text text-gray-300">Advanced phishing detection, anomaly behavior monitoring, malicious attachment scanning.</p>
</div>
<!-- 4 -->
<!-- 5 Human-Risk Analytics (left) -->
<div class="neo-card rounded-xl p-5 glow-border flex flex-col items-center text-center justify-center">
<div class="w-10 h-10 bg-gradient-to-br from-orange-500/20 to-orange-600/20 rounded-lg flex items-center justify-center mb-3">
<span class="text-orange-400 text-xl">👤</span>
</div>
<h4 class="text-sm font-semibold text-white mb-2">Human-Risk Analytics</h4>
<p class="smaller-text text-gray-300">Insights into user behavior, awareness levels, and risk indicators — enabling targeted training.</p>
<p class="smaller-text text-gray-300">
Insights into user behaviour, awareness levels and risk indicators — enabling targeted training.
</p>
</div>
<!-- CENTER IMAGE (spans 2 columns, bigger) -->
<div class="md:col-span-2 neo-card rounded-xl overflow-hidden glow-border">
<!-- 6 IMAGE (centre, same size) -->
<div class="neo-card rounded-xl p-5 glow-border flex items-center justify-center">
<img src="WAZUHSAMPLE.png"
alt="Wazuh sample"
class="w-full h-full object-cover">
class="w-full h-full object-contain rounded-lg">
</div>
<!-- 6 full-width bottom bar -->
<div class="md:col-span-3 neo-card rounded-xl p-5 glow-border flex items-center justify-center text-center">
<div class="flex items-center space-x-4">
<div class="w-10 h-10 bg-gradient-to-br from-gray-500/20 to-slate-500/20 rounded-lg flex items-center justify-center">
<!-- 7 Governance & Policy (right) -->
<div class="neo-card rounded-xl p-5 glow-border flex flex-col items-center text-center justify-center">
<div class="w-10 h-10 bg-gradient-to-br from-gray-500/20 to-slate-500/20 rounded-lg flex items-center justify-center mb-3">
<span class="text-gray-400 text-xl"></span>
</div>
<div>
<h4 class="text-sm font-semibold text-white">Governance & Policy Enforcement</h4>
<p class="smaller-text text-gray-300">Role-based access, compliance rules, data-loss prevention, and communication governance.</p>
</div>
</div>
<h4 class="text-sm font-semibold text-white mb-2">Governance & Policy Enforcement</h4>
<p class="smaller-text text-gray-300">
Role-based access, compliance rules, data-loss prevention and communication governance.
</p>
</div>
</section>
<!-- Who It Serves -->
<section class="mb-8">
@@ -446,11 +446,11 @@
<!-- left column -->
<div class="space-y-6">
<div class="flex justify-center space-x-4">
<div class="w-6 h-6 bg-green-500/20 rounded-full flex justify-center flex-shrink-0"><span class="text-green-400 text-xs"></span></div>
<div class="w-6 h-6 rounded-full flex justify-center flex-shrink-0"></span></div>
<div><h4 class="text-sm font-semibold text-white">Anti-Phishing & Anti-Spyware</h4><p class="smaller-text text-gray-400">Blocks impersonation and malicious payloads</p></div>
</div>
<div class="flex justify-center space-x-4">
<div class="w-6 h-6 bg-blue-500/20 rounded-full flex justify-center flex-shrink-0"><span class="text-blue-400 text-xs"></span></div>
<div class="w-6 h-6 rounded-full flex justify-center flex-shrink-0"></div>
<div><h4 class="text-sm font-semibold text-white">Authenticated Communication</h4><p class="smaller-text text-gray-400">Verified sender identity and integrity</p></div>
</div>
</div>
@@ -463,11 +463,11 @@
<!-- right column -->
<div class="space-y-6">
<div class="flex justify-center space-x-4">
<div class="w-6 h-6 bg-purple-500/20 rounded-full flex items-center justify-center flex-shrink-0"><span class="text-purple-400 text-xs"></span></div>
<div class="w-6 h-6 rounded-full flex items-center justify-center flex-shrink-0"></div>
<div><h4 class="text-sm font-semibold text-white">Identity Protection</h4><p class="smaller-text text-gray-400">Reduces risk of compromise and spoofing</p></div>
</div>
<div class="flex justify-center space-x-4">
<div class="w-6 h-6 bg-orange-500/20 rounded-full flex items-center justify-center flex-shrink-0"><span class="text-orange-400 text-xs"></span></div>
<div class="w-6 h-6 rounded-full flex items-center justify-center flex-shrink-0"></div>
<div><h4 class="text-sm font-semibold text-white">Compliance Ready</h4><p class="smaller-text text-gray-400">Meets data-protection obligations</p></div>
</div>
</div>