Create Custom Views using XPath on WINDOWS Event LOGs
:example event for filter
*[System[(EventID=6278)]] and
*[EventData[Data[@Name='NASIPv4Address'] = 'xxx.xxx.xxx.xxx']] and
*[EventData[Data[@Name='NASIdentifier'] = 'FreeRadius-Profile']] and
*[EventData[Data[@Name='NASIdentifier'] = 'Captive-Portal-Profile']] and
*[EventData[Data[@Name='SubjectUserName'] ='user@domain.com']] and
*[EventData[Data[@Name='SubjectDomainName'] ='DomainName']] and
:Template XPath on Windows Event LOGs
<QueryList>
<Query Id="0" Path="Security">
<Select Path="Security"> <----- ( Application,Security,Setup,System, Forward Event )
*event for filter
*event for filter
*event for filter
</Select>
</Query>
</QueryList>
:filter by domain and LOGON Success/Fail
<QueryList>
<Query Id="0" Path="Security">
<Select Path="Security">
*[System[(EventID='6278') and (EventID='6273')]] and
*[EventData[Data[@Name='SubjectDomainName'] ='DomainName']]
</Select>
</Query>
</QueryList>
:filter by domain and username
<QueryList>
<Query Id="0" Path="Security">
<Select Path="Security">
*[EventData[Data[@Name='SubjectUserName'] ='user@domain.com']] and
*[EventData[Data[@Name='SubjectDomainName'] ='DomainName']
</Select>
</Query>
</QueryList>
Subscribe to:
Post Comments (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => &...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...
-
``` sda: add missing path sda: failed to get udev uid: Invalid argument sda: failed to get sysfs uid: Invalid argument sda: failed to ge...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.