File size: 18,736 Bytes
7270c96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
# توثيق واجهة برمجة التطبيقات (API)
# API Documentation for Auto Guardian System
# ==========================================

openapi: 3.0.3
info:
  title: "نظام الحارس التلقائي - واجهة برمجة التطبيقات"
  description: |
    واجهة برمجة تطبيقات نظام الحارس التلقائي للمراقبة الأمنية وإدارة التهديدات.
    
    ## نظرة عامة
    
    توفر هذه الواجهة مجموعة من النقاط الطرفية للتحقق من حالة النظام، وإدارة التهديدات المحظورة، وإرسال التنبيهات، ومراقبة الأداء.
    
    ## المصادقة
    
    تستخدم الواجهة مصادقة JWT. للحصول على رمز الوصول، استخدم نقطة نهاية `/api/v1/auth/token`.
    
    ## الإصدار
    
    - **الإصدار الحالي:** 1.3.0
    - **آخر تحديث:** 2024-10-13
    
    ## الدعم
    
    للمشاكل والاستفسارات: support@autoguardian.local
  version: "1.3.0"
  contact:
    name: "الدعم الفني"
    email: "support@autoguardian.local"
    url: "https://github.com/AbdulElahOthmanGwaith/auto-guardian-system"
  license:
    name: "MIT License"
    url: "https://opensource.org/licenses/MIT"

servers:
  - url: http://localhost:8000/api/v1
    description: "خادم التطوير المحلي"
  - url: https://api.autoguardian.local/api/v1
    description: "خادم الإنتاج"

tags:
  - name: "الصحة"
    description: "نقاط نهاية فحص حالة النظام"
  - name: "التهديدات"
    description: "إدارة التهديدات الأمنية"
  - name: "العناوكات المحظورة"
    description: "إدارة العناوكات المحظورة"
  - name: "التنبيهات"
    description: "إدارة التنبيهات والإشعارات"
  - name: "المراقبة"
    description: "مراقبة الأداء والإحصائيات"
  - name: "المصادقة"
    description: "المصادقة وإدارة الرموز"

