From c3dc0dc5937e7f75ea1602e9b3d1a935576176bd Mon Sep 17 00:00:00 2001 From: Nick McLoota Date: Tue, 3 Sep 2019 13:13:34 -0700 Subject: [PATCH] windows subtitle wasn't properly formatted (#527) --- atomics/T1037/T1037.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atomics/T1037/T1037.md b/atomics/T1037/T1037.md index d4c29e98..36128257 100644 --- a/atomics/T1037/T1037.md +++ b/atomics/T1037/T1037.md @@ -1,6 +1,8 @@ # T1037 - Logon Scripts ## [Description from ATT&CK](https://attack.mitre.org/wiki/Technique/T1037) -
### Windows +
+ +### Windows Windows allows logon scripts to be run whenever a specific user or group of users log into a system. (Citation: TechNet Logon Scripts) The scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server.