Detection rules › Sigma

NTLM Logon

Status
test
Severity
low
Log source
product windows, service ntlm
Author
Florian Roth (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects logons using NTLM, which could be caused by a legacy source or attackers

MITRE ATT&CK coverage

Event coverage

Rule body yaml

title: NTLM Logon
id: 98c3bcf1-56f2-49dc-9d8d-c66cf190238b
status: test
description: Detects logons using NTLM, which could be caused by a legacy source or attackers
references:
    - https://twitter.com/JohnLaTwC/status/1004895028995477505
author: Florian Roth (Nextron Systems)
date: 2018-06-08
modified: 2024-07-22
tags:
    - attack.lateral-movement
    - attack.t1550.002
logsource:
    product: windows
    service: ntlm
    definition: Requires events from Microsoft-Windows-NTLM/Operational
detection:
    selection:
        EventID: 8002
    condition: selection
falsepositives:
    - Legacy hosts
level: low

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    EventID: 8002