Skip to content
View moiz-here's full-sized avatar

Block or report moiz-here

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.

Content in all repositories owned by your account will be closed.
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
moiz-here/README.md

🎯 About

I'm an undergraduate Cybersecurity student, building toward research and career opportunities at the intersection of network/systems security and applied machine learning (AI Security).

  • πŸ” Focused on network security fundamentals β€” routing, OSPF, and enterprise topologies on Huawei VRP CLI (AR routers, S3700 switches)
  • πŸ€– Studying ML fundamentals (NumPy, Pandas, scikit-learn) with an eye toward AI Security applications
  • 🐧 Learning Kali Linux and offensive-security basics
  • 🧠 Long-term goal: work internationally in cybersecurity, combining hands-on security engineering with AI/ML-driven defense

Open To: undergraduate research collaborations Β· cybersecurity internships Β· AI Security study groups Β· networking/security mentorship


πŸ› οΈ Tech Stack

Languages

C++ C Python Bash

Data & Machine Learning

NumPy Pandas scikit-learn

Networking & Security

Huawei VRP Kali Linux Wireshark

Tools

Git GitHub VS Code


πŸ€– AI / ML Learning Focus

Domain Status Details
ML Fundamentals 🟣 Learning NumPy, Pandas, scikit-learn β€” core data handling and classical ML models
AI Security 🟣 Learning Working through AttackIQ Academy's Foundations of AI Security; exploring adversarial ML and model-security concepts
Applied AI Agents 🟒 Completed intro Built a data-analyst AI agent as part of coursework/self-study
Security Automation 🟣 Learning Exploring AI-assisted approaches to blue-team workflows (Security Blue Team BTJA pathway)

πŸ“‚ Featured Projects

🧰 Cybersecurity Toolkit (Python CLI Security Tools)

A growing collection of small, standalone command-line cybersecurity tools, each in its own folder, built to learn core security concepts hands-on.

Aspect Detail
Stack Python (standard library + dnspython, psutil)
Tools TCP port scanner, DNS record lookup utility, Caesar cipher encrypt/decrypt/brute-force tool, process-based keylogger detector
Design Each tool is fully standalone β€” own README, own requirements.txt, no shared dependencies
Focus Socket programming, DNS internals, classical cryptography, heuristic threat detection
Learning Outcome Practical, tool-by-tool foundation across networking, crypto, and defensive security β€” structured to keep expanding with more advanced tools over time
🎣 ML-Based Phishing URL Detector

A machine learning classifier that flags likely phishing URLs using lexical and structural features extracted from the URL itself (no live page content needed).

Aspect Detail
Stack Python, scikit-learn, Pandas, NumPy
Scope 15 lexical/structural URL features (length, special characters, subdomain count, HTTPS usage, suspicious keywords, IP-as-host, shortener detection), Random Forest / Logistic Regression training with accuracy/precision/recall/F1 evaluation
Focus Applying classical ML to a real security detection problem, entirely offline (no live page requests)
Learning Outcome First hands-on bridge between the Cybersecurity and AI Security tracks β€” a foundation for later adversarial-ML and model-security work
🌐 Multi-Site Enterprise Network (eNSP / Huawei VRP)

Designed and configured a simulated multi-site enterprise network (HQ, Branch 1, Branch 2) to practice enterprise routing and network design.

Aspect Detail
Stack Huawei eNSP, VRP CLI, AR-series routers, S3700 switches
Scope Single-area OSPF, multi-site routing, route summarization
Focus Routing efficiency, topology design, convergence behavior
Learning Outcome Hands-on enterprise routing/switching fundamentals used as a foundation for network security work

A self-directed lab project built to reinforce networking theory with practical, router-level configuration experience ahead of pursuing network security specializations.

πŸͺ Internet Cafe Management System (C++)

A console-based management system refactored into an object-oriented architecture as part of a university lab report.

Aspect Detail
Stack C++, OOP design principles
Scope Refactor from procedural to class-based architecture
Focus Encapsulation, class design, maintainable structure
Learning Outcome Practical application of OOP concepts beyond textbook exercises

πŸŽ“ Academic & Research Experience

Networking & Systems Coursework

Hands-on coursework spanning networking, systems design, and applied programming.

  • Completed enterprise routing/switching labs on Huawei VRP CLI (OSPF, route summarization, multi-site topologies)
  • Completed OOP and Python Essentials lab assignments
  • Participated in a Microsoft Photoshop/NAVTTC practical exam track

Networking OOP Python Lab Documentation


πŸ† Achievements

Recognition Details
Junior Cyber Defender Government-affiliated certification (PKCERT)
Huawei HCIA-Datacom V1.0 Enterprise networking certification
Huawei HCIA-openEuler V1.0 Linux/OS-focused certification
Deloitte Cyber Job Simulation Completed via Forage
Microsoft Agents League Hackathon Registered participant
EC-Council CCT Scholarship Applicant

πŸ“œ Certifications

Huawei

HCIA-Datacom HCIA-openEuler

Cisco

C++ Essentials Intro to Cybersecurity PE1 Python

Other Providers

PKCERT IBM SkillsBuild EC-Council NVIDIA DLI OpenLearn

πŸ”­ Current Focus

learning:
  - Machine Learning fundamentals (NumPy, Pandas, scikit-learn)
  - AI Security (AttackIQ Academy, adversarial ML concepts)
  - Kali Linux & offensive security basics
  - Security Blue Team BTJA pathway

building:
  - Enterprise routing labs on Huawei VRP (OSPF, route summarization)

exploring:
  - CompTIA Security+ and CEH as next certification targets
  - TryHackMe / Hack The Box practice rooms
  

open_to:
  - Research collaboration
  - Cybersecurity internships
  - Study groups in AI Security

πŸ“¬ Connect

Email GitHub

Pinned Loading

  1. cybersecurity-portfolio cybersecurity-portfolio Public

    Collection of standalone Python cybersecurity tools including an ML-based phishing URL detector and a defensive network security log analyzer

    Python

  2. moiz-here moiz-here Public

  3. enterprise-network-labs enterprise-network-labs Public

    Huawei eNSP multi-site enterprise lab: OSPF Area 0, HQ + 2 branches, full VRP configs, topology & verification docs

  4. cafe-management-system cafe-management-system Public

    Object-oriented console-based cafe management system in C++ with modular architecture, inventory tracking, order processing, and automated billing.

    C++

  5. adversarial-phishing-attacks adversarial-phishing-attacks Public

    Python