SigmaHQ/rules/windows/builtin/win_privesc_cve_2020_1472.yml

29 lines
1005 B
YAML
Raw Normal View History

2020-10-16 22:26:02 +00:00
title: 'Possible Zerologon (CVE-2020-1472) Exploitation'
2020-10-16 21:05:49 +00:00
id: dd7876d8-0f09-11eb-adc1-0242ac120002
status: experimental
description: Detects Netlogon Elevation of Privilege Vulnerability aka Zerologon (CVE-2020-1472)
references:
- https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1472
- https://www.logpoint.com/en/blog/detecting-zerologon-vulnerability-in-logpoint/
author: 'Aleksandr Akhremchik, @aleqs4ndr, ocsd.community'
date: 2020/10/15
2021-07-07 07:05:00 +00:00
modified: 2021/07/07
2020-10-16 21:05:49 +00:00
tags:
- attack.t1068
- attack.privilege_escalation
logsource:
product: windows
service: security
detection:
selection:
EventID: 4742
2021-07-07 07:05:00 +00:00
SubjectUserName: 'ANONYMOUS LOGON'
2020-10-16 22:13:57 +00:00
TargetUserName: '%DC-MACHINE-NAME%' # DC machine account name that ends with '$'
2020-10-16 21:05:49 +00:00
filter:
2021-07-07 10:28:00 +00:00
PasswordLastSet: '-'
2020-10-16 21:05:49 +00:00
condition: selection and not filter
falsepositives:
- automatic DC computer account password change
- legitimate DC computer account password change
level: high