Skip to content

Commit

Permalink
feat: [ocsf#1122] - ldap - moved active directory sid objects to ad p…
Browse files Browse the repository at this point in the history
…rofile
  • Loading branch information
PavelJurka committed Jul 3, 2024
1 parent dda87a8 commit 437fb84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
18 changes: 5 additions & 13 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,6 @@
"description": "The permissions that were granted to the in a platform-native format.",
"type": "integer_t"
},
"admin_count": {
"caption": "Admin Count",
"type": "integer_t",
"description": "Indicates that a given object is a member of a Privileged group in Active Directory.",
"enum": {
"0": {
"caption": "Not Member"
},
"1": {
"caption": "Member"
}
}
},
"affected_code": {
"caption": "Affected Code",
"description": "List of Affected Code objects that describe details about code blocks identified as vulnerable.",
Expand Down Expand Up @@ -2398,6 +2385,11 @@
"description": "The event occurred on a personal device.",
"type": "boolean_t"
},
"is_privileged": {
"caption": "Member of Privileged Group",
"type": "boolean_t",
"description": "Indicates that a given object is a member of a Privileged group in Active Directory."
},
"is_remote": {
"caption": "Remote",
"description": "The indication of whether the session is remote.",
Expand Down
2 changes: 1 addition & 1 deletion profiles/active_directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"caption": "Active Directory",
"name": "active_directory",
"attributes": {
"admin_count": {
"is_privileged": {
"requirement": "recommended"
},
"classification": {
Expand Down

0 comments on commit 437fb84

Please sign in to comment.