Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

canix1/XPathStudio

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XPathStudio

XPathStudio

A tool to simplify searching local and remote eventlogs. It has a collection of XPath queries in an .json file that is available for selection in a list. Some XPath queries are prepared for your own input in prepared fields. In this example you need to add a TargetUserName value of your own , replacing REPLACEUSERNAME:

<!--- Name:Logon event by user name -->
<!-- Replace REPLACEUSERNAME -->
<QueryList>
<Query Id='0' Path='Security'>
<Select Path='Security'>*[System[EventID=4624]] and *[EventData[Data[@Name='TargetUserName']='REPLACEUSERNAME']]</Select>
</Query>
</QueryList>

Run against your local machine or a list of hosts. Do your filtering in XPath and/or in the Display Filter option.

The tool have a couple of Sysmon Xpath queries available from start. If you have your own please share and I will update the .json file.

Remember that you need to run the script as an elevated admin to read the Security and Sysmon log.

This is not a log collector! No database is used so if a lot data is retrieved performance will be affected.

About

Simplified searching EventLog with XPath queries local and remote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.