mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 09:35:21 +00:00
55 lines
1.9 KiB
YAML
55 lines
1.9 KiB
YAML
title: DN_0018_14_windows_sysmon_RegistryEvent
|
|
description: >
|
|
Registry key and value rename operations map to this event type, recording
|
|
the new name of the key or value that was renamed
|
|
loggingpolicy:
|
|
- None
|
|
references:
|
|
- https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90014
|
|
- https://github.com/Cyb3rWard0g/OSSEM/blob/master/data_dictionaries/windows/sysmon/event-14.md
|
|
category: OS Logs
|
|
platform: Windows
|
|
type: Applications and Services Logs
|
|
channel: Microsoft-Windows-Sysmon/Operational
|
|
provider: Microsoft-Windows-Sysmon
|
|
fields:
|
|
- EventID
|
|
- Computer
|
|
- Hostname # redundant
|
|
- EventType
|
|
- UtcTime
|
|
- ProcessGuid
|
|
- ProcessId
|
|
- Image
|
|
- TargetObject
|
|
- NewName
|
|
sample: |
|
|
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
|
|
- <System>
|
|
<Provider Name="Microsoft-Windows-Sysmon" Guid="{5770385F-C22A-43E0-BF4C-06F5698FFBD9}" />
|
|
<EventID>14</EventID>
|
|
<Version>2</Version>
|
|
<Level>4</Level>
|
|
<Task>14</Task>
|
|
<Opcode>0</Opcode>
|
|
<Keywords>0x8000000000000000</Keywords>
|
|
<TimeCreated SystemTime="2019-01-30T18:16:38.889738400Z" />
|
|
<EventRecordID>43065</EventRecordID>
|
|
<Correlation />
|
|
<Execution ProcessID="3892" ThreadID="5724" />
|
|
<Channel>Microsoft-Windows-Sysmon/Operational</Channel>
|
|
<Computer>atc-win-10.atc.local</Computer>
|
|
<Security UserID="S-1-5-18" />
|
|
</System>
|
|
- <EventData>
|
|
<Data Name="RuleName" />
|
|
<Data Name="EventType">RenameKey</Data>
|
|
<Data Name="UtcTime">2019-01-30 18:16:38.886</Data>
|
|
<Data Name="ProcessGuid">{9683FBB1-D812-5C51-0000-0010F3871201}</Data>
|
|
<Data Name="ProcessId">10396</Data>
|
|
<Data Name="Image">C:\Windows\regedit.exe</Data>
|
|
<Data Name="TargetObject">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\New Key #1</Data>
|
|
<Data Name="NewName">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\New Key #2</Data>
|
|
</EventData>
|
|
</Event>
|