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

Block or report ibernal1815

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

Isaiah Bernal

Malware Analysis · Offensive Security · Security Engineering

LinkedIn Security+ CySA+ ISC2 CC CPTS CCNA

My background started in IT infrastructure, which led to a deeper interest in what actually happens inside a system during an attack. Most of my work now centers around malware analysis, offensive security, DFIR, and security engineering, with a focus on understanding malicious behavior through Windows internals, memory, network traffic, and endpoint telemetry.

My home lab is currently being rebuilt around RHEL, KVM/QEMU, libvirt, and containers, giving me a dedicated platform for isolated virtual machines, malware analysis, adversary simulation, and security services. Python is my primary language for building tools around log processing, IOC extraction, threat intelligence, and security automation.


Current Focus

Projects

Project Focus Stack Status
Malware Analysis Lab Static and dynamic analysis, memory forensics, network analysis, isolated analysis infrastructure RHEL, KVM/QEMU, libvirt, FLARE VM, REMnux, Volatility, YARA Rebuilding
Windows Internals Lab Processes, memory, persistence, telemetry, and forensic artifacts Windows, Sysinternals, Sysmon, WinDbg, Volatility In Progress
Sysmon Detection Lab ATT&CK simulation, telemetry analysis, Sigma rules, and detection development Sysmon, Sigma, Elastic, Wazuh, MITRE ATT&CK In Progress
Log Normalizer / IOC Extractor Log normalization, IOC extraction, suspicious pattern detection, structured output Python, python evtx, regex, pytest Complete
Threat Intel Enricher IOC enrichment, verdict scoring, threat intelligence pipelines Python, VirusTotal, AbuseIPDB, PostgreSQL Complete
Enterprise Active Directory Lab Domain administration, GPO, provisioning, and incident simulation Windows Server, Active Directory, PowerShell Complete
SQL Security Lab SQL injection, parameterized queries, RBAC, and row level security Python, Flask, PostgreSQL Complete
Python Keylogger with C2 Keystroke capture, encrypted collection, C2 communication, modular testing Python, Flask, AES, pytest Complete

Technical Stack

Malware and DFIR FLARE VM · REMnux · Volatility · YARA · Sysinternals · Wireshark
Offensive Burp Suite · Nmap · Metasploit · Active Directory · MITRE ATT&CK
Detection Sysmon · Sigma · Elastic · Splunk · Wazuh · Suricata
Infrastructure RHEL · KVM/QEMU · libvirt · Podman · VMware · Proxmox · pfSense
Development Python · PowerShell · Bash · SQL · Flask · PostgreSQL · pytest

Education and Certifications

M.S. Cybersecurity and Information Assurance Western Governors University 2027 (Expected)
B.S. Computer Information Technology California State University, Northridge 2026
A.S. Cybersecurity and Computer Programming Los Angeles Mission College 2023 / 2024

Certified: CompTIA Security+ · CompTIA CySA+ · ISC2 CC In Progress: HTB CPTS · Cisco CCNA


Analyze the behavior. Understand the system. Build the detection.

Pinned Loading

  1. malware-analysis-lab malware-analysis-lab Public

    A structured malware analysis lab covering static analysis, dynamic behavioral analysis, memory forensics, and detection engineering with Sigma and Wazuh.

  2. threat-intel-enricher threat-intel-enricher Public

    CLI tool that enriches IOCs against VirusTotal and AbuseIPDB and outputs a structured JSON threat intel report.

    Python

  3. active-directory-lab active-directory-lab Public

    Simulated enterprise Active Directory environment for Silverline Technologies — covering AD DS, DNS, GPOs, file permissions, PowerShell automation, and IT support workflows.

    PowerShell

  4. sysmon-sysinternals-detection-lab sysmon-sysinternals-detection-lab Public

    Detection engineering lab using Sysmon and Sysinternals to identify attacker TTPs, map to MITRE ATT&CK, and build detection logic.

  5. python-keylogger python-keylogger Public

    Modular Python keylogger with AES-encrypted keystroke transmission, screenshot capture, and a Flask-based C2 server — built for adversarial simulation and endpoint detection research.

    Python