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

Cloud Security & Detection Engineering ยท Microsoft Sentinel ยท Defender XDR

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.

1 CVE published 15 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.
  • Three telemetry planes: cloud control plane (Activity Log), endpoint, and identity (sign-ins).
  • MITRE ATT&CK mapping, with Sigma for vendor-neutral portability.
  • Source-level view: container runtimes and the LLM serving stack, which sharpens what I look for in telemetry.

๐Ÿ“‚ Featured Projects

azure-sentinel-detection-engineering (flagship): Detection-as-Code on a live Microsoft Sentinel + Defender XDR tenant. Nine MITRE-mapped analytics rules across control-plane, endpoint, and identity (including a multi-stage correlation rule, privilege grant โ†’ deployment, and a Resource Graph-backed NSG content rule), each proven end-to-end (trigger โ†’ incident โ†’ investigation) and checked by a live benign + attack harness that measures false positives instead of assuming them. Versioned YAML, deployed by a PR-gated GitHub Actions pipeline via OIDC (no secrets). Built alongside SC-200.

m365-security-operations: detect-and-remediate audit toolkit for Microsoft 365 + Cloudflare in small organizations. Five domains in one PowerShell command; ~60 framework-tagged checks (NIST CSF, NIST 800-53, ISO 27001, MITRE ATT&CK, MCSB), each finding linked to a ready-to-deploy remediation. 30-second demo via mock mode. MIT licensed.

blue-team-engagement: one-week red-team / blue-team enterprise defense engagement. Case study, custom Sigma detection pack, and methodology against sustained attack across a multi-zone WAN/DMZ/LAN.

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

๐Ÿ›ก 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.

๐Ÿ”ฌ Source-level research and upstream contributions

Alongside detection, I read code in places that are supposed to be safe: container runtimes, protocol stacks, syscall layers, and send hardening upstream when it survives review. Merged contributions to Google gVisor, Kubernetes, and other infrastructure projects; published advisories and a CVE. Knowing how a thing actually breaks, not just how its alert looks, is the view I bring back to detection.

๐Ÿ“œ Certifications

๐Ÿ›  Skills & Tools

Detection & cloud (primary)

Defensive operations

Platforms & scripting

๐Ÿค Let's Connect

Open to remote cloud security / detection roles, and to technical conversation with people working in cloud detection, SIEM engineering, 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. 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

โšก