Skip to content
View Ashiii27's full-sized avatar

Block or report Ashiii27

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

LinkedIn GitHub TryHackMe Portfolio



About

B.Tech CSE student at MMMUT Gorakhpur (graduating 2027), focused on blue team engineering and DFIR. I build tools — EVTX parsers, network IDS, PCAP analysers, and vulnerability dashboards — and map detections to MITRE ATT&CK. TryHackMe top 3% globally. Co-authored an IEEE paper on Windows authentication forensics.

Currently targeting SOC Analyst and Blue Team Engineer roles. Open to internships at MSSPs and security-focused startups.


Projects

🪟 Windows Login Forensics

Multi-Auth Artifact Correlation Engine · Python · PowerShell

Correlates Windows authentication artifacts across Local, MSA, RDP, and Kerberos auth mechanisms. Parses raw EVTX logs and surfaces anomalous access patterns via a unified anomaly view.

Event IDs covered: 4624 4625 4648 4768 4776

📄 IEEE paper co-authored with Dr. Vimal Kumar, MMMUT

Repo


🦠 MAFIA — Malware & Fraud Intelligence Analyser

APK Malware Analysis + Fraud Intelligence Platform · Python · React

Built for the PSB Cybersecurity Hackathon 2026 (IIT Hyderabad × Bank of India). Combines a WhatsApp bot for end-user APK scanning with an enterprise SOC dashboard for threat intelligence and fraud pattern detection.

Repo


🔍 PCAP Forensics Analyser

Network Traffic Forensics Tool · Python · dpkt · Wireshark

Deep PCAP inspection — protocol dissection, IOC extraction, and anomaly flagging from captured network traffic.

Repo


🛡️ SentinelX

C++ Network Intrusion Detection System · C++ · libpcap · MITRE ATT&CK

Modular NIDS with a custom PacketCapture → IP → TCP → HTTP parsing pipeline. Pluggable detector architecture via abstract BaseDetector interface. Generates severity-classified, ATT&CK-tagged structured alerts.

Repo


🔎 CVE Explorer

Vulnerability Intelligence Dashboard · FastAPI · React

Real-time CVE lookup and vulnerability dashboard. Backend deployed on Render, frontend on Vercel.

Repo


Skills

Domain Tools & Stack
Threat Detection MITRE ATT&CK · Sigma Rules · Custom detection logic · Alert triage
Windows Forensics EVTX parsing · Event IDs · FTK Imager · Autopsy · Registry analysis
Network Analysis PCAP · Wireshark · libpcap · dpkt · Protocol dissection · IOC extraction
Incident Response Log correlation · Timeline analysis · Artifact collection
Development Python · C++ · PowerShell · Bash · FastAPI · React
OSINT Passive recon · Threat intel · Open-source investigation

Stats

 




Open to SOC Analyst · Blue Team · DFIR roles and security internships

LinkedIn   Portfolio


Pinned Loading

  1. CyberSecurity-HomeLabs-Setup CyberSecurity-HomeLabs-Setup Public

    🛡️ Cybersecurity Home Lab for practicing DFIR, Windows forensics, remote login analysis, and incident response using Windows VM + WSL Ubuntu with real-world tools.

    Python 6

  2. ForensicLab-setup ForensicLab-setup Public

    🔐 Digital Forensics Lab Setup — A hands-on forensic homelab for learning and practicing Windows investigation, remote login analysis, log collection, and basic incident response using real-world to…

    Python 1

  3. honeypot-network honeypot-network Public

    Multi-protocol honeypot network that simulates six real services, captures attacker behavior, maps to MITRE ATT&CK, extracts IOCs, and visualizes everything through a real-time dashboard.

    Go 1

  4. cve-explorer cve-explorer Public

    A full-stack cybersecurity tool to search and explore CVEs (Common Vulnerabilities and Exposures) with real-time data from NVD and Exploit-DB.

    JavaScript

  5. Keylogger Keylogger Public

    Educational keylogger for security research demonstrating input capture, window tracking, and C2 delivery techniques.

    Python

  6. Pentest-Bootstrap Pentest-Bootstrap Public

    Professional offensive security environment setup script for Kali Linux, Ubuntu, and Debian systems.

    Shell