Commit ·
18d047e
1
Parent(s): 32c7b46
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,27 +22,29 @@ tags:
|
|
| 22 |
---
|
| 23 |
|
| 24 |
This model was fine-tuned for classifying a network packet into the following categories:
|
| 25 |
-
|
| 26 |
-
'
|
| 27 |
-
'
|
| 28 |
-
'
|
| 29 |
-
'
|
| 30 |
-
'DoS
|
| 31 |
-
'DoS
|
| 32 |
-
'DoS
|
| 33 |
-
'DoS
|
| 34 |
-
'
|
| 35 |
-
|
| 36 |
-
'
|
| 37 |
-
'
|
| 38 |
-
'
|
| 39 |
-
'
|
| 40 |
-
'
|
| 41 |
-
|
| 42 |
-
'
|
| 43 |
-
|
| 44 |
-
'
|
| 45 |
-
|
| 46 |
-
'Web Attack -
|
| 47 |
-
'Web Attack -
|
| 48 |
-
'
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
This model was fine-tuned for classifying a network packet into the following categories:
|
| 25 |
+
```python
|
| 26 |
+
['Analysis',
|
| 27 |
+
'Backdoor',
|
| 28 |
+
'Bot',
|
| 29 |
+
'DDoS',
|
| 30 |
+
'DoS',
|
| 31 |
+
'DoS GoldenEye',
|
| 32 |
+
'DoS Hulk',
|
| 33 |
+
'DoS SlowHTTPTest',
|
| 34 |
+
'DoS Slowloris',
|
| 35 |
+
'Exploits',
|
| 36 |
+
'FTP Patator',
|
| 37 |
+
'Fuzzers',
|
| 38 |
+
'Generic',
|
| 39 |
+
'Heartbleed',
|
| 40 |
+
'Infiltration',
|
| 41 |
+
'Normal',
|
| 42 |
+
'Port Scan',
|
| 43 |
+
'Reconnaissance',
|
| 44 |
+
'SSH Patator',
|
| 45 |
+
'Shellcode',
|
| 46 |
+
'Web Attack - Brute Force',
|
| 47 |
+
'Web Attack - SQL Injection',
|
| 48 |
+
'Web Attack - XSS',
|
| 49 |
+
'Worms']
|
| 50 |
+
```
|