Elastic low stable eql

Linux Group Creation

Identifies attempts to create a new group. Attackers may create new groups to establish persistence on a system.

View Source

Detection Logic

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

Field Validations

Loading…

Comments (0)

Loading comments...