Skip to content

Commit

Permalink
Issue-1311: Add 'keyboard_info' object to the RDP class (#1313)
Browse files Browse the repository at this point in the history
- Add `keyboard_info` to the RDP event class
- Add missing group to two attributes

#### Related Issue: 
#1311 
<img width="1170" alt="image"
src="https://github.com/user-attachments/assets/52de55de-c5a7-4c85-bd7d-8048f2978b9c"
/>

---------

Signed-off-by: Ania Kacewicz <ania.kacewicz@gmail.com>
  • Loading branch information
Aniak5 authored Jan 10, 2025
1 parent 3402f06 commit ab4a40d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Thankyou! -->
1. Add `policies` to `Account Change` class. #1282
1. Add `Unlock` activity to `account_change` class. #1285
1. Add `incident` profile to `finding` to affect classes that extend it. #1293
1. Add `keyboard_info` object to RDP event class. #1313
* #### Profiles
1. Added `is_alert`, `confidence_id`, `confidence`, `confidence_score` attributes to the `security_control` profile. #1178
1. Added `risk_level_id`, `risk_level`, `risk_score`, `risk_details` attributes to the `security_control` profile. #1178
Expand Down
6 changes: 6 additions & 0 deletions events/network/rdp_activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}
},
"capabilities": {
"group": "context",
"requirement": "optional"
},
"certificate_chain": {
Expand All @@ -55,13 +56,18 @@
"group": "context",
"requirement": "optional"
},
"keyboard_info": {
"group": "context",
"requirement": "optional"
},
"protocol_ver": {
"caption": "RDP Version",
"description": "The Remote Desktop Protocol version.",
"group": "context",
"requirement": "recommended"
},
"remote_display": {
"group": "context",
"requirement": "optional"
},
"request": {
Expand Down

0 comments on commit ab4a40d

Please sign in to comment.