atomic-threat-coverage/data_needed/DN_0009_5_windows_sysmon_process_terminated.yml

47 lines
1.5 KiB
YAML
Raw Normal View History

2019-02-01 13:38:47 +00:00
title: DN_0009_5_windows_sysmon_process_terminated
description: >
Process has been terminated
loggingpolicy:
- None
references:
- https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90005
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
- UtcTime
- ProcessGuid
- ProcessId
- Image
sample: |
2019-02-07 01:39:24 +00:00
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Sysmon" Guid="{5770385F-C22A-43E0-BF4C-06F5698FFBD9}" />
<EventID>5</EventID>
<Version>3</Version>
<Level>4</Level>
<Task>5</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2019-02-05T15:16:38.833314100Z" />
<EventRecordID>57994</EventRecordID>
<Correlation />
<Execution ProcessID="3172" ThreadID="4192" />
<Channel>Microsoft-Windows-Sysmon/Operational</Channel>
<Computer>atc-win-10.atc.local</Computer>
<Security UserID="S-1-5-18" />
2019-02-06 22:44:41 +00:00
</System>
2019-02-07 01:39:24 +00:00
- <EventData>
<Data Name="RuleName" />
<Data Name="UtcTime">2019-02-05 15:16:38.821</Data>
<Data Name="ProcessGuid">{9683FBB1-A8D6-5C59-0000-001009797000}</Data>
<Data Name="ProcessId">2440</Data>
<Data Name="Image">C:\Windows\PSEXESVC.exe</Data>
2019-02-06 22:44:41 +00:00
</EventData>
</Event>