AICertification/app/flask-postgres/app/templates/course/C2_page3.html
2026-04-10 10:31:44 +02:00

61 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "base.html" %}
{% block content %}
<h2>C2 Security & Misuse Prevention</h2>
<section class="content-section ai-explainer">
<div class="content-wrapper">
<h2 class="section-title">Teil 2 Social Engineering mit KI</h2>
<p class="lead">
„Ein weiterer kritischer Bereich ist:
</p>
<blockquote class="highlight-quote">
➡️ Social Engineering.
</blockquote>
<p>
Dabei werden Menschen gezielt manipuliert,
um Informationen preiszugeben oder Handlungen auszuführen.
</p>
<p>
KI verstärkt dieses Risiko erheblich.
</p>
<p><strong>Beispiele:</strong></p>
<ul class="example-list">
<li>Täuschend echte E-Mails</li>
<li>automatisierte Kommunikation</li>
<li>gezielte Ansprache im richtigen Stil</li>
</ul>
<p><strong>Das bedeutet:</strong></p>
<p>
Angriffe werden:
</p>
<ul class="example-list">
<li>skalierbarer</li>
<li>glaubwürdiger</li>
<li>schwerer erkennbar</li>
</ul>
<blockquote class="highlight-quote">
Und:<br>
➡️ sie zielen direkt auf Mitarbeitende.
</blockquote>
</div>
</section>
<div class="course-nav">
<a href="/course/{{ course_id }}/page/2" class="btn-secondary">Zurück</a>
<a href="/course/{{ course_id }}/page/4" class="btn-primary">Weiter</a>
</div>
{% endblock %}