2017-03-17 08:44:24 +00:00
|
|
|
title: Interactive Logon to Server Systems
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 3ff152b2-1388-4984-9cd9-a323323fdadf
|
2020-08-24 23:09:17 +00:00
|
|
|
description: Detects interactive console logons to Server Systems
|
2017-03-17 08:44:24 +00:00
|
|
|
author: Florian Roth
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2017/03/17
|
2018-07-24 05:50:32 +00:00
|
|
|
tags:
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.t1078
|
2017-03-17 08:44:24 +00:00
|
|
|
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
|