cve20201350_sigred__windows_dns_dos_exploit_nslookup_cli
Description
This rule detects CVE-2020-1350 vulneraility by the help of sysmon License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
(re.regex($selection.target.process.file.full_path, `.*/nslookup\.exe`) and re.regex($selection.target.process.command_line, `.*nslookup -type=.*sig.*`))
condition:
$selection