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

Block or report ibondarenko1

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

Ievgen (Jack) Bondarenko

Detection Engineering & Vulnerability Research Β· Microsoft Sentinel Β· AI and container infrastructure

I work the defensive side of cloud security: detections that fire on a live Microsoft Sentinel and Defender tenant, each one proven end to end. A control isn't real until you can show it catching the thing it claims to catch, so I build the whole loop (rule logic, controlled trigger, the incident it raises, the investigation, the MITRE mapping) versioned and deployed like code, not clicked into a portal. The good signal is quiet; it sits between two events that both look normal, and it rewards patience over cleverness.

The other half of the work is source-level: I read code in container runtimes, protocol stacks, and the LLM serving stack, and report what I find. Knowing how a thing actually breaks, not just how its alert looks, is what tells you where to point the telemetry.

Published advisories Critical advisory Google Cloud VRP 20 merged PRs

🎯 Focus

  • Detection engineering on the Microsoft stack: Sentinel (KQL), Defender XDR, Defender for Endpoint, Entra ID.
  • Detection-as-Code: versioned rules, PR-gated CI/CD, OIDC deploy, unit-tested and false-positive measured.
  • Vulnerability research: static and symbolic analysis (Semgrep, Joern) with a separate verification stage, so what gets reported is what survived verification.
  • Three telemetry planes: cloud control plane (Activity Log), endpoint, and identity (sign-ins).
  • MITRE ATT&CK mapping, with Sigma for vendor-neutral portability.

πŸ”¬ Research and Upstream Contributions

  • GHSA-7gwp-5pfp-969j (MLflow, Critical): unauthenticated full-read SSRF in webhook delivery. The existing URL guard was bypassable through unvalidated HTTP redirects and DNS rebinding, letting an unauthenticated caller read cloud instance metadata and internal services through the server. Credited independent finder.
  • CVE-2026-46517 / GHSA-9xq9-36w5-q796 (lmdeploy): vulnerability in an AI model inference server, resolved through coordinated disclosure.
  • Google Cloud VRP award: SSRF, API key disclosure, and response forgery via a per-request baseUrl override in @genkit-ai/google-genai, affecting Gemini and Vertex AI client paths.
  • Merged upstream security fixes in Google gVisor, Kubernetes, Azure Sentinel, Swift Package Manager, OSV-Scanner, and Tink-Crypto: container hardening, race conditions, crash handling, sandbox behavior, shared-memory security.
  • Coordinated disclosure through Microsoft MSRC, Google VRP, and CERT/CC VINCE.

πŸ›‘ Hands-On Defense

Blue team through live red-team engagement. Hardened a multi-zone WAN/DMZ/LAN: deployed Security Onion IDS/IPS, Suricata, Zeek, Wazuh HIDS, pfSense firewall rules, honeypots, and automated incident response. Maintained service uptime under sustained attack against a NIST + HIPAA baseline.

πŸ“œ Certifications

πŸ›  Skills & Tools

Vulnerability research

Detection & cloud (primary)

Defensive operations

Platforms & scripting

🀝 Let's Connect

Open to remote roles in detection engineering, cloud security, and vulnerability research, and to technical conversation with people working in cloud detection, SIEM engineering, AI infrastructure security, or low-level security.

πŸ”— LinkedIn: ievgen-jack-bondarenko

πŸ™ GitHub: ibondarenko1

Pinned Loading

  1. azure-sentinel-detection-engineering azure-sentinel-detection-engineering Public

    9 MITRE ATT&CK-mapped KQL detections on a live Microsoft Sentinel + Defender XDR environment (control-plane, endpoint, identity), with a PR-gated Detection-as-Code pipeline (GitHub Actions, OIDC), …

    Kusto 5 2

  2. blue-team-engagement blue-team-engagement Public

    One-week red-team / blue-team enterprise network defense engagement: case study, custom Sigma detection pack, and methodology.

    PowerShell

  3. m365-security-operations m365-security-operations Public

    Operational security methodology for a small Microsoft 365 tenant: Sentinel detection engineering, Defender for O365 policy hardening, DNS + email authentication, identity hardening, and NIST/ISO g…

    PowerShell

  4. SOC-Investigations SOC-Investigations Public template

    SOC analyst investigation and incident-response writeups in a consistent, reproducible format: hands-on Security Onion cases plus LetsDefend practice, with an issue-to-case automation workflow.

  5. tink-cross-port-fuzz tink-cross-port-fuzz Public

    Differential fuzzer for google/tink: feeds same JWK Set to multiple language ports, reports divergence in acceptance/error class/keyset shape.

    Python

  6. llm-serving-security llm-serving-security Public

    A practical security reference for the LLM serving stack - CVE matrix, vulnerability classes, and hardening for vLLM, Triton, lmdeploy, BentoML, SGLang, Ollama, and TGI