Skip to content
View Itsjustme27's full-sized avatar
🇳🇵
🇳🇵

Block or report Itsjustme27

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

Prayush Hada

SOC Analyst · Kernel & eBPF Enthusiast · Security Toolsmith

"From raw sockets to SIEM alerts — I go all the way down."

LinkedIn Email TryHackMe Profile Views


Who I am

SOC Analyst at CryptoGen Nepal, 3rd-year undergrad at Pokhara University (BSc Cybersecurity). I read kernel source for fun, write detection tools in C and Rust, and think about systems from the hardware registers up.

I build tools to understand systems — not just ship code.


What I'm working on

Layer Current focus
Kernel & eBPF Linux Kernel Development (Robert Love) · kernel source analysis · Falco / Tetragon / Tracee
SOC & Detection LogPoint & LogRhythm alert triage · FIM policy development · FortiSIEM agent research
Tooling Low-level C/Rust security tools · ARP monitor / spoofer · procmon via /proc
AppSec Web vulns · phishing simulation · RBAC hardening

Projects

yetinelv2 — Mini SIEM
Real-time log ingestion pipeline with a detection engine (signature + threshold + correlation) and multi-platform agents.

simPhish — Phishing simulator
Full-stack Laravel 11 app modeling attacker, victim, and defender perspectives with RBAC.

DNS_TOOL — Raw DNS resolver
Manual UDP packet crafting, RCODE bit masking, Wireshark-validated output. No libraries.

LAN2LANd — TUI file transfer
Written in Rust. Because why not.

PathBuster — Web recon tool
Gobuster-inspired directory brute-forcer.

simple-packet-sniffer — UDP capture & analysis in Python.

[REDACTED] — Kernel & SOC research. Not yet.


Career

SOC Analyst          CryptoGen Nepal          current
Onsite SOC           NCSC Nepal               incoming
Cybersecurity Intern Sapience
Vuln Research        FortiSIEM bug disclosure & mitigation

Certs & CTFs

CAP — AppSec   THM — SOC Level 1   HTB — Holmes CTF   Microsoft Student SOC — XDR
NahamCon 2025 — DFIR   Hack A Flag 2025 — All Nepal CTF   NASA Space Apps 2024


Stack

Programming

Security Tooling

Wireshark Burp Suite Nmap Metasploit Kali Linux LogPoint Falco radare2


GitHub Stats

Metrics

Pinned Loading

  1. yetinelv2 yetinelv2 Public

    A lightweight, production-ready SIEM built with Node.js and React. Features real-time log ingestion for Linux & Windows, a rule-based detection engine (Signature, Threshold, Correlation), and a Web…

    JavaScript

  2. simPhish simPhish Public

    Phishy – Multi-perspective phishing simulation platform for cybersecurity education. Learn as Attacker, Victim, or Defender with realistic scenarios, advanced threat detection, and interactive dash…

    Blade

  3. PathBuster PathBuster Public

    Forked from itwasjustme/PathBuster

    A directory enumeration tool inspired by Gobuster

    Python

  4. simple-packet-sniffer simple-packet-sniffer Public

    Forked from itwasjustme/simple-packet-sniffer

    A UDP packet sniffer

    Python

  5. LAN2LANd LAN2LANd Public

    Forked from Naman-Adhikari/LAN2LANd

    TUI File Transfer via LAN

    Rust

  6. DNS_TOOL DNS_TOOL Public

    DNS Query tool from scratch using C (socket programming)

    C