Transaction state changed. Typically filesystem or database transaction activity.
Minimal threat relevance in most environments.
No alerting recommended.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4985 // The state of a transaction has changed
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4985
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# The state of a transaction has changed — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
The state of a transaction has changed. Transaction state changed. Typically filesystem or database transaction activity.
Event 4985 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Object Access' subcategory (Success and/or Failure).
No alerting recommended.