Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Windows Resource Activity class (201003) to be aligned with Windows event 4662 #1090

Open
eliraz-levi opened this issue May 21, 2024 · 3 comments

Comments

@eliraz-levi
Copy link
Contributor

Windows Resource Activity class (201003) is not aligned with fields exist in Windows event 4662 - “An operation was performed on an object”.
https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/auditing/event-4662
Windows event 4662 is an essential security event to detect and investigate DCSync attack which is a very common attack in active directory environment https://attack.mitre.org/techniques/T1003/006/ .

Current gaps:

  1. Windows event 4662 includes information about the access that was performed. This information is represented by attributes accesses, access_mask. However, the Windows Resource Activity class (201003) doesn’t include equivalent attributes.
  2. Windows event 4662 supports including several Windows object GUIDs (under properties field) while Windows Resource Activity class supports only one: win_resource.uid .
@eliraz-levi
Copy link
Contributor Author

@mikeradka - thank you for your comments here.
I understand why Entity Management class is a better mapping.
Yet, it lacks access_list and access_mask, would you think it's a good idea to add them to the Entity Management class ?
Furthermore, it lacks a list of managed_entity objects for cases where we access multiple objects at once. Replacing managed_entity by a list of managed_entity objects would results in breaking change. How would you suggest to address it ?

@eliraz-levi
Copy link
Contributor Author

An updated PR was created
#1105

floydtree added a commit that referenced this issue Jul 23, 2024
…t 4662 (#1114)

Adjust Entity Management class (3004) to be aligned with fields exist in
Windows event 4662 - “An operation was performed on an object”.

https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/auditing/event-4662

#### Related Issue: 
#1090

#### Description of changes:
We add the attributes access_list, access_mask.
![Screenshot 2024-06-04 at 15 50
27](https://github.com/ocsf/ocsf-schema/assets/100218904/5417d9a9-5956-441c-b173-437183875f49)


Signed-off-by: Eliraz Levi
[[email protected]](mailto:[email protected])

Co-authored-by: Rajas <[email protected]>
@mikeradka
Copy link
Contributor

mikeradka commented Aug 21, 2024

@eliraz-levi Just wanted to check in on this one - since #1114 was merged, could this Issue be closed out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants