Skip to content

Commit

Permalink
Merge branch 'main' into 1122-User-LdapPerson-Asure-AD-support
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJurka authored Jul 22, 2024
2 parents 90393ea + 144c790 commit 65f319f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Thankyou! -->
6. Added `type_id` and associated entity objects to `Managed Entity`. #1094
7. Added `vendor_name`, `type`, `type_id` to object `package`. #1093
8. Added `router`, `ids`, and `ips` entries to `type_id` enum in the `Endpoint` object. #1121
9. Added `job` to `Evidence Artifacts` object. #1130
* #### Platform Extensions

### Bugfixes
Expand Down
1 change: 1 addition & 0 deletions extensions/windows/objects/evidences.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"src_endpoint",
"url",
"user",
"job",
"reg_key",
"reg_value",
"win_service"
Expand Down
7 changes: 6 additions & 1 deletion objects/evidences.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"user": {
"description": "Describes details about the user that was the target or somehow else associated with the activity that triggered the detection.",
"requirement": "recommended"
},
"job": {
"description": "Describes details about the scheduled job that was associated with the activity that triggered the detection.",
"requirement": "recommended"
}
},
"constraints": {
Expand All @@ -85,7 +89,8 @@
"query",
"src_endpoint",
"url",
"user"
"user",
"job"
]
}
}

0 comments on commit 65f319f

Please sign in to comment.