Create win_susp_replace_lolbin.yml

Item 77 of #1014
This commit is contained in:
Jonhnathan 2020-10-07 10:37:15 -03:00 committed by GitHub
parent c56cd2dfff
commit e6a6549676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
title: Ingress Tool Transfer Using Replace.exe
id: 6ccf0c00-1061-4195-a724-6d9c0058b036
description: Detect Copy and Download operations using Replace.exe.
status: experimental
references:
- https://lolbas-project.github.io/lolbas/Binaries/Replace
author: Jonhnathan Ribeiro, oscd.community
date: 2020/10/07
tags:
- attack.command_and_control
- attack.t1105
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\replace.exe'
CommandLine|contains:
- "\\\\\\\\"
- "/A"
condition: selection
falsepositives:
- Legitimate use of the binary
level: low