Skip to content

Commit

Permalink
Add: Unlock Activity (#1285)
Browse files Browse the repository at this point in the history
#### Related Issue: 

In Windows, I'd like to be able to distinguish an account enable event
from an account unlock event.

#### Description of changes:

This change would allow for coverage of events such as Windows EID 4767
(https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/auditing/event-4767).

There is another Windows EID for enabling an account
(https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/auditing/event-4722)
and I imagine the distinction is importing for mapping.

---------

Signed-off-by: 0xv1n <[email protected]>
Co-authored-by: Jonathan Rau <[email protected]>
  • Loading branch information
0xv1n and jonrau-at-queryai authored Dec 13, 2024
1 parent 203d70c commit 2628909
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Thankyou! -->
1. Relaxed requirements on the `http_request` and `http_response` attributes in the `http_activity` event class and added an `at_least_one` constraint with these attributes. #1274
1. Add `host` profile to base_event.json and remove this profile elsewhere in the event hierarchy. #1280
1. Add the `actor` attribute to the IAM base event. #1280
1. Add `Unlock` activity to `account_change` class. #1285
* #### 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: 5 additions & 1 deletion events/iam/account_change.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"11": {
"caption": "MFA Factor Disable",
"description": "An authentication factor was disabled for an account."
},
"12": {
"caption": "Unlock",
"description": "A user account was unlocked."
}
}
},
Expand All @@ -68,4 +72,4 @@
"requirement": "recommended"
}
}
}
}

0 comments on commit 2628909

Please sign in to comment.