mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
name: Powershell 4104
|
|
id: 595473bc-80d5-4bb2-b98f-4dbd8c1f5065
|
|
date: '2022-10-20'
|
|
author: Patrick Bareiss, Splunk
|
|
type: powershell
|
|
source: XmlWinEventLog:Microsoft-Windows-PowerShell/Operational
|
|
sourcetype: XmlWinEventLog
|
|
category: ps_script
|
|
product: windows
|
|
supported_TA:
|
|
- name: Splunk Add-on for Microsoft Windows
|
|
version: 8.5.0
|
|
url: https://splunkbase.splunk.com/app/742
|
|
references:
|
|
- https://www.myeventlog.com/search/show/980
|
|
raw_fields:
|
|
- EventID
|
|
- ProcessID
|
|
- Computer
|
|
- UserID
|
|
- MessageNumber
|
|
- MessageTotal
|
|
- ScriptBlockId
|
|
- ScriptBlockText
|
|
- Path
|
|
field_mappings:
|
|
- data_model: cim
|
|
data_set: Endpoint.Processes
|
|
mapping:
|
|
Computer: Processes.dest
|
|
Path: Processes.process_path
|
|
ScriptBlockId: Processes.process_id
|
|
ScriptBlockText: Processes.process
|
|
UserID: Processes.user_id
|
|
- data_model: ocsf
|
|
mapping:
|
|
Computer: device.hostname
|
|
Path: process.file.path
|
|
ScriptBlockId: process.uid
|
|
ScriptBlockText: process.cmd_line
|
|
UserID: actor.user.uid
|