mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
30 lines
660 B
YAML
30 lines
660 B
YAML
title: Interactive Logon to Server Systems
|
|
description: Detects interactive console logons to
|
|
author: Florian Roth
|
|
tags:
|
|
- attack.lateral_movement
|
|
- attack.t1078
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 528
|
|
- 529
|
|
- 4624
|
|
- 4625
|
|
LogonType: 2
|
|
ComputerName:
|
|
- '%ServerSystems%'
|
|
- '%DomainControllers%'
|
|
filter:
|
|
LogonProcessName: Advapi
|
|
ComputerName: '%Workstations%'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Administrative activity via KVM or ILO board
|
|
level: medium
|
|
|
|
|