Skip to content
View Raz99's full-sized avatar

Highlights

  • Pro

Block or report Raz99

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

Hi, I'm Raz Cohen!

Computer Science Student, Cyber Security Program.
Proficient in Python, C/C++ and Java, with experience in software testing.
Background in network security, system programming, object-oriented programming and databases through various projects.


Tech Stack

Languages
PythonJavaC++CC#SQL

Databases
ElasticsearchMongoDBNeo4jRedisCassandraApache Spark

Tools & Environments
GitPostmanWiresharkLinuxAzureVirtualBox


Key Projects

  • Ransomware-Detector (Python | Security)
    Python security tool for real-time ransomware detection, using filesystem monitoring, entropy analysis, fuzzy-hashing and honeypots to flag suspicious encryption activity.

  • Atom-Molecule-System (C | Systems, Network)
    Concurrent C server simulating an atom-molecule model, featuring TCP, UDP and Unix domain sockets, shared-memory persistence and a command-driven protocol.

  • Reversi-Game (Java | OOP)
    Extended Java Othello game with custom disc mechanics, AI opponents and a Swing-based GUI, developed as part of an Object-Oriented Programming project.

  • Coup-Game (C++ | OOP, SFML)
    C++ implementation of the popular Coup card game, built with SFML for GUI and designed with OOP patterns (inheritance & polymorphism).

  • Phishing Email (Python | Security)
    A lab-controlled phishing simulator with social engineering emails, malicious attachments, and DNS tunneling for safe demonstration of cyber threats.

  • Network-Traffic-Analysis (Python | Network)
    Research project analyzing encrypted network traffic via Wireshark & TLS key decryption, comparing application patterns and fingerprinting techniques.


Contact

Popular repositories Loading

  1. encrypted-traffic-classifier encrypted-traffic-classifierPublic

    Machine learning–based system for encrypted network traffic classification using Random Forest models and distributed inference.

    Python 2

  2. network-traffic-analysis network-traffic-analysisPublic

    Analyzing and comparing encrypted network traffic from popular applications to identify patterns and application fingerprints.

    Python 1 1

  3. ole-macro-malware-detection ole-macro-malware-detectionPublic

    Lightweight static detection system for malicious OLE documents using VBA macro analysis and machine learning.

    Python 1

  4. ransomware-detector ransomware-detectorPublic

    Real-time ransomware anomaly detector for text files - entropy, ASCII ratio, fuzzy similarity, bulk-change heuristics.

    Python

  5. coup-game coup-gamePublic

    C++ implementation of Coup with GUI, custom roles, and tests

    C++

  6. phishing-email phishing-emailPublic

    Educational phishing-email simulation that builds MIME messages and sends them to a local fake SMTP server.

    Python