network
Cybersecurity Incidents
Quarterly cybersecurity incidents reported to the CAK
Communications Authority of Kenya
GET /v1/datasets/cybersecurity_incidents 122 rows https://ca.go.ke/statistics/ Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
year |
int64 | Fiscal year (e.g., 1999 means FY 1999/2000) | No | 0 | 3 |
quarter |
int64 | Fiscal quarter | No | 0 | 4 |
metric |
str | Threat or advisory | No | 0 | 2 |
item |
str | Type of cybersecurity incident | No | 0 | 8 |
value |
float64 | Number of cybersecurity incidents reported | No | 0 | 122 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
year |
122 | 2023.98 | 0.78 | 2023.00 | 2023.00 | 2024.00 | 2025.00 | 2025.00 |
quarter |
122 | 2.51 | 1.02 | 1.00 | 2.00 | 3.00 | 3.00 | 4.00 |
value |
122 | 1.715e+08 | 6.883e+08 | 59.00 | 235945.00 | 3.213e+06 | 1.463e+07 | 4.492e+09 |
Dimensional Coverage
Overall coverage: 83.3%
| Period | Expected | Actual | Coverage |
|---|---|---|---|
| year=2023 | 8 | 6 | ! 75.0% |
| year=2024 | 8 | 8 | OK 100.0% |
| year=2025 | 8 | 6 | ! 75.0% |
Sample Data
[
{
"year": 2023,
"quarter": 2,
"metric": "threats",
"item": "malware",
"value": 13221698.0
},
{
"year": 2023,
"quarter": 2,
"metric": "threats",
"item": "brute force attacks",
"value": 9670849.0
},
{
"year": 2023,
"quarter": 2,
"metric": "threats",
"item": "web application attacks",
"value": 72536.0
},
{
"year": 2023,
"quarter": 2,
"metric": "threats",
"item": "system vulnerabilities",
"value": 1269267620.0
},
{
"year": 2023,
"quarter": 2,
"metric": "threats",
"item": "mobile application attacks",
"value": 52705.0
}
]