Elastic Defend high stable eql
Remote Access to Sensitive Registry Keys
Identifies attempts to query remotely sensitive registry keys containing different credential materials via the remote registry service.
Detection Logic
sequence with maxspan=1m
[authentication where event.action == "log_on" and
process.Ext.session_info.logon_type == "Network"] by user.effective.id
[registry where event.action == "query" and
process.executable : "?:\\Windows\\System32\\svchost.exe" and
registry.path :
("HKLM\\SAM\\SAM\\Domains\\Account\\*",
"HKLM\\SECURITY\\Policy\\Secrets\\*",
"HKLM\\SECURITY\\CACHE*") and
not registry.path : ("HKLM\\SAM\\SAM\\Domains\\Account\\Users",
"HKLM\\SAM\\SAM\\Domains\\Account\\Users\\Names",
"HKLM\\SAM\\SAM\\Domains\\Account",
"HKLM\\SAM\\SAM\\Domains\\Account\\Aliases\\*")] by user.id Field Validations
Loading…
Comments (0)
Loading comments...