Skip to content
View Areej-zeb's full-sized avatar

Block or report Areej-zeb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Areej-zeb/README.md

Cybersecurity Engineer · AI-Powered Security Tools · Full-Stack Developer

LinkedInEmailGitHub

🧠 Tech Stack

🔍 Core Expertise

Domain Focus
AI & ML in Security NLP-based vulnerability triage, semantic CVE matching, severity classification
Defensive Engineering IDS concepts, alert correlation, anomaly detection workflows
Offensive Security OWASP API Top 10 testing, brute-force & abuse analysis
Secure Web & APIs FastAPI backends, hardened auth, React frontends
Automation & Tooling CI/CD security integration, detection orchestration
Distributed Systems MPI-based analysis, scalable detection pipelines

🚀 Projects (Expand Each)

🛡️ Aegis — Enterprise Threat Detection & Security Advisory
Repo:
https://github.com/Areej-zeb/Aegis-Enterprise-Threat-Detection-and-Security-Advisory

Overview: Modular threat detection and advisory platform for security event streams.

Core capabilities:

  • Event analysis and normalization
  • Alert correlation and prioritization
  • Structured advisory-style outputs

Tech: Python • Detection Logic • Alert Correlation • Security Advisories

🧠 AI-Vulnerability-Scanner
Repo:
https://github.com/Areej-zeb/AI-Vulnerability-Scanner

Overview: AI-augmented scanner mapping discovered services to CVEs using embeddings.

Pipeline:

  • Service discovery and recon
  • Semantic CVE matching (SBERT)
  • Severity classification
  • Remediation guidance generation

Tech: Python • FastAPI • Nmap • NLP (SBERT) • Machine Learning • JS/HTML

🧪 ddos-detection-mpi
Repo:
https://github.com/Areej-zeb/ddos-detection-mpi

Overview: Distributed traffic anomaly and DDoS detection using MPI.

Highlights:

  • Parallel processing across nodes
  • Focus on scale and throughput
  • Monitoring-oriented detection logic

Tech: Python • MPI • Distributed Systems • Monitoring

🎨 image-moderation-api
Repo:
https://github.com/Areej-zeb/image-moderation-api

Overview: Content and image moderation API for filtering user uploads.

Use cases:

  • Pre-upload moderation
  • Safety gates for platforms
  • Integration into UI workflows

Tech: Node.js • Express • Content Safety / ML

🔐 owasp-api-vuln-lab
Repo:
https://github.com/Areej-zeb/owasp-api-vuln-lab

Overview: Practical API security lab focused on OWASP API Top 10.

Purpose:

  • Hands-on learning and demos
  • Repeatable vulnerability testing
  • ZAP and Postman workflows

Tech: Postman • OWASP ZAP • API Security Testing

🤖 secure-university-chatbot
Repo:
https://github.com/Areej-zeb/secure-university-chatbot

Overview: Secure chatbot designed for university environments.

Security focus:

  • Authentication and access control
  • Controlled content handling
  • Secure-by-default design patterns

Tech: Node.js • Security Controls • Chat System

🏆 Certifications

  • CompTIA PenTest+ (PT0-002)
  • Cisco Ethical Hacking
  • Google Cybersecurity Certificate

📫 Let’s Connect

LinkedInEmailGitHub

Pinned Loading

  1. AI-Vulnerability-Scanner AI-Vulnerability-Scanner Public

    An AI-driven vulnerability scanner that uses Nmap to discover open services on a user-supplied IP, matches each service to relevant CVEs via SBERT embeddings and a severity classifier, and generate…

    HTML 47 12

  2. Aegis-Enterprise-Threat-Detection-and-Security-Advisory Aegis-Enterprise-Threat-Detection-and-Security-Advisory Public

    ML-powered threat detection and alert correlation platform for enterprise security monitoring.

    Python 1

  3. ddos-detection-mpi ddos-detection-mpi Public

    Distributed DDoS detection & mitigation system using MPI with optional CUDA GPU acceleration. Implements entropy, PCA & CUSUM algorithms for network flow analysis. Features real-time blocklisting, …

    C

  4. hello-jenkins-demo hello-jenkins-demo Public

    A beginner-friendly demo showing basic Jenkins CI pipeline setup and execution.

    Python

  5. opencl-image-grayscale-converter opencl-image-grayscale-converter Public

    High-performance grayscale image converter using OpenCL for parallel processing. Batch converts JPEG images with GPU/CPU acceleration. Built in C for the ISIC 2020 dataset."

    C++

  6. owasp-api-vuln-lab owasp-api-vuln-lab Public

    Hands-on API security vulnerability lab focused on OWASP API Top 10 testing and exploration.

    Java