Skip to content

Commit

Permalink
Fix ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onager authored and joachimmetz committed May 13, 2017
1 parent f804ead commit 1d74e8b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions definitions/windows.yaml
Expand Up @@ -95,6 +95,20 @@ sources:
supported_os: [Windows]
urls: ['http://dfrws.org/2015/proceedings/presentations/DFRWS2015-pres3.pdf']
---
name: EnvironmentUserLoginScripts
doc: User login scripts configured via environment variables.
source:
- type: REGISTRY_VALUE
attributes:
key_value_pairs:
- {key: 'HKEY_USERS\%%users.sid%%\Environment', value: 'UserInitLogonServer'}
- {key: 'HKEY_USERS\%%users.sid%%\Environment', value: 'UserInitLogonScript'}
- {key: 'HKEY_USERS\%%users.sid%%\Environment', value: 'UserMprLogonScript'}
supported_os: [Windows]
urls:
- 'http://www.hexacorn.com/blog/2014/11/14/beyond-good-ol-run-key-part-18/'
- 'https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/cb6f1d6f-60a6-4369-803e-ec03d902e638/gina-how-to-run-domain-scripts-after-logon'
---
name: EventLogs
doc: Windows Event logs.
sources:
Expand Down Expand Up @@ -305,20 +319,6 @@ labels: [Logs]
supported_os: [Windows]
urls: ['http://www.forensicswiki.org/wiki/Windows_XML_Event_Log_(EVTX)']
---
name: EnvironmentUserLoginScripts
doc: User login scripts configured via environment variables.
source:
- type: REGISTRY_VALUE
attributes:
key_value_pairs:
- {key: 'HKEY_USERS\%%users.sid%%\Environment', value: 'UserInitLogonServer'}
- {key: 'HKEY_USERS\%%users.sid%%\Environment', value: 'UserInitLogonScript'}
- {key: 'HKEY_USERS\%%users.sid%%\Environment', value: 'UserMprLogonScript'}
supported_os: [Windows]
urls:
- 'http://www.hexacorn.com/blog/2014/11/14/beyond-good-ol-run-key-part-18/'
- 'https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/cb6f1d6f-60a6-4369-803e-ec03d902e638/gina-how-to-run-domain-scripts-after-logon'
---
name: WindowsHostsFiles
doc: The Windows hosts and lmhosts file.
sources:
Expand Down

0 comments on commit 1d74e8b

Please sign in to comment.