netntlm_downgrade_attack
Description
Detects post exploitation using NetNTLM downgrade attacks License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection1.metadata.product_event_type = "13" and (re.regex($selection1.target.registry.registry_key, `.*SYSTEM\\.*ControlSet.*\\Control\\Lsa\\lmcompatibilitylevel`) or re.regex($selection1.target.registry.registry_key, `.*SYSTEM\\.*ControlSet.*\\Control\\Lsa\\NtlmMinClientSec`) or re.regex($selection1.target.registry.registry_key, `.*SYSTEM\\.*ControlSet.*\\Control\\Lsa\\RestrictSendingNTLMTraffic`)))
condition:
$selection1