2018-03-20 14:03:55 +00:00
|
|
|
action: global
|
2018-03-20 10:07:21 +00:00
|
|
|
title: NetNTLM Downgrade Attack
|
2019-11-12 22:12:27 +00:00
|
|
|
id: d67572a0-e2ec-45d6-b8db-c100d14b8ef2
|
2020-08-24 23:09:17 +00:00
|
|
|
description: Detects NetNTLM downgrade attack
|
2019-11-12 22:12:27 +00:00
|
|
|
references:
|
2018-03-20 10:07:21 +00:00
|
|
|
- https://www.optiv.com/blog/post-exploitation-using-netntlm-downgrade-attacks
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/03/20
|
2021-02-24 12:22:25 +00:00
|
|
|
modified: 2021/02/24
|
2018-07-24 05:50:32 +00:00
|
|
|
tags:
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1089 # an old one
|
|
|
|
- attack.t1562.001
|
|
|
|
- attack.t1112
|
2018-03-20 14:03:55 +00:00
|
|
|
detection:
|
|
|
|
condition: 1 of them
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: critical
|
2020-08-24 23:09:17 +00:00
|
|
|
---
|
2018-03-20 10:07:21 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
2021-04-15 00:02:25 +00:00
|
|
|
category: registry_event
|
2018-03-20 10:07:21 +00:00
|
|
|
detection:
|
2018-03-20 14:03:55 +00:00
|
|
|
selection1:
|
2020-10-28 00:59:49 +00:00
|
|
|
TargetObject|contains|all:
|
|
|
|
- 'SYSTEM\'
|
|
|
|
- 'ControlSet'
|
|
|
|
- '\Control\Lsa'
|
|
|
|
TargetObject|endswith:
|
|
|
|
- '\lmcompatibilitylevel'
|
|
|
|
- '\NtlmMinClientSec'
|
|
|
|
- '\RestrictSendingNTLMTraffic'
|
|
|
|
|
2018-03-20 14:03:55 +00:00
|
|
|
---
|
|
|
|
# Windows Security Eventlog: Process Creation with Full Command Line
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
2018-11-15 06:00:06 +00:00
|
|
|
definition: 'Requirements: Audit Policy : Object Access > Audit Registry (Success)'
|
2018-03-20 14:03:55 +00:00
|
|
|
detection:
|
2021-02-24 12:44:13 +00:00
|
|
|
selection:
|
2018-03-20 14:03:55 +00:00
|
|
|
EventID: 4657
|
2020-11-20 01:14:37 +00:00
|
|
|
ObjectName|startswith: '\REGISTRY\MACHINE\SYSTEM\\*ControlSet*\Control\Lsa'
|
2018-03-20 14:03:55 +00:00
|
|
|
ObjectValueName:
|
|
|
|
- 'LmCompatibilityLevel'
|
|
|
|
- 'NtlmMinClientSec'
|
|
|
|
- 'RestrictSendingNTLMTraffic'
|
2021-02-24 12:44:13 +00:00
|
|
|
condition: selection
|
2021-02-24 12:22:25 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
2021-03-02 20:34:34 +00:00
|
|
|
level: critical
|