-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add initial wmi custom documentation
- Loading branch information
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
custom_documentation/src/endpoint/data_stream/api/windows/windows_api_wmi.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |