Hi! I'm Sushank Yerva,
A student of the University of Limerick with First Class Honours in MEng Cyber Security. Experienced in Python scripting, Linux administration, AWS cloud, cyber threat monitoring, and automation. Adept at working under pressure, skilled at interpreting network traffic, identifying vulnerabilities, and contributing positively to team-based environments.
Cryptography & Security Fundamentals, Cryptographic Mathematics, Multimedia Communications, C++ Programming, Software Engineering, Data Forensics, Biometrics, Communication & Security Protocols, Network & Host Security, Master’s Project.
ThreatScope is an cybersecurity and machine-learning project that performs real-time network intrusion detection. It captures packets, computes flow-level statistics, applies a trained ML classifier (Random Forest or XGBoost), and logs malicious traffic through a REST API or SQLite database.
View Project
A Python-based Tkinter GUI application designed for seed phrase validation and wallet recovery. It allows users to recover missing or partial wallet seed phrases by leveraging BIP-39 and BIP-44 standards. This application is specifically designed for cryptocurrency wallet recovery with support for Mainnet and Testnet addresses.
View Project
A Python reference implementation of a key establishment protocol that derives a mutually agreed session key between three entities A, B, and C. The session key then secures a group chat with Confidentiality, Integrity, Availability, and Non-Repudiation.
View Project