Skip to content
View ditikrushnaroutray's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ditikrushnaroutray

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

Ditikrushna Routray

Cybersecurity Practitioner · Blue Team · GRC · Linux Systems

LinkedIn Portfolio Gmail


I build security tools, forensic labs, and risk-aligned infrastructure on Linux. My work bridges two areas most people treat separately — technical security engineering and governance/compliance — by implementing the controls that frameworks like NIST CSF and ISO 27001 actually require, then documenting them the way a SOC or GRC team expects.

What I focus on:

  • 🔵 Blue Team / Detection — HIDS, log analysis, alert automation, SOC tooling
  • 🔬 DFIR — Network forensics, malware artifact analysis, packet-level threat reconstruction
  • 📋 GRC & Controls — NIST CSF mapping, access control implementation, risk documentation
  • 🐧 Linux Security — System hardening, daemon development, kernel-level tooling

🛠️ Stack





📂 Projects

Repo Domain Description
ssh-bruteforce-lab DFIR / GRC SSH exploitation lab with MITRE ATT&CK mapping, CVSS scoring, NIST 800-53 & ISO 27001 alignment, and full remediation plan
Malware-analysis DFIR HawkEye keylogger kill-chain forensics — payload delivery, SMTP exfiltration, network artifact extraction
Network-Forensics-Case-Studies DFIR / SOC PCAP-based IR case studies: credential harvesting, TLS traffic triage, CLI-first tshark workflow
soc-analyst-env Blue Team OpenEnv RL environment simulating SOC L1 triage — 8-stage ATT&CK kill-chain generator, strict JSON action schema
Sentinel-FIM Blue Team Linux file integrity monitor — real-time watchdog, timestamped audit logs, daemon execution, NIST DE.CM aligned
HashGuard Security Tools HIBP k-anonymity password checker with entropy-based crack-time estimation and fortification suggestions
Ironclad-ID Security Tools RSA challenge/response identity system with hardware binding via Linux machine-id and forensic-grade secure deletion
Aegis-Vault Security Tools C++ encrypted local storage utility — confidentiality and integrity controls, CIA Triad applied

🤝 Connect

Open to discussing threat detection, DFIR methodology, GRC frameworks, or security automation.


☕ Support

If my tools or labs have been useful, consider supporting the work.


Pinned Loading

  1. ssh-bruteforce-lab ssh-bruteforce-lab Public

    A comprehensive technical audit and penetration testing lab focused on SSH exploitation, MITRE ATT&CK mapping, and Linux forensic log analysis.

  2. Malware-analysis Malware-analysis Public

    Forensic network analysis of a HawkEye malware infection, detailing payload delivery and SMTP data exfiltration.

  3. Network-Forensics-Case-Studies Network-Forensics-Case-Studies Public

    Incident Response case study focused on network packet dissection, cleartext credential harvesting, and TLS 1.3 encrypted session analysis.

  4. soc-analyst-env soc-analyst-env Public

    An OpenEnv-compliant RL environment for training AI SOC analysts to triage logs and detect cyber threats.

    Python

  5. Sentinel-FIM Sentinel-FIM Public

    A real-time, daemonized Linux File Integrity Monitor (FIM) built with Python and Bash for forensic-grade audit logging and kernel-event hooking.

    Python