SigmaHQ/rules/windows/builtin/win_suspicious_outbound_kerberos_connection.yml

31 lines
843 B
YAML
Raw Normal View History

title: Suspicious Outbound Kerberos Connection
id: eca91c7c-9214-47b9-b4c5-cb1d7e4f2350
2019-10-29 00:44:22 +00:00
status: experimental
description: Detects suspicious outbound network activity via kerberos default port indicating possible lateral movement or first stage PrivEsc via delegation.
references:
- https://github.com/GhostPack/Rubeus8
author: Ilyas Ochkov, oscd.community
2019-10-29 00:59:07 +00:00
date: 2019/10/24
modified: 2019/11/13
2019-10-29 00:44:22 +00:00
tags:
- attack.lateral_movement
- attack.t1208
2020-06-16 20:46:08 +00:00
- attack.t1558.003
2019-10-29 00:44:22 +00:00
logsource:
product: windows
service: security
detection:
selection:
EventID: 5156
DestinationPort: 88
filter:
Image|endswith:
- '\lsass.exe'
- '\opera.exe'
- '\chrome.exe'
- '\firefox.exe'
2020-06-16 20:46:08 +00:00
condition: selection and not filter
2019-10-29 00:44:22 +00:00
falsepositives:
- Other browsers
level: high