Event ID 4911 — Resource attributes of the object were changed.
Description
Resource attributes of the object were changed.
Message #
Fields #
| Name | Description |
|---|---|
SubjectUserSid SID | [Subject] Security ID. |
SubjectUserName UnicodeString | [Subject] Account Name. |
SubjectDomainName UnicodeString | [Subject] Account Domain. |
SubjectLogonId HexInt64 | [Subject] Logon ID. |
ObjectServer UnicodeString | [Object] Object Server. |
ObjectType UnicodeString | [Object] Object Type. |
ObjectName UnicodeString | [Object] Object Name. |
HandleId Pointer | [Object] Handle ID. |
OldSd UnicodeString | [Resource Attributes] Original Security Descriptor. |
NewSd UnicodeString | [Resource Attributes] New Security Descriptor. |
ProcessId Pointer | [Process Information] Process ID. |
ProcessName UnicodeString | [Process Information] Process Name. |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Security-Auditing",
"guid": "54849625-5478-4994-A5BA-3E3B0328C30D",
"event_source_name": "",
"event_id": 4911,
"version": 0,
"level": 0,
"task": 13570,
"opcode": 0,
"keywords": 9232379236109516800,
"time_created": "2023-11-06T01:51:41.950925+00:00",
"event_record_id": 300251,
"correlation": {},
"execution": {
"process_id": 4,
"thread_id": 5816
},
"channel": "Security",
"computer": "WinDev2310Eval",
"security": {
"user_id": ""
}
},
"event_data": {
"SubjectUserSid": "S-1-5-21-1992711665-1655669231-58201500-1000",
"SubjectUserName": "User",
"SubjectDomainName": "WINDEV2310EVAL",
"SubjectLogonId": "0x27844",
"ObjectServer": "Security",
"ObjectType": "File",
"ObjectName": "C:\\Users\\User\\AppData\\Local\\Temp\\763cba47-20ad-4480-91e6-3dc02233f103.tmp",
"HandleId": "0x1d6c",
"OldSd": "",
"NewSd": "S:ARAI(RA;;;;;WD;(\"IMAGELOAD\",TU,0x0,1))",
"ProcessId": "0x33f0",
"ProcessName": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
},
"message": ""
}
References #
- Microsoft Learn https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4911
- Microsoft Learn Audit Policy https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/audit-authorization-policy-change
- Ultimate Windows Security https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=4911
- Example event sourced from https://github.com/NextronSystems/evtx-baseline