Skip to content

[Rule Tuning] Enumeration of Administrator Accounts #4461

Closed
@soc-sinstar

Description

@soc-sinstar

Link to Rule

https://github.com/elastic/detection-rules/blob/5155f47b86a44ee8ba157edf9a802a77fba42250/rta/enum_commands.py

Rule Tuning Type

None

Description

The rule fails with this error

An error occurred during rule execution: message: "verification_exception
Root causes:
verification_exception: Found 1 problem
line 8:5: Unknown column [process.args], did you mean any of [process.name, process.name.text, process.parent.name]?"

I believe that the issue is that the index pattern list includes logs-system.security*, however this index does not know the field process.args
As I am using both the Windows and System integration, the rule fails because of the latter.

I suggest to remove logs-system.security* from the index pattern list.

Example Data

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions