EVENmonitor
Monitor the Windows Event Log with grep-like features or filtering for specific Event IDs
Install / Use
/learn @NeffIsBack/EVENmonitorREADME
EVENmonitor
EVENmonitor is a lightweight tool for monitoring Windows Event Logs remotely over MS-EVEN6 RPC.
It retrieves event data from a target and parses the returned XML into readable output.
The tool is aimed at security researchers, pentesters, and red/blue/purple team operators who want to observe how activity is captured in Windows logs during assessments.
Inspired by LDAPmonitor, it enables fast, real-time event filtering.
Features:
- Streams live events from a remote host (default channel:
Security) - Supports Kerberos, password, NT hash, or AES key authentication
- Filters by event IDs and grep-like string matching
Install
Install pipx following the instructions at https://pipx.pypa.io/stable/installation/#installing-pipx and then run:
pipx install git+https://github.com/NeffIsBack/EVENmonitor
Usage
EVENmonitor --dc-ip <TARGET_IP> -u <USER> -p <PASSWORD> -d <DOMAIN>
even --dc-ip <TARGET_IP> -u <USER> -p <PASSWORD> -d <DOMAIN> # Short version
Options
Event filtering
--channel Security|System|...choose event log channel--event-id 4624,4625,4688filter specific event IDs--grep <STRING>show only events containing a string
Authentication
-k --kerberosuse Kerberos auth--kdcHost <HOST>FQDN of KDC for Kerberos auth-H [LMHASH:]NTHASH--aes-key <HEX>
Output
--header-onlyprint only event headers (timestamp, ID, level, keyword, task)--debuginclude raw formatted XML output--no-colordisable colored output--logfile <FILE>also write output to a file
Example workflows
Failed/successful logons:
EVENmonitor --dc-ip 10.0.0.10 -u alice -d corp.local -p 'Passw0rd!' --event-id 4624,4625
Watch process creation artifacts:
EVENmonitor --dc-ip 10.0.0.10 -u alice -d corp.local -p 'Passw0rd!' --event-id 4688 --grep powershell
Demo

Related Skills
next
A beautifully designed, floating Pomodoro timer that respects your workspace.
product-manager-skills
50PM skill for Claude Code, Codex, Cursor, and Windsurf: diagnose SaaS metrics, critique PRDs, plan roadmaps, run discovery, and coach PM career transitions.
devplan-mcp-server
3MCP server for generating development plans, project roadmaps, and task breakdowns for Claude Code. Turn project ideas into paint-by-numbers implementation plans.