paths:
  # ========================================
  # قسم الصحة
  # ========================================
  
  /health:
    get:
      tags:
        - "الصحة"
      summary: "فحص حالة النظام"
      description: "إرجاع حالة النظام العامة ومعلومات الإصدار"
      operationId: "getHealth"
      responses:
        "200":
          description: "النظام يعمل بشكل صحيح"
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/HealthResponse"
              example:
                status: "healthy"
                version: "1.3.0"
                uptime: "2d 5h 30m"
                timestamp: "2024-10-13T10:30:00Z"
        "503":
          description: "النظام لا يعمل بشكل صحيح"
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/HealthResponse"
              example:
                status: "unhealthy"
                version: "1.3.0"
                error: "Database connection failed"

  /health/detailed:
    get:
      tags:
        - "الصحة"
      summary: "فحص تفصيلي للحالة"
      description: "إرجاع حالة مفصلة لجميع مكونات النظام"
      operationId: "getDetailedHealth"
      responses:
        "200":
          description: "حالة تفصيلية للنظام"
          content:
            application/json:
              schema:
                type: "object"
                properties:
                  status:
                    type: "string"
                  components:
                    type: "object"
                    properties:
                      database:
                        type: "object"
                        properties:
                          status:
                            type: "string"
                          latency_ms:
                            type: "number"
                      monitoring:
                        type: "object"
                        properties:
                          status:
                            type: "string"
                          active_sources:
                            type: "integer"
                      notifications:
                        type: "object"
                        properties:
                          status:
                            type: "string"
                          channels:
                            type: "array"
                            items:
                              type: "string"
                  timestamp:
                    type: "string"
                    format: "date-time"

  # ========================================
  # قسم التهديدات
  # ========================================
  
  /threats:
    get:
      tags:
        - "التهديدات"
      summary: "قائمة التهديدات"
      description: "استرجاع قائمة التهديدات المكتشفة مع إمكانية التصفية"
      operationId: "listThreats"
      parameters:
        - name: "status"
          in: "query"
          schema:
            type: "string"
            enum: [blocked, active, ignored, all]
          description: "تصفية حسب الحالة"
        - name: "severity"
          in: "query"
          schema:
            type: "string"
            enum: [critical, high, medium, low, all]
          description: "تصفية حسب الخطورة"
        - name: "limit"
          in: "query"
          schema:
            type: "integer"
            default: 50
            maximum: 100
          description: "عدد النتائج المطلوبة"
        - name: "offset"
          in: "query"
          schema:
            type: "integer"
            default: 0
          description: "رقم البداية"
      responses:
        "200":
          description: "قائمة التهديدات"
          content:
            application/json:
              schema:
                type: "object"
                properties:
                  total:
                    type: "integer"
                  limit:
                    type: "integer"
                  offset:
                    type: "integer"
                  threats:
                    type: "array"
                    items:
                      $ref: "#/components/schemas/Threat"
        "400":
          description: "طلب غير صالح"
    
    post:
      tags:
        - "التهديدات"
      summary: "إضافة تهديد يدوي"
      description: "إضافة تهديد جديد يدوياً إلى النظام"
      operationId: "createThreat"
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/ThreatCreate"
      responses:
        "201":
          description: "تم إنشاء التهديد بنجاح"
        "400":
          description: "بيانات غير صالحة"

  /threats/{threat_id}:
    get:
      tags:
        - "التهديدات"
      summary: "تفاصيل تهديد"
      description: "استرجاع تفاصيل تهديد محدد"
      operationId: "getThreat"
      parameters:
        - name: "threat_id"
          in: "path"
          required: true
          schema:
            type: "string"
      responses:
        "200":
          description: "تفاصيل التهديد"
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/Threat"
        "404":
          description: "التهديد غير موجود"
    
    delete:
      tags:
        - "التهديدات"
      summary: "حذف تهديد"
      description: "حذف تهديد محدد"
      operationId: "deleteThreat"
      parameters:
        - name: "threat_id"
          in: "path"
          required: true
          schema:
            type: "string"
      responses:
        "204":
          description: "تم حذف التهديد بنجاح"
        "404":
          description: "التهديد غير موجود"

  # ========================================
  # قسم العناوكات المحظورة
  # ========================================
  
  /blocked-ips:
    get:
      tags:
        - "العناوكات المحظورة"
      summary: "قائمة العناوكات المحظورة"
      description: "استرجاع قائمة العناوكات المحظورة"
      operationId: "listBlockedIPs"
      parameters:
        - name: "active"
          in: "query"
          schema:
            type: "boolean"
          description: "تصفية للعناوكات النشطة فقط"
        - name: "limit"
          in: "query"
          schema:
            type: "integer"
            default: 50
      responses:
        "200":
          description: "قائمة العناوكات المحظورة"
          content:
            application/json:
              schema:
                type: "object"
                properties:
                  total:
                    type: "integer"
                  blocked_ips:
                    type: "array"
                    items:
                      $ref: "#/components/schemas/BlockedIP"
    
    post:
      tags:
        - "العناوكات المحظورة"
      summary: "حظر عنوان"
      description: "حظر عنوان IP جديد"
      operationId: "blockIP"
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: "object"
              required:
                - "ip"
                - "reason"
              properties:
                ip:
                  type: "string"
                  format: "ipv4"
                  example: "192.168.1.100"
                reason:
                  type: "string"
                  example: "Brute force attack detected"
                duration:
                  type: "integer"
                  description: "مدة الحظر بالدقائق (0 = دائم)"
                  default: 0
      responses:
        "201":
          description: "تم حظر العنوان بنجاح"
        "400":
          description: "بيانات غير صالحة"

  /blocked-ips/{ip}:
    delete:
      tags:
        - "العناوكات المحظورة"
      summary: "إلغاء حظر عنوان"
      description: "إلغاء حظر عنوان IP محدد"
      operationId: "unblockIP"
      parameters:
        - name: "ip"
          in: "path"
          required: true
          schema:
            type: "string"
      responses:
        "204":
          description: "تم إلغاء الحظر بنجاح"
        "404":
          description: "العنوان غير موجود"

  # ========================================
  # قسم التنبيهات
  # ========================================
  
  /alerts:
    get:
      tags:
        - "التنبيهات"
      summary: "قائمة التنبيهات"
      description: "استرجاع قائمة التنبيهات المرسلة"
      operationId: "listAlerts"
      parameters:
        - name: "read"
          in: "query"
          schema:
            type: "boolean"
          description: "تصفية للرسائل المقروءة/غير المقروءة"
        - name: "limit"
          in: "query"
          schema:
            type: "integer"
            default: 50
      responses:
        "200":
          description: "قائمة التنبيهات"

    post:
      tags:
        - "التنبيهات"
      summary: "إرسال تنبيه"
      description: "إرسال تنبيه يدوي عبر جميع القنوات المفعلة"
      operationId: "sendAlert"
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: "object"
              required:
                - "title"
                - "message"
                - "severity"
              properties:
                title:
                  type: "string"
                  example: "تهديد أمني جديد"
                message:
                  type: "string"
                  example: "اكتشاف محاولة اختراق"
                severity:
                  type: "string"
                  enum: [critical, high, medium, low]
                channels:
                  type: "array"
                  items:
                    type: "string"
                    enum: [slack, discord, email]
      responses:
        "202":
          description: "تم قبول طلب الإرسال"
        "400":
          description: "بيانات غير صالحة"

  /alerts/stats:
    get:
      tags:
        - "التنبيهات"
      summary: "إحصائيات التنبيهات"
      description: "استرجاع إحصائيات التنبيهات"
      operationId: "getAlertStats"
      responses:
        "200":
          description: "إحصائيات التنبيهات"
          content:
            application/json:
              schema:
                type: "object"
                properties:
                  total_sent:
                    type: "integer"
                  by_channel:
                    type: "object"
                  by_severity:
                    type: "object"

  # ========================================
  # قسم المراقبة
  # ========================================
  
  /monitoring/stats:
    get:
      tags:
        - "المراقبة"
      summary: "إحصائيات المراقبة"
      description: "استرجاع إحصائيات المراقبة والأمان"
      operationId: "getMonitoringStats"
      responses:
        "200":
          description: "إحصائيات المراقبة"
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/MonitoringStats"

  /monitoring/logs:
    get:
      tags:
        - "المراقبة"
      summary: "سجلات النظام"
      description: "استرجاع سجلات النظام"
      operationId: "getSystemLogs"
      parameters:
        - name: "level"
          in: "query"
          schema:
            type: "string"
            enum: [DEBUG, INFO, WARNING, ERROR]
        - name: "limit"
          in: "query"
          schema:
            type: "integer"
            default: 100
      responses:
        "200":
          description: "سجلات النظام"

  # ========================================
  # قسم المصادقة
  # ========================================
  
  /auth/token:
    post:
      tags:
        - "المصادقة"
      summary: "الحصول على رمز الوصول"
      description: "الحصول على رمز JWT للوصول إلى API"
      operationId: "getToken"
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: "object"
              required:
                - "username"
                - "password"
              properties:
                username:
                  type: "string"
                password:
                  type: "string"
                  format: "password"
      responses:
        "200":
          description: "رمز الوصول"
          content:
            application/json:
              schema:
                type: "object"
                properties:
                  access_token:
                    type: "string"
                  token_type:
                    type: "string"
                    example: "bearer"
                  expires_in:
                    type: "integer"
        "401":
          description: "بيانات اعتماد غير صالحة"

