Skip to content
View rahulmanthan's full-sized avatar
  • Nfsu Boys Hostel
  • 13:54 (UTC +05:30)

Block or report rahulmanthan

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

header

Typing SVG


LinkedIn GitHub TryHackMe Email


Profile Views


whoami

$ cat /etc/profile.d/rahul.sh
β–Έ Cybersecurity student @ National Forensic Sciences University (B.Tech + M.Tech, CSE - Cybersecurity)
β–Έ GRC Analyst Intern @ Securis360 Inc β€” ISO 27001, risk registers, audit-ready documentation
β–Έ Builder of offensive + defensive security tooling (Active Directory, SIEM, Detection Engineering)
β–Έ CompTIA Security+ | ISC2 CC | TryHackMe Global Top 3%
β–Έ 1st place CTF winner @ NCSAM & AHAMROOTASMI (NFSU)
β–Έ Currently: Integrated B.Tech-M.Tech (2022–2027) | CGPA: 8.64/10

🧰 Tech Stack & Tooling

Languages & Frameworks

Python C++ FastAPI Next.js Bash PowerShell

Offensive Security

Kali Linux Metasploit Burp Suite Nmap BloodHound Wireshark

Defensive / SOC

Splunk Sigma Volatility FTK Imager

Cloud & Infrastructure

AWS GCP Docker GitHub Actions

Frameworks & Standards

ISO 27001 NIST MITRE ATT&CK OWASP GDPR


πŸš€ Featured Projects

🐾 LurkHound

Active Directory Attack-Path Discovery Mapper

Post-compromise AD recon tool with LDAP enumeration, BFS/DFS attack-path discovery, and auto-generated PowerShell remediations mapped to 30 MITRE ATT&CK techniques.

Python FastAPI Next.js MITRE

↓ 60% reduction in manual AD audit effort

πŸ›‘οΈ SOC-as-Code

Automated Detection Rule Testing Framework

CI/CD-driven validation of 50+ Sigma detection rules with SOC Simulator integration, automated reporting, and GitHub Actions pipeline.

Python Sigma GitHub Actions Docker

↓ 40% reduction in manual detection testing effort

πŸ” ENCPIC

Privacy-Focused Encrypted Image Processing

Homomorphic encryption pipeline using TenSEAL + AWS S3 enabling cloud-side computation on ciphertext β€” zero plaintext exposure during storage or processing.

Python AWS S3 TenSEAL

Zero plaintext exposure at rest and in transit

πŸ“ More Coming Soon

Currently building...

  • πŸ”Ž Threat Intel aggregation pipeline (OSINT + MISP)
  • πŸ“Š Cloud misconfiguration scanner (AWS/GCP)
  • πŸ§ͺ Malware sandbox automation framework

Watch this space.

In Progress


πŸ“œ Certifications

Certification Issuer Status
πŸ”΅ CompTIA Security+ (SY0-701) CompTIA βœ… Active
🟒 ISC2 Certified in Cybersecurity (CC) ISC2 βœ… Active
πŸ”΄ Junior Penetration Tester (PT1) TryHackMe βœ… Active
🟑 Practical Ethical Hacking TCM Security βœ… Active
πŸ”΅ Google Cybersecurity Professional Google / Coursera βœ… Active

πŸ“Š GitHub Stats


GitHub Streak


Rahul's Activity Graph


πŸ† Achievements

πŸ₯‡  1st Place  β€” NCSAM CTF @ National Forensic Sciences University
πŸ₯‡  1st Place  β€” AHAMROOTASMI CTF @ National Forensic Sciences University
🌐  Top 3%     β€” TryHackMe Global Rankings
πŸ›οΈ  Finalist   β€” Smart India Hackathon (SIH)

πŸ“¬ Let's Connect

If you're working on something in offensive security, GRC, detection engineering, or security tooling β€” I'm always open to collaborate, contribute, or just talk shop.

LinkedIn Email TryHackMe


footer

Popular repositories Loading

  1. Image-Forensics-Using-Stegnography Image-Forensics-Using-Stegnography Public

    This project is a Steganographic Analysis Tool that performs detailed analysis on image files to detect hidden messages or information through techniques like Least Significant Bit (LSB) Steganogra…

    HTML 2

  2. soc-as-code soc-as-code Public

    Automated CI/CD-driven validation of 50+ Sigma/YARA detection rules with SOC Simulator integration and Splunk reporting, cutting manual testing effort by 40%.

    Python 1 1

  3. LURKHOUND LURKHOUND Public

    Active Directory Attack Path Discovery Mapper β€” LDAP enumeration, privilege escalation analysis, and MITRE ATT&CK mapped remediation

    TypeScript 1

  4. Image-Manipulation-using-Homomorphic-Encryption Image-Manipulation-using-Homomorphic-Encryption Public

    Image-Manipulation-using-Homomorphic-Encryption is a project focused on performing secure image processing directly on encrypted data. Using homomorphic encryption, it allows operations like bright…

    Python

  5. rahulmanthan rahulmanthan Public

    Config files for my GitHub profile.

  6. File-Upload-Security File-Upload-Security Public

    This project demonstrates a Secure File Upload System using Flask, designed with robust measures to handle file uploads securely and mitigate common vulnerabilities. It allows users to upload vario…

    Python