Enterprise-grade security orchestration portal built with Node.js, React, and PostgreSQL. Features an automated security scanner (Nmap, Nuclei, Nikto), real-time SOC dashboard via WebSockets, OSINT enrichment, and automated compliance reporting for ISO 27001, SOC 2, and Ghana NDPA
🔐 Chayil SecureX
Enterprise Cyber Assurance & Intelligence Platform
Africa's Premier Automated Information Security & GRC Orchestration Network
Cyber Assurance · IT Auditing · Active Intelligence · OSINT · Threat Monitoring
---
## ⚡ Platform Overview
**Chayil SecureX** is a unified, enterprise-grade Cybersecurity and Governance, Risk, and Compliance (GRC) portal. It bridges the gap between proactive threat hunting and board-level risk assurance, providing organizations with real-time visibility into their attack surface, compliance posture, and the global threat landscape.
Engineered with a sleek, minimalist **Glassmorphism UI** and powered by a highly robust Node.js backend to provide instantaneous, real-time threat intelligence.
---
## 🚀 Live Production Domains
- **Backend API (Render):** `
chayilsecurexenterprise.onr…`
- **Frontend Portal (Vercel):** *Deployed via Vercel Edge Network*
---
## 🔥 Key Enterprise Features
### 1. Unified Cyber Assurance Hub
- **CISO Dashboards:** Real-time metrics mapping current threats to business risk.
- **Compliance Tracking:** SOC 2, ISO 27001, and NIST framework alignment matrices.
- **Audit Trails:** Immutable, PostgreSQL-backed logging of all operator actions.
### 2. Live OSINT & Threat Engine
- **Dark Web Intelligence:** Email and IP breach lookups integrated directly into the portal.
- **Domain Fingerprinting:** Deep WHOIS, DNS, and Subdomain reconnaissance.
- **IOC Validation:** Check IPs, Hashes, and URLs against global threat feeds (AbuseIPDB, VirusTotal).
### 3. Integrated Security Binaries
Executes industry-standard security tools natively using local system process spawning:
- `nmap` (Network mapping)
- `nikto` (Web vulnerability scanning)
- `nuclei` (Template-based vulnerability scanning)
- `amass` & `theHarvester` (OSINT gathering)
- `sqlmap` & `whatweb`
---
## 📐 Cloud Architecture
```mermaid
graph TD;
Client[Web Browser / Mobile] --> Vercel[Vercel Global CDN]
Vercel --> Front …