potential_rdp_exploit_cve20190708


Description

Detect suspicious error on protocol RDP, potential CVE-2019-0708 License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
(($selection.metadata.product_event_type = "56" or $selection.metadata.product_event_type = "50") and $selection.principal.application = "TermDD")

  condition:
    $selection
Raw source potential_rdp_exploit_cve20190708 · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule potential_rdp_exploit_cve20190708 {
 meta:
    author = "Lionel PRAT, Christophe BROCAS, @atc_project (improvements)"
    description = "Detect suspicious error on protocol RDP, potential CVE-2019-0708  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/ukDoTj7K7ZUr"
    version = "0.01"
    created = "2021-03-09"
    product = "windows"
    service = "system"
    mitre = "initial_access, lateral_movement, t1210, t1190, car.2013-07-002"

  events:
(($selection.metadata.product_event_type = "56" or $selection.metadata.product_event_type = "50") and $selection.principal.application = "TermDD")

  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.