2022-05-07 10:55:03 +02:00
|
|
|
title: Replace.exe Usage
|
2022-03-06 12:10:51 +01:00
|
|
|
id: 9292293b-8496-4715-9db6-37028dcda4b3
|
2023-10-17 14:35:26 +02:00
|
|
|
status: test
|
2022-05-07 10:55:03 +02:00
|
|
|
description: Detects the use of Replace.exe which can be used to replace file with another file
|
2022-03-06 12:10:51 +01:00
|
|
|
references:
|
|
|
|
|
- https://lolbas-project.github.io/lolbas/Binaries/Replace/
|
2024-07-02 06:00:11 -04:00
|
|
|
- https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/replace
|
2022-03-06 12:10:51 +01:00
|
|
|
author: frack113
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2022-03-06
|
|
|
|
|
modified: 2024-03-13
|
2022-10-28 15:06:36 +02:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- attack.command-and-control
|
2022-10-28 15:06:36 +02:00
|
|
|
- attack.t1105
|
2022-03-06 12:10:51 +01:00
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
2022-06-03 15:35:24 +02:00
|
|
|
selection:
|
2022-05-07 10:37:55 +02:00
|
|
|
Image|endswith: '\replace.exe'
|
2022-06-22 10:16:39 +05:45
|
|
|
argument:
|
2024-03-15 21:40:15 +01:00
|
|
|
CommandLine|contains|windash: '-a'
|
2022-06-22 10:16:39 +05:45
|
|
|
condition: selection and argument
|
2022-03-06 12:10:51 +01:00
|
|
|
falsepositives:
|
2022-03-16 13:43:54 +01:00
|
|
|
- Unknown
|
2022-03-06 12:10:51 +01:00
|
|
|
level: medium
|