atomic-threat-coverage/data_needed/DN_0017_13_windows_sysmon_RegistryEvent.yml

55 lines
2.0 KiB
YAML
Raw Normal View History

2019-02-10 00:29:39 +00:00
title: DN_0017_13_windows_sysmon_RegistryEvent
2019-02-01 13:38:47 +00:00
description: >
2019-02-07 01:39:24 +00:00
This Registry event type identifies Registry value modifications. The event
records the value written for Registry values of type DWORD and QWORD
2019-02-01 13:38:47 +00:00
loggingpolicy:
- None
references:
- https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90013
- https://github.com/Cyb3rWard0g/OSSEM/blob/master/data_dictionaries/windows/sysmon/event-13.md
2019-02-05 16:05:04 +00:00
category: OS Logs
2019-02-01 13:38:47 +00:00
platform: Windows
type: Applications and Services Logs
2019-02-01 13:38:47 +00:00
channel: Microsoft-Windows-Sysmon/Operational
provider: Microsoft-Windows-Sysmon
fields:
- EventID
- Computer
- Hostname # redundant
2019-02-01 13:38:47 +00:00
- EventType
- UtcTime
- ProcessGuid
- ProcessId
- Image
- TargetObject
- Details
sample: |
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
2019-02-07 01:39:24 +00:00
- <System>
2019-02-01 13:38:47 +00:00
<Provider Name="Microsoft-Windows-Sysmon" Guid="{5770385F-C22A-43E0-BF4C-06F5698FFBD9}" />
<EventID>13</EventID>
<Version>2</Version>
<Level>4</Level>
<Task>13</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2019-01-30T17:06:11.698273500Z" />
<EventRecordID>42943</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>
2019-02-07 01:39:24 +00:00
- <EventData>
2019-02-01 13:38:47 +00:00
<Data Name="RuleName" />
<Data Name="EventType">SetValue</Data>
<Data Name="UtcTime">2019-01-30 17:06:11.673</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\RunOnce\New Value #1</Data>
<Data Name="Details">C:\Program Files\Sublime Text 3\sublime_text.exe</Data>
</EventData>
2019-02-07 01:39:24 +00:00
</Event>