Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ identification:
fields:
endpoint:
- '@timestamp'
- Effective_process.entity_id
- Effective_process.executable
- Effective_process.name
- Effective_process.pid
- Endpoint.policy.applied.artifacts.global.identifiers.name
- Endpoint.policy.applied.artifacts.global.identifiers.sha256
- Endpoint.policy.applied.artifacts.global.version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ identification:
fields:
endpoint:
- '@timestamp'
- Effective_process.entity_id
- Effective_process.executable
- Effective_process.name
- Effective_process.pid
- agent.id
- agent.type
- agent.version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ identification:
fields:
endpoint:
- '@timestamp'
- Effective_process.entity_id
- Effective_process.executable
- Effective_process.name
- Effective_process.pid
- agent.id
- agent.type
- agent.version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ identification:
fields:
endpoint:
- '@timestamp'
- Effective_process.entity_id
- Effective_process.executable
- Effective_process.name
- Effective_process.pid
- Persistence.args
- Persistence.keepalive
- Persistence.name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ identification:
fields:
endpoint:
- '@timestamp'
- Effective_process.entity_id
- Effective_process.executable
- Effective_process.name
- Effective_process.pid
- agent.id
- agent.type
- agent.version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ identification:
fields:
endpoint:
- '@timestamp'
- Effective_process.entity_id
- Effective_process.executable
- Effective_process.name
- Effective_process.pid
- agent.id
- agent.type
- agent.version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ identification:
fields:
endpoint:
- '@timestamp'
- Effective_process.entity_id
- Effective_process.executable
- Effective_process.name
- Effective_process.pid
- agent.id
- agent.type
- agent.version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ fields:
- process.args
- process.args_count
- process.command_line
- process.end
- process.entity_id
- process.entry_leader.args
- process.entry_leader.args_count
Expand Down Expand Up @@ -105,6 +106,7 @@ fields:
- process.entry_leader.working_directory
- process.env_vars
- process.executable
- process.exit_code
- process.group.id
- process.group.name
- process.group_leader.args
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This alert is generated when a Malicious Behavior alert occurs.
| Field |
|---|
| @timestamp |
| Effective_process.entity_id |
| Effective_process.executable |
| Effective_process.name |
| Effective_process.pid |
| Endpoint.policy.applied.artifacts.global.identifiers.name |
| Endpoint.policy.applied.artifacts.global.identifiers.sha256 |
| Endpoint.policy.applied.artifacts.global.version |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This event is generated when a file is deleted.
| Field |
|---|
| @timestamp |
| Effective_process.entity_id |
| Effective_process.executable |
| Effective_process.name |
| Effective_process.pid |
| agent.id |
| agent.type |
| agent.version |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This event is generated when extended file attributes are deleted.
| Field |
|---|
| @timestamp |
| Effective_process.entity_id |
| Effective_process.executable |
| Effective_process.name |
| Effective_process.pid |
| agent.id |
| agent.type |
| agent.version |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This event includes information about a macOS Launch Daemon.
| Field |
|---|
| @timestamp |
| Effective_process.entity_id |
| Effective_process.executable |
| Effective_process.name |
| Effective_process.pid |
| Persistence.args |
| Persistence.keepalive |
| Persistence.name |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This event is generated when a file is modified.
| Field |
|---|
| @timestamp |
| Effective_process.entity_id |
| Effective_process.executable |
| Effective_process.name |
| Effective_process.pid |
| agent.id |
| agent.type |
| agent.version |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This event is generated when a file system is mounted.
| Field |
|---|
| @timestamp |
| Effective_process.entity_id |
| Effective_process.executable |
| Effective_process.name |
| Effective_process.pid |
| agent.id |
| agent.type |
| agent.version |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This event is generated when a file is renamed.
| Field |
|---|
| @timestamp |
| Effective_process.entity_id |
| Effective_process.executable |
| Effective_process.name |
| Effective_process.pid |
| agent.id |
| agent.type |
| agent.version |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ This event is generated when a new process is created using `fork()`.
| process.args |
| process.args_count |
| process.command_line |
| process.end |
| process.entity_id |
| process.entry_leader.args |
| process.entry_leader.args_count |
Expand Down Expand Up @@ -100,6 +101,7 @@ This event is generated when a new process is created using `fork()`.
| process.entry_leader.working_directory |
| process.env_vars |
| process.executable |
| process.exit_code |
| process.group.id |
| process.group.name |
| process.group_leader.args |
Expand Down