access_to_admin_share
Description
Detects access to $ADMIN share. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
(($selection.metadata.product_event_type = "5140" and $selection.target.resource.name = "Admin$") and not (re.regex($selection.principal.user.user_display_name, `.*$`)))
condition:
$selection