Detection & response
Day-to-day blue team work: writing Sigma rules, triaging alerts, and running a self-hosted Wazuh SIEM against real telemetry from a Windows endpoint with Sysmon.
Junior SOC analyst / blue team
last detection rule shipped - 6d ago
I build ShieldEye - four open-source security tools for attack surface mapping, code analysis, network scanning and compliance. Defensive work by day, the toolkit is where I turn the repetitive parts into something reusable.
title: PowerShell Download Cradle
status: experimental
logsource:
product: windows
category: process_creation
detection:
selection:
Image|endswith: '\powershell.exe'
CommandLine|contains:
- 'Net.WebClient'
- 'DownloadString'
- 'IEX'
condition: selection
level: high What I do
Day-to-day blue team work: writing Sigma rules, triaging alerts, and running a self-hosted Wazuh SIEM against real telemetry from a Windows endpoint with Sysmon.
Turning recurring tasks into reusable tools. Four scanners so far, each covering a different layer: external surface, source code, network, compliance. All open source, all MIT.
Keeping the attacker view sharp through TryHackMe (top 1% globally, #1 in Poland) and bug bounty on HackerOne and Intigriti. That perspective feeds back into what the defensive tools actually need to catch.
The toolkit
Web attack-surface mapper. Subdomain discovery, tech fingerprinting, endpoint discovery with conservative scanning behaviour.
TypeScript · Node.js 18+ · Python · Docker
Local desktop source-code scanner. 50+ heuristic rules with optional local AI explanations via StarCoder2 or Mixtral.
Python 3.10+ · GTK4 · HF Transformers · Docker
Native network scanner. Nmap port scanning, CMS CVE lookup against the CIRCL database, HTTP security-header grading.
Python 3.10+ · Nmap · GTK4 · PyGObject
Web compliance and vulnerability scanner mapped to GDPR, PCI-DSS, ISO 27001 and HIPAA. CVSS v3.1 scoring with PDF reports.
Python 3.10-3.13 · GTK4 · FastAPI · SQLite