anonymous_user_changed_machine_password
Description
Detects Anonymous Users Changing Machine Password. This is the behavior of many zerologon POCs. This behavior must be correlated with windows events - 4624/5829 or IDS events, like Zeek. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection.metadata.product_event_type = "4742" and re.regex($selection.target.user.user_display_name, `.*$`) and (re.regex($selection.principal.user.user_display_name, `.*anonymous.*`) or re.regex($selection.principal.user.userid, `.*S-1-0.*`)))
condition:
$selection