Skip to content
View MrBipinShrestha's full-sized avatar

Block or report MrBipinShrestha

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

πŸ‘‹ Hi, I'm Bipin Shrestha

SOC Analyst | Detection Engineering | Blue Team Security

πŸ“ Sydney, Australia πŸ‡¦πŸ‡Ί

LinkedIn ORCID Google Scholar Profile Views


πŸ›‘οΈ About Me

I am a Cybersecurity graduate student specializing in Security Operations (SOC), Detection Engineering, SIEM, and Blue Team Security. I build hands-on security labs that simulate real-world attacks, validate detections, and strengthen defensive capabilities through practical experimentation.

My work combines SIEM engineering, network security, incident response, and machine learning to create reproducible cybersecurity projects that mirror enterprise Security Operations Centers. Every project focuses on detection accuracy, evidence collection, MITRE ATT&CK mapping, and continuous improvement.


πŸ”­ Current Focus

  • πŸ›‘οΈ Building enterprise-style SOC detection engineering labs
  • πŸ“ˆ Developing custom Wazuh detection rules
  • ☁️ Learning Microsoft Sentinel
  • πŸ”¬ Publishing practical cybersecurity research
  • πŸ’Ό Preparing for SOC Analyst & Detection Engineer roles

πŸš€ Featured Projects

πŸ›‘οΈ SOC Detection Engineering Lab β€” Wazuh SIEM

Repository

➑️ https://github.com/MrBipinShrestha/soc-home-lab-wazuh

Enterprise-style SOC lab simulating real-world cyber attacks, endpoint monitoring, threat detection, and incident response.

Highlights

  • Multi-agent endpoint monitoring
  • Five realistic attack simulations
  • SSH brute force detection
  • Privilege escalation detection
  • Malware persistence analysis
  • Data exfiltration monitoring
  • Cron backdoor investigation
  • MITRE ATT&CK mapping
  • Detection engineering validation
  • Five professional incident response reports

Results

  • βœ… 3/5 attack scenarios automatically detected
  • βœ… 2 detection gaps documented
  • βœ… Detection improvements recommended

Technology

Wazuh β€’ Linux β€’ Windows β€’ MITRE ATT&CK β€’ SIEM


πŸ“Š Network Intrusion Detection using UNSW-NB15

Repository

➑️ https://github.com/MrBipinShrestha/network-anomaly-detection-unsw-nb15

Machine learning pipeline for detecting malicious network traffic using the UNSW-NB15 benchmark dataset.

Highlights

  • Seven-stage ML pipeline
  • Feature engineering
  • Label encoding
  • Z-score normalization
  • SMOTE balancing
  • Isolation Forest anomaly detection
  • Random Forest classification
  • Performance evaluation
  • Reproducible Jupyter workflow

Results

Metric Value
Accuracy 88.3%
Attack Recall 0.98
ROC-AUC 0.9794

Top predictive features

  • ct_state_ttl
  • sttl
  • rate
  • sload
  • dload

Publication

Machine Learning-Driven Network Anomaly Detection: An Empirical Study Using Isolation Forest and Random Forest on the UNSW-NB15 Benchmark

Published in:

Australian Journal of Wireless Technologies, Mobility and Security

https://ausjournal.com/index.php/j/article/view/92

Technology

Python β€’ scikit-learn β€’ SMOTE β€’ Pandas β€’ Jupyter


🎣 Phishing Detection & Email Forensics Lab

Repository

➑️ https://github.com/MrBipinShrestha/phishing-attack-lab-kit

SOC-focused phishing investigation framework covering email analysis, OSINT, threat intelligence, detection engineering, and prevention.

Highlights

  • Email header analysis
  • SPF, DKIM & DMARC validation
  • Domain reputation analysis
  • Typosquatting detection
  • WHOIS investigation
  • VirusTotal integration
  • MXToolbox analysis
  • MITRE ATT&CK mapping
  • Detection recommendations
  • Five practical investigation labs

