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 is supported. This note will only be visible to 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. 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

  2. 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++

  3. 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

  4. TraceMe-App TraceMe-App Public

    TraceMe is a cross-platform Flutter + Firebase app for on-demand lost phone tracking. Users can trigger Lost Mode from another paired device to receive near real-time location updates on a map, no …

    Dart 1

  5. floralis-ecommerce-website floralis-ecommerce-website Public

    Full-stack e-commerce platform for cosmetics and skincare products built with React, Node.js, Express, and MongoDB. Features user authentication, shopping cart, order management, and product reviews.

    JavaScript

  6. image-moderation-api image-moderation-api Public

    A full-stack Image Moderation API using FastAPI, MongoDB, and Sightengine. Includes user authentication, content safety checks, logging, and a simple frontend.

    Python