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

26 lines
726 B
YAML
Raw Normal View History

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
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/
- https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/replace
2022-03-06 12:10:51 +01:00
author: frack113
date: 2022-03-06
modified: 2024-03-13
2022-10-28 15:06:36 +02:00
tags:
- 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:
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