mimikatz_through_windows_remote_management
Description
Detects usage of mimikatz through WinRM protocol by monitoring access to lsass process by wsmprovhost.exe. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection.metadata.product_event_type = "10" and $selection.target.process.file.full_path = "C:\\windows\\system32\\lsass.exe" and $selection.principal.process.file.full_path = "C:\\Windows\\system32\\wsmprovhost.exe")
condition:
$selection