Files
hayabusa/rules/sigma/builtin/win_susp_ntlm_rdp.yml
T
2021-11-23 15:04:03 +09:00

34 lines
801 B
YAML

title: Potential Remote Desktop Connection to Non-Domain Host
author: James Pemberton
date: 2020/05/22
description: Detects logons using NTLM to hosts that are potentially not part of the
domain.
detection:
SELECTION_1:
EventID: 8001
SELECTION_2:
TargetName: TERMSRV*
condition: (SELECTION_1 and SELECTION_2)
falsepositives:
- Host connections to valid domains, exclude these.
- Host connections not using host FQDN.
- Host connections to external legitimate domains.
fields:
- Computer
- UserName
- DomainName
- TargetName
id: ce5678bb-b9aa-4fb5-be4b-e57f686256ad
level: medium
logsource:
definition: Requires events from Microsoft-Windows-NTLM/Operational
product: windows
service: ntlm
references:
- n/a
status: experimental
tags:
- attack.command_and_control
- attack.t1219