mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 17:45:23 +00:00
f278b6e4a0
- updated dn calculation to take enrichments to account - updated dr class and template for both md and confluence to print enrichments (finally sigma has a rule with a link to our enrichment, I've submitted PR it a month ago) - updated dr temlates for both md and confluence to be more verbose — if there is no info, we put some info messsage, not just empty field
53 lines
1.8 KiB
YAML
53 lines
1.8 KiB
YAML
title: DN_0021_18_windows_sysmon_PipeEvent
|
|
description: >
|
|
This event logs when a named pipe connection is made between a client and a
|
|
server
|
|
loggingpolicy:
|
|
- LP_0009_windows_sysmon_PipeEvent
|
|
references:
|
|
- https://github.com/Cyb3rWard0g/OSSEM/blob/master/data_dictionaries/windows/sysmon/event-18.md
|
|
- https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90018
|
|
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
|
|
- PipeName
|
|
- Image
|
|
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>18</EventID>
|
|
<Version>1</Version>
|
|
<Level>4</Level>
|
|
<Task>18</Task>
|
|
<Opcode>0</Opcode>
|
|
<Keywords>0x8000000000000000</Keywords>
|
|
<TimeCreated SystemTime="2019-07-09T04:22:41.815238100Z" />
|
|
<EventRecordID>15894</EventRecordID>
|
|
<Correlation />
|
|
<Execution ProcessID="1540" ThreadID="3456" />
|
|
<Channel>Microsoft-Windows-Sysmon/Operational</Channel>
|
|
<Computer>atc-win-10</Computer>
|
|
<Security UserID="S-1-5-18" />
|
|
</System>
|
|
- <EventData>
|
|
<Data Name="RuleName" />
|
|
<Data Name="EventType">ConnectPipe</Data>
|
|
<Data Name="UtcTime">2019-07-09 04:22:41.814</Data>
|
|
<Data Name="ProcessGuid">{717CFEC0-1691-5D24-0000-0010663D4100}</Data>
|
|
<Data Name="ProcessId">6376</Data>
|
|
<Data Name="PipeName">\crashpad_5624_JOJRKPKWKSIWYAIJ</Data>
|
|
<Data Name="Image">C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</Data>
|
|
</EventData>
|
|
</Event>
|