38 أسطر
1.3 KiB
HTML
38 أسطر
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ar" dir="rtl">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Ghaymah SIEM Console</title>
|
|
<style>
|
|
body { background-color: #0f172a; color: #f8fafc; font-family: monospace; padding: 20px; }
|
|
.alert-box { background-color: #991b1b; padding: 15px; border-radius: 5px; margin-bottom: 20px; }
|
|
table { width: 100%; border-collapse: collapse; margin-top: 10px; }
|
|
th, td { border: 1px solid #334155; padding: 10px; text-align: right; }
|
|
th { background-color: #1e293b; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h2>نظام مراقبة الأحداث الأمنية - Ghaymah SIEM</h2>
|
|
|
|
<div class="alert-box">
|
|
<strong>[تنبيه حرِج]:</strong> تم كشف محاولات اختراق نشطة على الـ API الخاص بتسجيل الدخول.
|
|
</div>
|
|
|
|
<h3>عناوين IP المشبوهة</h3>
|
|
<table>
|
|
<tr>
|
|
<th>عنوان IP</th>
|
|
<th>نوع التهديد</th>
|
|
<th>العدد</th>
|
|
<th>الإجراء</th>
|
|
</tr>
|
|
<tr>
|
|
<td>192.168.1.45</td>
|
|
<td>Brute Force / API</td>
|
|
<td>18 محاولة</td>
|
|
<td><b style="color: #ef4444;">مستبعد تلقائياً</b></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|