Potential Remote Desktop Connection to Non-Domain Host


Description

Detects logons using NTLM to hosts that are potentially not part of the domain.

Query · sigma

selection:
  EventID: 8001
  TargetName|startswith: TERMSRV
condition: selection

Known false positives

  • Host connections to valid domains, exclude these.
  • Host connections not using host FQDN.
  • Host connections to external legitimate domains.
Raw source Potential Remote Desktop Connection to Non-Domain Host · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: Potential Remote Desktop Connection to Non-Domain Host
id: ce5678bb-b9aa-4fb5-be4b-e57f686256ad
status: test
description: Detects logons using NTLM to hosts that are potentially not part of the domain.
references:
    - n/a
author: James Pemberton
date: 2020-05-22
modified: 2021-11-27
tags:
    - attack.command-and-control
    - attack.t1219.002
logsource:
    product: windows
    service: ntlm
    definition: Requires events from Microsoft-Windows-NTLM/Operational
detection:
    selection:
        EventID: 8001
        TargetName|startswith: 'TERMSRV'
    condition: selection
falsepositives:
    - Host connections to valid domains, exclude these.
    - Host connections not using host FQDN.
    - Host connections to external legitimate domains.
level: medium

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.