mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-30 16:54:00 +01:00
23 lines
688 B
YAML
23 lines
688 B
YAML
|
---
|
||
|
Name: Tar.exe
|
||
|
Description: Used by Windows to extract and create archives.
|
||
|
Author: 'Brian Lucero'
|
||
|
Created: 2023-01-30
|
||
|
Commands:
|
||
|
- Command: tar -xf \\host1\archive.tar
|
||
|
Description: Extracts archive.tar from the remote (internal) host (host1) to the current host.
|
||
|
Usecase: Copy files
|
||
|
Category: Copy
|
||
|
Privileges: User
|
||
|
MitreID: T1105
|
||
|
OperatingSystem: Windows 10, Windows 11
|
||
|
Full_Path:
|
||
|
- Path: C:\Windows\System32\tar.exe
|
||
|
Detection:
|
||
|
- IOC: tar.exe extracting files from a remote host within the environment
|
||
|
Resources:
|
||
|
- Link: https://twitter.com/Cyber_Sorcery/status/1619819249886969856
|
||
|
Acknowledgement:
|
||
|
- Person: Brian Lucero
|
||
|
Handle: '@Cyber_Sorcery'
|