598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
29 lines
1.3 KiB
YAML
29 lines
1.3 KiB
YAML
title: Finger.EXE Execution
|
|
id: af491bca-e752-4b44-9c86-df5680533dbc
|
|
status: test
|
|
description: |
|
|
Detects execution of the "finger.exe" utility.
|
|
Finger.EXE or "TCPIP Finger Command" is an old utility that is still present on modern Windows installation. It Displays information about users on a specified remote computer (typically a UNIX computer) that is running the finger service or daemon.
|
|
Due to the old nature of this utility and the rareness of machines having the finger service. Any execution of "finger.exe" can be considered "suspicious" and worth investigating.
|
|
references:
|
|
- https://twitter.com/bigmacjpg/status/1349727699863011328?s=12
|
|
- https://app.any.run/tasks/40115012-a919-4208-bfed-41e82cb3dadf/
|
|
- http://hyp3rlinx.altervista.org/advisories/Windows_TCPIP_Finger_Command_C2_Channel_and_Bypassing_Security_Software.txt
|
|
author: Florian Roth (Nextron Systems), omkar72, oscd.community
|
|
date: 2021-02-24
|
|
modified: 2024-06-27
|
|
tags:
|
|
- attack.command-and-control
|
|
- attack.t1105
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
- OriginalFileName: 'finger.exe'
|
|
- Image|endswith: '\finger.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Admin activity (unclear what they do nowadays with finger.exe)
|
|
level: high
|