From 702229ddb8f7cbda0be6afdbc84f6877c1aceb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=9E=A2=E6=98=9F?= <84062594@qq.com> Date: Mon, 10 Jun 2019 20:36:10 +0800 Subject: [PATCH] Update windows-registry-monitoring.conf --- windows-registry-monitoring.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-registry-monitoring.conf b/windows-registry-monitoring.conf index 9aa2ffa..2d307b1 100644 --- a/windows-registry-monitoring.conf +++ b/windows-registry-monitoring.conf @@ -79,7 +79,7 @@ "HKLM_Image_File_Execution_Options": { "query": "select name,type,data from registry where key='HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options';", "interval": 3600, - "description": "Returns the content of the key HKLM_Image_File_Execution_Options - ATT&CK T1015", + "description": "Returns the content of the key HKLM_Image_File_Execution_Options - ATT&CK T1183", "removed": false }, "HKCU_Logon_Scripts": {