Hi,
I'm Dev Suthar
I'm a Student

Resume
My photo

About

I'm Dev Suthar

I'm a grad student studying Cybersecurity at the University of Maryland.
I enjoy solving complex problems, exploring emerging technologies, and applying research-driven approaches to real-world challenges. I'm always open to learning from new perspectives and exploring opportunities.

Skills

Domain

Information Security
Network Security
Cryptography
Cloud Security
Digital Forensics
Incident Response
Blockchain

Programming Languages & Frameworks

Python
C/C++
HTML
CSS
JavaScript
MySQL
NodeJS
Flask
Flutter

Tools

Kali Linux
Burp Suite
Wireshark
Nmap
Metasploit
Nessus
Autopsy
FTK Imager
Cloudsim
Git
Docker

Frameworks & Standards

MITRE ATT&CK
OWASP Top 10
NIST
GDPR
DPDPA
ISO/IEC 27001
IEC 62443

Certifications

Google Cybersecurity Certificate View Certificate
IBM Backend Development with NodeJS and ExpressJS View Certificate

Experience

NAMTECH

Project: School of Cyber Security

Jan 2025 - Mar 2025

  • Contributed to setting up a Center of Excellence/ School of Cybersecurity.
  • Conducted research on Cybersecurity Subdomains, Tools, Certifications, Learning Resources, and Career Pathways to support both strategic direction and academic relevance.
  • Researched upon mitigation strategy frameworks for top threat vectors to guide course modules.

UPL Ltd.

Project: Energy Management System

May 2024 - July 2024

  • Used ARIMA and Facebook Prophet models to forecast energy meter readings with 98.12% accuracy and generate seasonal decomposition.
  • Built multiple regression models to predict and fill missing values, achieving 75.70% to 93.79% accuracy.
  • Worked on a report to understand NIST framework, IEC 62443 and the process of securing the data of an energy meter.
  • Contributed to PowerBI dashboard to improve energy consumption data visibility.

Nexus

Role: Founding Member and Event Manager

2023 - 2024

  • Played a pivotal role in establishing the club, that focused on upskilling and representing the CSE department. And facilitated integration of AI department to the club.
  • Successfully hosted and managed the "Blackbox" event in collaboration with Mindbend
  • Actively contributed to various events, enhancing teamwork abilities and fostering a supportive learning environment for peers.

Mindbend

Role: Head of Sponsorship committee

2024

  • Headed the sponsorship committee, cultivating relationships with companies and institutions to secure essential support.
  • Engaged effectively with sponsors, enhancing collaboration and fostering partnerships to ensure the event's success.
  • Facilitated effective communication between sponsors and the event team, ensuring alignment on goals and expectations throughout the planning process.

Projects

Lucy: Phishing URL detector

Information Security

2025

A mobile app developed to detect phishing and fraudulent URLs using an Ensemble ML model. Features a multi-layered security pipeline with input sanity checks, HTML content and redirection analysis, domain age evaluation, and more. Integrates SHAP-based explainability to highlight key risk factors.

Attack Graph Generator for Critical Infrastructure

Threat Modelling

2025

A PPO based RL agent that generates attack graphs for ICS networks, designed to assist Red Teams in planning phase. Trained on various Erdos-Rényi topologies with a custom reward function, it covers 7 of 12 MITRE ATT&CK ICS phases.

Authentication Scheme for UWANs

Underwater IoT Security

2024

A final year project focused on securing communication in Underwater Acoustic Sensor Networks. Developed a hybrid authentication scheme using Time Reversal CIR as the primary method and ML-based PUFs as a secondary mechanism.

AI Log Analyzer

Digital Forensics

2024

Web app that uses Gemini API to analyze XML format log files. Provides various analytics such as suspicious logs, log severity level, peak activity and more.

Encrypted Proxy Server

Network Layer Security

2024

Used python language to create TCP Client and Server that communicate via a Forwarder which acts as the proxy. The communication is enrypter with XOR encryption technique.

AniTrack Website

Backend Development

2023

Worked on the backend of a website that can store and display reviews of Japanese Anime

Line Following RC Car

IoT Engineering

2023

Using an arduino kit along with a bluetooth module, created a RC car that can be driven remotely. Made for a competition in an event called Mindbend.

Remote Controlled Car

IoT Engineering

2023

Using an IR sensor and arduino kit, created a RC car that follows a black line. Made for a competition in an event called Mindbend.

Hangman Game

Python Programming

2021

Simple hangman game using python. Allows gamemaster to choose a word, which the player has to guess with limited number of tries. Also provides hints by revealing a few letters based on the length of the word.