File size: 4,147 Bytes
bc8cfb4
 
 
117b230
bc8cfb4
117b230
 
 
 
 
 
 
 
bc8cfb4
 
117b230
bc8cfb4
117b230
bc8cfb4
117b230
 
 
 
 
 
 
bc8cfb4
 
117b230
 
bc8cfb4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-4.0
task_categories:
- tabular-classification
tags:
- cybersecurity
- fraud
- mobile-banking
- phishing
- fintech
- sub-saharan-africa
- synthetic
- scam
pretty_name: African Mobile Banking Phishing
size_categories:
- 10K<n<100K
language:
- en
configs:
- config_name: baseline
  data_files: data/phishing_baseline.csv
- config_name: ai_amplification
  data_files: data/phishing_ai_amplification.csv
- config_name: enhanced_protection
  data_files: data/phishing_enhanced_protection.csv
data_type: synthetic
---

> ⚠️ **Synthetic dataset** — Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference.

# African Mobile Banking Phishing

Synthetic dataset on mobile banking phishing attacks across 15 African economies. Tracks attack vectors (SMS/USSD), success rates, financial losses, victim demographics, and detection patterns. Designed for fraud detection research, cybersecurity analysis, and fintech risk assessment.

## Dataset Description

- **18,000** synthetic phishing campaign records
- **15 countries**: Major mobile money markets in Africa
- **3 scenarios**: baseline, ai_amplification, enhanced_protection
- **26 variables** per record

## Variables

| Variable | Type | Description |
|---|---|---|
| record_id | string | Unique campaign identifier |
| year | int | Year of record |
| country | string | Target country |
| region | string | Regional grouping |
| mobile_maturity_index | float | Mobile money maturity 0-1 |
| campaign_id | string | Unique campaign ID |
| attack_vector | string | sms_phishing, ussd_phishing, voice, social_media |
| target_platform | string | Target banking app |
| num_targets | int | Number of targets in campaign |
| num_successful_compromises | int | Successful infections |
| attack_success_rate_pct | float | Success rate percentage |
| total_financial_loss_usd | float | Total loss in USD |
| average_loss_per_victim_usd | float | Average victim loss |
| campaign_duration_days | float | Campaign duration |
| fraud_stage | string | Attack stage |
| message_theme | string | Phishing theme |
| sophistication_score | float | Attack sophistication 0-1 |
| target_sophistication_needed | float | Target sophistication needed |
| time_to_detect_days | float | Detection time |
| detection_rate_pct | float | Detection rate |
| user_awareness_score | float | User awareness level |
| law_enforcement_response | string | Law enforcement action |
| victim_age_group | string | Victim age distribution |
| victim_education | string | Victim education level |
| reporting_rate_pct | float | Victim reporting rate |
| repeat_victim_pct | float | Repeat victim percentage |
| cross_border_attack | int | Cross-border attack flag |
| scenario | string | baseline, ai_amplification, enhanced_protection |

## Scenarios

- **baseline** (6K): Pre-AI phishing, traditional methods, 2018-2021. SMS/USSD vectors, moderate success rates.
- **ai_amplification** (6K): AI-powered attacks, deepfakes, 2022-2024. Higher sophistication, increased losses.
- **enhanced_protection** (6K): Better detection, awareness, 2025-2026. Reduced success rates, faster detection.

## Generation Methodology

Parameters calibrated against:
- GASA State of Scams in Africa 2025
- SABRIC South Africa Crime Statistics 2024
- Kenya Banking Fraud Losses 2025 ($1.6B)
- Nature smishing attacks research
- ADF Magazine mobile money security analysis

Fraud rates based on:
- Kenya: 4.2% fraud rate, M-Pesa ecosystem
- Nigeria: 5.5% fraud rate
- South Africa: 3.8% fraud rate, 74% increase in 2025
- 68% of Africans report scam experience

## Use Cases

- Phishing detection model training
- Fraud pattern analysis
- Financial loss forecasting
- User awareness campaign planning
- Law enforcement resource allocation
- Cross-border threat intelligence

## Citation

```bibtex
@dataset{african_mobile_banking_phishing_2026,
  title={African Mobile Banking Phishing Dataset},
  author={ElectricSheepAfrica},
  year={2026},
  license={cc-by-4.0}
}
```

## License

CC BY 4.0 - This is synthetic data generated for research and educational purposes.