Elastic low stable eql

Linux User Account Creation

Identifies attempts to create new users. Attackers may add new users to establish persistence on a system.

View Source

Detection Logic

iam where host.os.type == "linux" and event.type == "user" and event.type == "creation" and event.outcome == "success"

Field Validations

Loading…

Comments (0)

Loading comments...