Skip to content

[Bug] execution_scheduled_task_powershell_source doesn't work against logs-windows.sysmon_operational #5286

@btrieger

Description

@btrieger

Describe the Bug

When running on a cluster with only windows.sysmon_operational the detection rule fails as destination.address is not a field that gets exported.

destination.ip is but it does not support the keyword syntax used in the eql rule destination.ip in ("127.0.0.1", "::1") results in 1st argument of [destination.ip in ("127.0.0.1", "::1")] must be [ip], found value ["127.0.0.1"] type [keyword]

To Reproduce

View exported fields listed here: https://www.elastic.co/docs/reference/integrations/windows#sysmonoperational

Expected Behavior

Failures to not occur when using one of the listed index patterns It should either be removed or the rule updated to use destination.ip

Screenshots

Image

Desktop - OS

macOS

Desktop - Version

15.7.1

Additional Context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions