Skip to content
View YounessAHyod's full-sized avatar

Block or report YounessAHyod

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
YounessAHyod/README.md

+#+ Youness- About-Me : Computer Engineering (Cybersecurity)

Final-semester Computer Engineering student specializing in cybersecurity.
I focus on blue-team security, detection engineering, network monitoring, and secure backend systems.

I build projects that simulate real security workflows: collecting telemetry, detecting threats, reducing false positives and clearly explaining security decisions.

+#+ Career Goals after Graduation:

Seeking : Junior Cybersecurity / SOC / Security Engineering roles where I can grow in detection, monitoring, and defensive security.

+#+ Security Focus

  • Detection Engineering: log analysis, rule-based and anomaly detection
  • Blue Team / SOC: alerts, investigations and incident logic
  • Networking: traffic inspection, protocol analysis and PCAPs
  • Secure Development: authentication, access control and audit logging

+#+ Featured Projects

Projects below are intended to mirror actual real world security tasks

+#+ Mini-SIEM Lab (In progress) Log ingestion and normalization → detection rules → alerts

  • Parses security and system log

  • Applies Sigma-style detection logic

  • Outputs alerts with investigation context

+#+ Lightweight Network IDS (in progress/ My engineering Diploma Degree thesis)

Network traffic analysis and threat detection

  • Feature extraction from traffic

  • Baseline vs anomaly detection

  • Evaluation of detection accuracy

+#+ Secure REST API (In progress)

Security-first backend design

JWT authentication + RBAC

Rate limiting and audit logging

Threat modeling (OWASP / STRIDE)

+#+ Tech Stack

Languages: Python, Java, JavaScript, C#

Security: Networking fundamentals, IDS/IPS concepts, log analysis

Tools: Linux, Git, Docker, Packet Tracer

Concepts: Authentication, access control, threat modeling

+#+ Contact

Pinned Loading

  1. mini-siem mini-siem Public

    Mini Python SIEM pipeline with log parsing, normalization and detection rules for blue team workflows

    Python

  2. secure-rest-api secure-rest-api Public

    Security-focused REST API built with FastAPI, demonstrating JWT authentication, RBAC, rate limiting, account lockout, and audit logging following OWASP best practices.

    Python