From 9f78e0d5678c94569d83273783309764cd9f967a Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 20 Apr 2022 18:44:14 +0530 Subject: [PATCH] Changelog: Add entry for bugfix for fake users' addition to the config because of Mimikatz --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a0467b6..3d40d5bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - A bug where T1216_random_executable.exe was copied to disk even if the signed script proxy execution PBA was disabled. #1864 - Unnecessary collection of kerberos credentials. #1771 +- A bug where bogus users were collected by Mimikatz and added to the config. #1860 ### Security