Skip to content
View djoueiriaguerfa's full-sized avatar
🫠
Focusing
🫠
Focusing

Block or report djoueiriaguerfa

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

Hi πŸ‘‹, I'm Djoueiria Guerfa

Network & Distributed Systems Student | Cybersecurity Enthusiast

Building practical skills in networking, cybersecurity, system administration, virtualization, and secure distributed infrastructures.

Djoueiria Guerfa profile views


πŸ‘©β€πŸ’» About Me

  • πŸŽ“ I am a Network and Distributed Systems student
  • 🌐 I am developing practical skills in computer networking and network administration
  • πŸ›‘οΈ I am interested in cybersecurity, SOC operations, and threat detection
  • πŸ” I have hands-on experience with pfSense, Suricata, Splunk, and SIEM technologies
  • πŸ–₯️ I work with virtual machines, Linux, Kali Linux, and Windows environments
  • πŸ“‘ I am strengthening my networking knowledge through CCNA and Cisco Packet Tracer
  • πŸ’» I have worked with Python, Streamlit, HTML, and CSS
  • πŸš€ My goal is to design and manage secure, reliable, and connected systems

πŸ› οΈ Technical Skills

🌐 Networking

Cisco Cisco Packet Tracer CCNA IPv4 IPv6

  • TCP/IP and OSI models
  • IPv4 and IPv6 addressing
  • Subnetting and IP address planning
  • Cisco router and switch configuration
  • VLAN and SVI configuration
  • Network troubleshooting
  • Cisco IOS fundamentals
  • Network segmentation
  • Cisco Packet Tracer laboratories

πŸ›‘οΈ Cybersecurity & SOC

pfSense Suricata Splunk SIEM IDS IPS Firewall

  • Firewall deployment and configuration using pfSense
  • Network traffic monitoring
  • Intrusion detection and prevention with Suricata
  • Security event collection and analysis
  • SIEM fundamentals
  • Log centralization and monitoring with Splunk
  • Network security and incident-detection concepts
  • Windows security auditing with auditpol

πŸ–₯️ Systems & Virtualization

Linux Kali Linux Windows VMware

  • Linux and Kali Linux environments
  • Windows system administration fundamentals
  • Windows auditing and security policies
  • Virtual machine creation and configuration
  • Virtualized network environments
  • Security laboratory deployment using VMware

πŸ’» Programming & Web Technologies

Python Streamlit HTML5 CSS3

  • Python fundamentals
  • Interactive application development with Streamlit
  • Web page structure using HTML
  • Web interface styling using CSS

πŸ”§ Development Tools

Git GitHub Visual Studio Code

  • Git version control
  • GitHub repository management
  • Technical documentation
  • Collaborative project workflows

πŸŽ“ Bachelor's Final-Year Project

Network Security Monitoring Environment

Designed and deployed a virtualized network security environment focused on firewall protection, traffic monitoring, security-event analysis, and threat detection.

  • Deployed and configured a firewall using pfSense
  • Integrated Suricata as an IDS/IPS
  • Monitored network traffic and detected suspicious activity
  • Implemented a SIEM-based monitoring environment
  • Used Splunk to centralize and analyze security logs and events
  • Applied firewall rules and network-segmentation concepts
  • Deployed and tested the infrastructure using VMware virtual machines
  • Applied practical network-security and incident-detection concepts

Technologies used:

pfSense Β· Suricata Β· Splunk Β· SIEM Β· IDS/IPS Β· Firewall Β· VMware Β· Linux Β· Kali Linux Β· Network Security


πŸš€ Current Focus

  • Advancing my CCNA and networking knowledge
  • Developing practical network configuration and troubleshooting skills
  • Strengthening my understanding of cybersecurity and SOC operations
  • Building practical security laboratories with Linux and virtual machines
  • Exploring secure distributed systems and network infrastructures
  • Improving my Python development skills

🌱 Future Learning Goals

Docker Cloud Computing Distributed Systems DevOps

  • Learn Docker and containerization
  • Explore cloud computing technologies
  • Deepen my knowledge of distributed systems
  • Develop advanced Linux system-administration skills
  • Strengthen my knowledge of SOC operations and incident response
  • Explore network automation and DevOps practices

The technologies in this section represent my learning goals and are not presented as already mastered skills.


πŸ“Š GitHub Statistics

Djoueiria Guerfa's GitHub statistics Djoueiria Guerfa's most used languages

Djoueiria Guerfa's GitHub contribution streak


🎯 Professional Vision

class DjoueiriaGuerfa:
    def __init__(self):
        self.field = "Network and Distributed Systems"
        self.skills = [
            "Networking",
            "Cybersecurity",
            "System Administration",
            "Virtualization",
        ]
        self.security_tools = [
            "pfSense",
            "Suricata",
            "Splunk",
            "SIEM",
        ]
        self.currently_learning = [
            "CCNA",
            "SOC Operations",
            "Distributed Systems",
        ]

    def mission(self):
        return "Building secure, reliable, and connected systems."


djoueiria = DjoueiriaGuerfa()
print(djoueiria.mission())

Always learning, building, and improving.

Djoueiria Guerfa on GitHub

Pinned Loading

  1. djoueiriaguerfa djoueiriaguerfa Public

  2. PROJET-TECH-OPT PROJET-TECH-OPT Public

    Python

  3. python-tcp-chat python-tcp-chat Public

    A terminal-based multi-client TCP chat application built with Python sockets, threading, and a length-prefixed JSON protocol.

    Python

  4. secure-file-transfer secure-file-transfer Public

    Secure client-server file transfer application built with Python, TLS, authentication, SHA-256 integrity verification, per-user authorization, and concurrent client support.

    Python