Created
December 5, 2016 10:25
-
-
Save askalee/0135be344278cd721dee2cad95f93061 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<QueryList> | |
<Query Id="0" Path="Security"> | |
<Select Path="Security">* | |
[System | |
[Provider | |
[@Name='Microsoft-Windows-Security-Auditing'] | |
and | |
TimeCreated[timediff(@SystemTime) <= 86400000] | |
] | |
and EventData[Data="joe"] | |
] | |
</Select> | |
</Query> | |
</QueryList> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test