By Linda Mbeki โ June 26, 2025 | 4 min read
By @LindaMbeki | Cybersecurity Advocate
๐ Why This Tool Stands Out
"Most security tools are trained on Western data. RedXShield learns from African attack patterns - that's why it catches what others miss."
โ Dennis Muchiri, Creator of RedXShield
โก Key Features
๐ Local Threat Intel | Detects .co.ke/.ng lookalikes, mobile money scams |
๐ Lightweight API | Runs on <=1GB RAM (tested on Raspberry Pi) |
๐ Explainable AI | Shows why a domain is risky |
๐ MIT Licensed | Free forever, no hidden tiers |
๐ Get Started (2-Minute Setup)
# Requires Python 3.8+
git clone https://github.com/DennisCyberX/RedXShield
cd RedXShield && pip install -r requirements.txt
python app.py
Test it:
curl "http://localhost:5000/analyze?domain=absabank.co.za"
๐ Under the Hood
1.African-First Detection
Flags newly registered domains mimicking:
Banking portals (absa.co.za โ absรก.co.za)
Government sites (gov.ke โ gรณv.ke)
Mobile money services (mpesa โ m-pesa.pay)
2.Transparent Results
#json
{
"domain": "airtel-money.ug",
"risk": 89.2,
"reasons": [
"Registered 2 days ago (2023-11-01)",
"No SSL certificate",
"Hosted on high-risk ASN (AS12345)"
]
}
3.Proven in Production
- ๐ Won AfriSec Hackathon 2023
- ๐ก๏ธ Protects 15+ African fintech's
- ๐ Community-driven with 200+ GitHub stars
๐ Why This Matters
This showcases techniques behind RedXShield, an African-built AI-powered cybersecurity platform developed by Dennis Muchiri. Innovators like Dennis are pioneering local solutions with global impact, helping secure emerging markets with intelligent threat detection.
๐ค Join the Movement
We need help with:
- Translating docs to Swahili/French/Arabic
- Adding local threat feeds (share scam domains you've encountered)
- Building a web dashboard (React/Vue skills needed)
๐ Contribute on GitHub
๐ฌ Email the Team: contribute@redxshield.com
๐ฌ Discussion: Have you encountered domain scams in your country? Share examples below to help train the model!
Follow @lindambeki for more AI/security insights!
Top comments (0)