Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_finger_usage.yml
T

26 lines
931 B
YAML
Raw Normal View History

2021-02-24 17:47:56 +01:00
title: Finger.exe Suspicious Invocation
id: af491bca-e752-4b44-9c86-df5680533dbc
2021-11-19 22:32:26 +01:00
status: experimental
2022-10-28 15:06:36 +02:00
description: Detects suspicious aged finger.exe tool execution often used in malware attacks nowadays
2021-02-24 17:47:56 +01:00
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
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems), omkar72, oscd.community
2022-10-28 15:06:36 +02:00
date: 2021/02/24
modified: 2022/08/16
2021-02-24 17:47:56 +01:00
tags:
- attack.command_and_control
- attack.t1105
logsource:
category: process_creation
product: windows
detection:
selection:
2022-08-17 20:27:55 +01:00
- OriginalFileName: 'finger.exe'
- Image|endswith: '\finger.exe'
2021-02-24 17:47:56 +01:00
condition: selection
falsepositives:
- Admin activity (unclear what they do nowadays with finger.exe)
2022-08-17 20:27:55 +01:00
level: high