Skip to content

Commit

Permalink
add initial wmi custom documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AsuNa-jp committed Sep 19, 2024
1 parent f5ea10c commit 679a388
Showing 1 changed file with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
overview:
name: Windows API
description: 'This event is generated when '
identification:
filter:
event.dataset: endpoint.events.api
event.module: endpoint
event.provider: Microsoft-Windows-WMI-Activity
host.os.type: windows
os:
- windows
data_stream: logs-endpoint.events.api-*
fields:
endpoint:
- '@timestamp'
- Target.process.name
- Target.process.pid
- agent.id
- agent.type
- agent.version
- data_stream.dataset
- data_stream.namespace
- data_stream.type
- ecs.version
- elastic.agent.id
- event.category
- event.created
- event.dataset
- event.id
- event.kind
- event.module
- event.outcome
- event.provider
- event.sequence
- event.type
- host.architecture
- host.hostname
- host.id
- host.ip
- host.mac
- host.name
- host.os.Ext.variant
- host.os.family
- host.os.full
- host.os.kernel
- host.os.name
- host.os.platform
- host.os.type
- host.os.version
- message
- process.Ext.ancestry
- process.Ext.api.name
- process.Ext.code_signature.exists
- process.Ext.code_signature.status
- process.Ext.code_signature.subject_name
- process.Ext.code_signature.trusted
- process.code_signature.exists
- process.code_signature.status
- process.code_signature.subject_name
- process.code_signature.trusted
- process.entity_id
- process.executable
- process.name
- process.pid
- process.thread.id
- user.domain
- user.id
- user.name

0 comments on commit 679a388

Please sign in to comment.