Files
blue-team-tools/rules/windows/builtin/security/win_susp_interactive_logons.yml
T

32 lines
692 B
YAML
Raw Normal View History

title: Interactive Logon to Server Systems
2019-11-12 23:12:27 +01:00
id: 3ff152b2-1388-4984-9cd9-a323323fdadf
2021-11-27 11:33:14 +01:00
status: test
description: Detects interactive console logons to Server Systems
author: Florian Roth
date: 2017/03/17
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
logsource:
2021-11-27 11:33:14 +01:00
product: windows
service: security
detection:
2021-11-27 11:33:14 +01:00
selection:
EventID:
- 528
- 529
- 4624
- 4625
LogonType: 2
ComputerName:
- '%ServerSystems%'
- '%DomainControllers%'
filter:
LogonProcessName: Advapi
ComputerName: '%Workstations%'
condition: selection and not filter
falsepositives:
2021-11-27 11:33:14 +01:00
- Administrative activity via KVM or ILO board
level: medium
2021-11-27 11:33:14 +01:00
tags:
- attack.lateral_movement
- attack.t1078