Last active
July 30, 2020 15:45
-
-
Save terasaka/179e305708b2bfc61fe3981ca6f33700 to your computer and use it in GitHub Desktop.
Eventviewer - Lista login de conta por origem de IP
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">*[EventData[Data[@Name='TargetUserName']='login.to.search']] and *[EventData[Data[@Name='IpAddress'] and (Data='10.0.0.1' or Data='10.0.0.2' or Data='10.0.0.3')]] </Select> | |
</Query> | |
</QueryList> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment