Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_lolbin_replace.yml
T
frack113 020fc8061f Merge PR #4479 From @frack113 - Upgrade Rules Status
chore: Upgrade status level from `experimental` to `test` for rules that have not changed in 300 days

---------

Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com>
Co-authored-by: nasbench <8741929+nasbench@users.noreply.github.com>
2023-10-17 14:35:26 +02:00

28 lines
750 B
YAML

title: Replace.exe Usage
id: 9292293b-8496-4715-9db6-37028dcda4b3
status: test
description: Detects the use of Replace.exe which can be used to replace file with another file
references:
- https://lolbas-project.github.io/lolbas/Binaries/Replace/
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/replace
author: frack113
date: 2022/03/06
modified: 2022/06/22
tags:
- attack.command_and_control
- attack.t1105
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\replace.exe'
argument:
CommandLine|contains:
- '/a'
- '-a'
condition: selection and argument
falsepositives:
- Unknown
level: medium