Technology

Python β€’ VirusTotal β€’ WHOIS β€’ MXToolbox β€’ Wazuh


πŸ”¬ Additional Security Labs

Repository Focus
Wireshark HTTP vs HTTPS Analysis Network Traffic Analysis
Malware Detection Lab Endpoint Security
Social Engineering Awareness Lab Human Threat Analysis

πŸ“„ Publications

Shrestha, B. (2026)

Machine Learning-Driven Network Anomaly Detection: An Empirical Study Using Isolation Forest and Random Forest on the UNSW-NB15 Benchmark

Australian Journal of Wireless Technologies, Mobility and Security


🧰 Technical Skills

πŸ›‘οΈ SIEM & Detection Engineering

  • Wazuh
  • Security Monitoring
  • Detection Engineering
  • Log Analysis
  • Threat Detection
  • MITRE ATT&CK

🌐 Network Security

  • TCP/IP
  • DNS
  • HTTP / HTTPS
  • SSH
  • Packet Analysis
  • Wireshark

🚨 Incident Response

  • Threat Investigation
  • IOC Analysis
  • Root Cause Analysis
  • Incident Documentation
  • Digital Forensics

πŸ’» Programming

  • Python
  • Pandas
  • NumPy
  • scikit-learn
  • Jupyter Notebook

πŸ–₯️ Operating Systems

  • Linux
  • Windows

πŸ”§ Security Tools

  • VirusTotal
  • WHOIS
  • MXToolbox
  • ClamAV
  • Git
  • GitHub

πŸŽ“ Certifications

  • Cisco Introduction to Cybersecurity
  • Cisco Cyber Threat Management
  • Cisco Endpoint Security
  • Fortinet Certified Associate (remove if not completed)

🎯 Detection Philosophy

I believe effective security comes from validating detections through practical testingβ€”not assuming coverage.

Every project follows the same engineering workflow:

Attack
   ↓
Detect
   ↓
Investigate
   ↓
Respond
   ↓
Document
   ↓
Improve Detection

Every published lab includes:

  • Attack simulation
  • Detection validation
  • MITRE ATT&CK mapping
  • Evidence collection
  • Incident reporting
  • Gap analysis
  • Detection improvement recommendations

πŸ“ˆ GitHub Statistics


🀝 Let's Connect

I'm actively seeking opportunities in:

  • SOC Analyst
  • Detection Engineer
  • Blue Team Security
  • Security Operations Center (SOC)
  • Incident Response

I enjoy collaborating on cybersecurity projects, SIEM engineering, threat detection, and security research.

Connect with me


⭐ If you find my work useful, feel free to star my repositories or connect with me on LinkedIn!

Popular repositories Loading

  1. network-anomaly-detection-unsw-nb15 network-anomaly-detection-unsw-nb15 Public

    SOC-ready cybersecurity system for network intrusion detection using hybrid machine learning (Isolation Forest + Random Forest) with SMOTE-based imbalance handling and SOC-style security analytics …

    Jupyter Notebook

  2. MrBipinShrestha MrBipinShrestha Public

  3. wireshark-http-vs-https-analysis wireshark-http-vs-https-analysis Public

    Network security lab demonstrating plaintext HTTP traffic exposure vs TLS-encrypted HTTPS protection using Wireshark packet analysis

  4. social-engineering-awareness-lab social-engineering-awareness-lab Public

    Cybersecurity awareness lab demonstrating social engineering attacks using SET toolkit with defensive countermeasures

  5. clamav-malware-detection-lab clamav-malware-detection-lab Public

    Linux-based malware detection and removal lab using ClamAV antivirus with EICAR test files and automated scanning scripts

  6. phishing-attack-lab-kit phishing-attack-lab-kit Public

    Ethical hacking lab kit covering phishing attack methodology, OSINT domain analysis, prevention controls matrix and email header forensics

    Python