Configuration/Definitions/ADUserCreateDelete.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
{ "SearchDefinition": { "ADUserCreateDelete": { "Events": { "Fields": { "Computer": "Domain Controller", "Date": "Date", "Action": "Action", "TargetUserName": "TargetUserName", "TargetDomainName": "TargetDomainName", "NoNameB4": "EventAction", "KeyWord": "KeyWord", "Who": "Who", "ObjectAffected": "ObjectAffected", "ID": "Event ID", "RecordID": "Record ID", "GatheredFrom": "Gathered From", "GatheredLogName": "Gathered LogName" }, "Events": [ 4720, 4726 ], "IgnoreWords": {}, "LogName": "Security", "SortBy": "When", "Enabled": true }, "Enabled": true } }, "LogName": "WEC3-Account-Management" } |