mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 17:45:23 +00:00
53 lines
1.9 KiB
YAML
53 lines
1.9 KiB
YAML
|
title: DN_0016_13_windows_sysmon_RegistryEvent
|
||
|
description: >
|
||
|
This Registry event type identifies Registry value modifications. The event records the value written for Registry values of type DWORD and QWORD.
|
||
|
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
|
||
|
platform: Windows
|
||
|
type: Windows Log
|
||
|
channel: Microsoft-Windows-Sysmon/Operational
|
||
|
provider: Microsoft-Windows-Sysmon
|
||
|
fields:
|
||
|
- EventID
|
||
|
- Computer
|
||
|
- EventType
|
||
|
- UtcTime
|
||
|
- ProcessGuid
|
||
|
- ProcessId
|
||
|
- Image
|
||
|
- TargetObject
|
||
|
- Details
|
||
|
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>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>
|
||
|
- <EventData>
|
||
|
<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>
|
||
|
</Event>
|
||
|
|