Files
blue-team-tools/rules/windows/process_creation/remote_copy.yml
T
2020-06-18 23:47:53 +03:00

28 lines
740 B
YAML

title: Remote File Copy
id: c87972e1-4594-421f-a229-8811e90ab4f2
status: experimental
description: Detects a suspicious remote copy behavior
references:
- https://attack.mitre.org/techniques/T1105/
author: Ömer Günal
date: 2020/06/18
tags:
- attack.lateral_movement
- attack.command_and_control
- attack.t1105
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains:
- 'cmd /c certutil -urlcache -split -f * *'
- 'certutil -verifyctl -split -f *'
- 'C:\Windows\System32\bitsadmin.exe /transfer * /Priority HIGH * *'
condition: selection
fields:
- CommandLine
falsepositives:
- Administrative scripts
level: high