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
Raw source cve20201350_sigred__windows_dns_dos_exploit_nslookup_cli · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule cve20201350_sigred__windows_dns_dos_exploit_nslookup_cli {
 meta:
    author = "Emir Erdogan"
    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."
    reference = "https://tdm.socprime.com/tdm/info/2q5UBrjizMau"
    version = "0.01"
    created = "2021-03-09"
    product = "windows"
    service = "sysmon"
    mitre = "T1499"

  events:
(re.regex($selection.target.process.file.full_path, `.*/nslookup\.exe`) and re.regex($selection.target.process.command_line, `.*nslookup -type=.*sig.*`))

  condition:
    $selection
}

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.