Files
OTRF-OSSEM-DM/relationships/process_created_pipe.yml
Jose Rodriguez ed1cbddce4 General update on relationships
- updated numerical event_id to string.
- alignment with OSSEM-DD and readme description
2022-09-22 13:07:27 -04:00

38 lines
1.2 KiB
YAML

relationship_id: REL-2022-0093
name: Process created Pipe
contributors:
- Jose Rodriguez @Cyb3rPandaH
- Roberto Rodriguez @Cyb3rWard0g
- Ruben Bouman @rubinatorz
attack:
data_source: named pipe
data_component: named pipe metadata
behavior:
source: process
relationship: created
target: pipe
security_events:
- event_id: '17'
name: PipeEvent (Pipe Created).
platform: windows
audit_category: PipeEvent
channel: Microsoft-Windows-Sysmon/Operational
log_source: Microsoft-Windows-Sysmon
event_version:
- '4.32'
- event_id: '4656'
name: A handle to an object was requested.
platform: windows
audit_category: Object Access
audit_sub_category: Detailed File Share
channel: Security
log_source: Microsoft-Windows-Security-Auditing
event_version:
- '1'
references:
- https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4656
- https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon#event-id-17-pipeevent-pipe-created
notes:
- Potential contribution for ATT&CK - Named Pipe / named pipe creation
- Event ID 4656 logs handles to objects. Look for named pipe creation by searching for "Accesses=CreatePipeInstance".