Skip to content
/ EventLens Public

Event Lens provides a structured, searchable, and visually clean reference for critical Windows Security Event IDs

License

Notifications You must be signed in to change notification settings

cx48/EventLens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventLens

Event Lens provides a structured, searchable, and visually clean reference for critical Windows Security Event IDs. Helpful for blue teams and security analysts to quickly look up relevant log IDs along with severity and descriptions

Features

  • Clean UI built with HTML, Tailwind CSS, and JavaScript
  • Categorized and color-coded event severity (High, Medium, Low)
  • Real-time search highlighting for quick filtering
  • Covers essential event IDs for:
    • Logon attempts
    • RDP tracking
    • Privilege use
    • PowerShell execution
    • Kerberos authentication
    • System audit policy
    • Task creation and more

Project Structure

.
├── index.html           # Main UI layout
├── style.css            # Styling for cards, layout, and highlighting
├── events.js            # Core event data (IDs, descriptions, severity)
├── search.js            # Handles DOM-safe text highlighting logic
├── main.js              # Event rendering logic
└── screenshots/         # Screenshots for documentation

Preview

Home Page

Home Page

Search Filter

Search Filter

SIEM Queries (More can be added manually)

SIEM

More Resources

More Resources

Credits

This project was developed with inspiration and references from many security resources:

This project was heavily inspired by the Windows Event Log Cheatsheet from 13Cubed

About

Event Lens provides a structured, searchable, and visually clean reference for critical Windows Security Event IDs

Resources

License

Stars

Watchers

Forks