scanner_poc_for_cve20190708_rdp_rce_vuln


Description

Detects the use of a scanner by zerosum0x0 that discovers targets vulnerable to CVE-2019-0708 RDP RCE aka BlueKeep License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
($selection.metadata.product_event_type = "4625" and $selection.principal.user.user_display_name = "AAAAAAA")

  condition:
    $selection
Raw source scanner_poc_for_cve20190708_rdp_rce_vuln · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule scanner_poc_for_cve20190708_rdp_rce_vuln {
 meta:
    author = "Florian Roth (rule), Adam Bradbury (idea)"
    description = "Detects the use of a scanner by zerosum0x0 that discovers targets vulnerable to  CVE-2019-0708 RDP RCE aka BlueKeep  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/dxSqHBcCVylk"
    version = "0.01"
    created = "2019/06/02"
    product = "windows"
    service = "security"
    mitre = "lateral_movement, t1210, car.2013-07-002"

  events:
($selection.metadata.product_event_type = "4625" and $selection.principal.user.user_display_name = "AAAAAAA")

  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.