# ========================================
# المخططات (Schemas)
# ========================================

components:
  schemas:
    HealthResponse:
      type: "object"
      properties:
        status:
          type: "string"
          enum: [healthy, unhealthy, degraded]
          example: "healthy"
        version:
          type: "string"
          example: "1.3.0"
        uptime:
          type: "string"
          example: "2d 5h 30m"
        timestamp:
          type: "string"
          format: "date-time"
          example: "2024-10-13T10:30:00Z"
        error:
          type: "string"
          description: "رسالة الخطأ إن وجد"

    Threat:
      type: "object"
      properties:
        id:
          type: "string"
          format: "uuid"
        type:
          type: "string"
          example: "brute_force"
        source_ip:
          type: "string"
          format: "ipv4"
        target_port:
          type: "integer"
        severity:
          type: "string"
          enum: [critical, high, medium, low]
        status:
          type: "string"
          enum: [blocked, active, ignored]
        timestamp:
          type: "string"
          format: "date-time"
        details:
          type: "string"
        actions:
          type: "array"
          items:
            type: "string"

    ThreatCreate:
      type: "object"
      required:
        - "type"
        - "source_ip"
        - "severity"
        - "details"
      properties:
        type:
          type: "string"
        source_ip:
          type: "string"
          format: "ipv4"
        target_port:
          type: "integer"
        severity:
          type: "string"
          enum: [critical, high, medium, low]
        details:
          type: "string"

    BlockedIP:
      type: "object"
      properties:
        ip:
          type: "string"
          format: "ipv4"
        reason:
          type: "string"
        blocked_at:
          type: "string"
          format: "date-time"
        expires_at:
          type: "string"
          format: "date-time"
        active:
          type: "boolean"
        block_count:
          type: "integer"

    MonitoringStats:
      type: "object"
      properties:
        threats_blocked:
          type: "integer"
          example: 1369
        success_rate:
          type: "number"
          format: "float"
          example: 99.9
        open_issues:
          type: "integer"
          example: 12
        response_time_ms:
          type: "number"
          format: "float"
          example: 100.0

  securitySchemes:
    bearerAuth:
      type: "http"
      scheme: "bearer"
      bearerFormat: "JWT"